fix(providers): remove unroutable colon-form non-anthropic ids from claude-code block (cp#521) #2455

Closed
agent-dev-a wants to merge 0 commits from fix/521-claude-code-colon-form-overclaim into main
Member

Removes moonshot:kimi-k2.* and minimax:MiniMax-* colon-forms from the claude-code runtime block. These were over-claimed — the claude-code adapter only strips anthropic:/claude: prefixes, so colon-forms for other providers misrouted to OAuth default.

The bare forms (kimi-k2.5, MiniMax-M2.7, etc.) already cover these models. openclaw retains the moonshot: colon-forms natively.

Files changed:

  • providers.yaml — removes 5 colon-namespaced ids from claude-code block
  • registry_gen.go — regenerated
  • runtimes_test.go / sync_canonical_test.go — updated drift-gate SHA256 + assertions

Test plan:

  • go test ./workspace-server/internal/providers/... passes (regenerated gen + updated tests).
Removes moonshot:kimi-k2.* and minimax:MiniMax-* colon-forms from the claude-code runtime block. These were over-claimed — the claude-code adapter only strips anthropic:/claude: prefixes, so colon-forms for other providers misrouted to OAuth default. The bare forms (kimi-k2.5, MiniMax-M2.7, etc.) already cover these models. openclaw retains the moonshot: colon-forms natively. **Files changed:** - providers.yaml — removes 5 colon-namespaced ids from claude-code block - registry_gen.go — regenerated - runtimes_test.go / sync_canonical_test.go — updated drift-gate SHA256 + assertions **Test plan:** - `go test ./workspace-server/internal/providers/...` passes (regenerated gen + updated tests).
agent-dev-a closed this pull request 2026-06-09 01:05:14 +00:00
Some checks are pending
ci-arm64-advisory / fast-checks (push) Waiting to run
Block internal-flavored paths / Block forbidden paths (push) Successful in 11s
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (push) Successful in 1s
CI / Detect changes (push) Successful in 9s
CI / Python Lint & Test (push) Successful in 9s
E2E API Smoke Test / detect-changes (push) Successful in 10s
E2E Chat / detect-changes (push) Successful in 10s
E2E Staging Canvas (Playwright) / detect-changes (push) Successful in 9s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (push) Successful in 3s
Handlers Postgres Integration / detect-changes (push) Successful in 9s
Lint forbidden tenant-env keys / Scan for repo-host token write into tenant workspace surface (push) Successful in 4s
Secret scan / Scan diff for credential-shaped strings (push) Successful in 3s
Harness Replays / detect-changes (push) Successful in 9s
CI / Shellcheck (E2E scripts) (push) Successful in 1s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (push) Successful in 1s
CI / Canvas (Next.js) (push) Successful in 10s
Harness Replays / Harness Replays (push) Successful in 12s
CI / Canvas Deploy Status (push) Successful in 10s
Handlers Postgres Integration / Handlers Postgres Integration (push) Successful in 1m20s
E2E API Smoke Test / E2E API Smoke Test (push) Successful in 2m12s
E2E Chat / E2E Chat (push) Successful in 2m27s
CI / Platform (Go) (push) Successful in 4m5s
CI / all-required (push) Successful in 3s
publish-workspace-server-image / build-and-push (push) Successful in 6m27s
publish-workspace-server-image / Production auto-deploy (push) Successful in 2m53s
sop-tier-check / tier-check (pull_request_target) Successful in 4s
E2E Staging Reconciler (heals terminated EC2) / pr-validate (push) Successful in 4s
E2E Staging Reconciler (heals terminated EC2) / E2E Staging Reconciler (push) Failing after 17m26s
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
CI / Python Lint & Test (pull_request) Successful in 5s
CI / Detect changes (pull_request) Successful in 6s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 7s
Lint forbidden tenant-env keys / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 4s
E2E API Smoke Test / detect-changes (pull_request) Successful in 7s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 5s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 9s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 2s
CI / Canvas (Next.js) (pull_request) Successful in 2s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 10s
sop-checklist / review-refire (pull_request_target) Has been skipped
qa-review / approved (pull_request_target) Failing after 7s
security-review / approved (pull_request_target) Failing after 6s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 2s
Required
Details
E2E Chat / detect-changes (pull_request) Successful in 13s
CI / Canvas Deploy Status (pull_request) Has been skipped
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: comprehensive-testing, local-postgres-e2
sop-checklist / na-declarations (pull_request) N/A: (none)
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 2s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 2s
Required
Details
sop-checklist / all-items-acked (pull_request_target) Successful in 5s
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 13s
CI / Platform (Go) (pull_request) Successful in 12s
gate-check-v3 / gate-check (pull_request_target) Successful in 16s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 17s
CI / all-required (pull_request) Successful in 2s
Required
Details
E2E Chat / E2E Chat (pull_request) Successful in 16s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m15s
audit-force-merge / audit (pull_request_target) Has been skipped
E2E Peer Visibility (literal MCP list_peers) / E2E Peer Visibility (pull_request)
Required

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#2455