[codex] rename chat connector bridge contracts - #2571
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
CHAT CONNECTORSand updated connector detail headings.managed_bridge,managed_core,managed_plugin,bridgeApiKey, andbridgeUrl.Why
The chat connector implementation should not expose a third-party project name in product copy or internal contracts. This keeps the feature clearly owned by Code UX and avoids implying bundled or copied third-party code.
Copy audit notice
I checked the public repository at
github.com/openclaw/openclawby cloning it shallowly outside the workspace and running targeted searches for Code UX connector class names, table names, MCP tool names, headers, and distinctive routing/error strings. I also ran a local duplicate block scan comparing 2,033 non-trivial Code UX connector code blocks against that clone. I found no matching source symbols or copied code blocks.Validation
rg -ni "openclaw|open claw" . --glob '!node_modules/**' --glob '!.git/**' --glob '!dist/**' --glob '!dashboard/dist/**'pnpm vitest run tests/backend/server/chat-provider-routes.test.ts tests/backend/server/chat-provider-ingress-routes.test.ts tests/backend/services/chat-provider-ingress-service.test.ts tests/backend/services/chat-provider-outbound-service.test.ts tests/backend/mcp/management-chat-provider-actions.test.ts tests/dashboard/lib/chat-provider-view-models.test.ts tests/dashboard/lib/settings-search-index.test.ts tests/dashboard/v2/settings-chat-providers-panel.test.tsxpnpm run lintpnpm run buildNote:
pnpm run buildpassed but still printed the existingnode:netVite warning fromsrc/mcp/mcp-tool-availability.tsbecause this branch is based ondev; that warning is addressed in the separate MCP attachment PR.Risk / rollback
No migrations were added because this chat connector release has not shipped. Roll back this commit to restore the previous contract names if needed before release.