fix: route platform-managed Claude Code through Molecule proxy #63

Merged
hongming merged 1 commits from fix/platform-provider-proxy into main 2026-05-26 19:58:57 +00:00
Owner

Summary

  • add the explicit platform provider to the Claude Code provider registry
  • route platform-managed workspaces through the Molecule Anthropic-compatible proxy
  • add a regression test for provider=platform + Kimi model so proxy credentials do not route to api.kimi.com

Verification

  • python3 -m pytest tests/test_adapter_prevalidate.py -q
  • python3 -m pytest -c tests/pytest.ini -q
## Summary - add the explicit `platform` provider to the Claude Code provider registry - route platform-managed workspaces through the Molecule Anthropic-compatible proxy - add a regression test for `provider=platform` + Kimi model so proxy credentials do not route to api.kimi.com ## Verification - `python3 -m pytest tests/test_adapter_prevalidate.py -q` - `python3 -m pytest -c tests/pytest.ini -q`
hongming added 1 commit 2026-05-26 19:36:48 +00:00
fix: add platform provider proxy to claude-code
CI / validate (push) Blocked by required conditions
CI / Template validation (static) (push) Successful in 8s
CI / Adapter unit tests (push) Successful in 6s
CI / Template validation (static) (pull_request) Successful in 4s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 3s
CI / Adapter unit tests (pull_request) Successful in 6s
CI / Template validation (runtime) (push) Successful in 4m0s
CI / Template validation (runtime) (pull_request) Successful in 3m57s
CI / T4 tier-4 conformance (live) (pull_request) Successful in 3m47s
CI / T4 tier-4 conformance (live) (push) Successful in 3m59s
CI / validate (pull_request) Successful in 11s
942772a414
hongming-codex-laptop force-pushed fix/platform-provider-proxy from 942772a414 to fc01baed43 2026-05-26 19:42:23 +00:00 Compare
infra-sre approved these changes 2026-05-26 19:58:45 +00:00
infra-sre left a comment
Member

Reviewed provider-registry ordering and tests. Default Kimi now routes through the Molecule platform proxy, explicit BYOK kimi-coding is preserved, and CI is green.

Reviewed provider-registry ordering and tests. Default Kimi now routes through the Molecule platform proxy, explicit BYOK kimi-coding is preserved, and CI is green.
hongming merged commit 7c77395f44 into main 2026-05-26 19:58:57 +00:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-ai-workspace-template-claude-code#63