agent-reviewer-cr2 87fcc5aadf
publish-image / Resolve runtime version (push) Successful in 4s
Secret scan / Scan diff for credential-shaped strings (push) Successful in 5s
CI / Template validation (static) (push) Successful in 8s
CI / Adapter unit tests (push) Successful in 9s
verify-providers-projection / Regenerate projection, fail on drift, assert registry ⊆ template (push) Successful in 14s
CI / Template validation (runtime) (push) Successful in 1m57s
CI / T4 tier-4 conformance (live) (push) Successful in 1m59s
CI / validate (push) Successful in 1s
publish-image / Build & push workspace-template-claude-code image (push) Successful in 2m25s
publish-image / Promote runtime_image_pins (CP admin) (api.moleculesai.app, prod) (push) Successful in 2s
publish-image / Promote runtime_image_pins (CP admin) (staging-api.moleculesai.app, staging) (push) Successful in 4s
publish-image / Build & push molecule-platform-agent image (push) Successful in 1m51s
Merge pull request 'chore(runtime): bump .runtime-version to 0.3.41' (#157) from bump/runtime-0.3.41 into main
2026-06-20 04:20:03 +00:00

template-claude-code-default

Molecule AI workspace template for the claude-code-default runtime.

Usage

In Molecule AI canvas

Select this template when creating a new workspace — it appears in the template picker automatically.

From a URL (community install)

Paste this URL when creating a workspace:

github://Molecule-AI/template-claude-code-default

Files

  • config.yaml — workspace configuration (runtime, model, skills, etc.)
  • system-prompt.md — agent system prompt (if present)

Auth paths

Path Env var(s) Where to get the key
OAuth (Claude Code subscription) CLAUDE_CODE_OAUTH_TOKEN claude login
Anthropic API (direct) ANTHROPIC_API_KEY console.anthropic.com
Third-party Anthropic-compat (e.g. Xiaomi MiMo pay-as-you-go) ANTHROPIC_API_KEY (provider's key) provider console
Xiaomi MiMo Token Plan ANTHROPIC_API_KEY (Token Plan key), ANTHROPIC_BASE_URL (Token Plan endpoint) token-plan dashboard

For third-party providers, entrypoint.sh rewrites ANTHROPIC_BASE_URL based on the selected MODEL so the claude CLI routes there. Currently auto-routes mimo-* models to https://api.xiaomimimo.com/anthropic (pay-as-you-go). Token Plan users should set ANTHROPIC_BASE_URL=https://token-plan-sgp.xiaomimimo.com/anthropic as a workspace or org-level secret — the shell mapping is the fallback and operator-set values always win. Other Token Plan endpoints (e.g. token-plan-hk.xiaomimimo.com) can be used by setting the secret explicitly.

Schema version

template_schema_version: 1 — compatible with Molecule AI platform v1.x.

License

Business Source License 1.1 — © Molecule AI.

S
Description
No description provided
Readme 10 MiB
Languages
Python 80.2%
Shell 17.7%
Dockerfile 2.1%