Commit Graph

14 Commits

Author SHA1 Message Date
Codex 201a8c8af2 feat(code-queue): register minimax-m3 alongside minimax-m2.7
Add minimax-m3 as a sibling model on the same path as the existing
minimax-m2.7 support. M3 is the new PROD default; M2.7 remains available
as a one-line rollback target via MINIMAX_MODEL.

Changes:
- code-agent/common.ts: add minimaxM3Model constant, include in
  defaultCodeModels, normalize aliases (minimax-m3 / m3), route to
  opencode port, sibling entry in codeModelProviderSourceContract.
- code-agent/opencode.ts: add M3 branch in openCodeModelId, register
  both M2.7 and M3 in openCodeConfigContent, inject MINIMAX_M3_MODEL
  in local/remote env, M3 branch in missingOpenCodeCredentialMessage.
- index.ts + types.ts: add minimaxM3Model to RuntimeConfig, read
  MINIMAX_M3_MODEL env, propagate to remoteCodexEnvKeys.
- queue-api.ts: include minimaxM3Model in Pick for
  codeModelProviderSourceContract callers.
- scripts/src/code-queue.ts: add minimaxM3SubmitModel, normalize/port
  routing, default route recommendation now points to M3, M2.7 kept
  as minimaxM2FallbackCandidate.
- scripts/src/docker.ts: default UNIDESK_CODE_QUEUE_MINIMAX_M3_MODEL
  to MiniMax-M3.
- k8s yaml (D601 + G14): CODE_QUEUE_MODELS gains minimax-m3, three
  deployments each set MINIMAX_MODEL=MiniMax-M3 and
  MINIMAX_M3_MODEL=MiniMax-M3.
- docker-compose.d601.yml: same env defaults for local compose.
- docs/reference/{code-queue-supervision,microservices,
  windows-passthrough}.md: update model contracts to M3 default +
  M2.7 fallback.
- scripts/code-queue-submit-routing-contract-test.ts: low-risk
  recommendation now asserts minimax-m3; registry asserts both M3
  and M2.7 fallback in modelPorts/opencodeModels; provider source
  contract test passes minimaxM3Model.

Refs: #189
2026-06-01 06:51:28 +00:00
Codex 9145c063f9 fix: project runner skills into dev containers 2026-05-24 03:08:25 +00:00
Codex 62c4da6b58 fix(code-queue): preflight runner skills availability 2026-05-22 15:24:00 +00:00
Codex 527d0349bd chore: raise code queue memory budget 2026-05-21 12:00:49 +00:00
Codex 8b8b74e953 fix: route deepseek through opencode 2026-05-21 10:30:17 +00:00
Codex aae14e2b1c fix: stabilize code queue judge networking 2026-05-17 16:30:02 +00:00
Codex 85122c815d fix: keep code queue live during db outages 2026-05-17 08:21:30 +00:00
Codex 28f5b9006a fix: restore code queue native topology 2026-05-16 18:29:12 +00:00
Codex 611f287c12 fix: route claudeqq notifications through k3s 2026-05-16 18:08:01 +00:00
Codex ba0b949766 feat: split code queue k3s services 2026-05-16 16:47:32 +00:00
Codex 5511d39d0e fix: mount code queue home for workspace symlinks 2026-05-16 14:29:23 +00:00
Codex 19478a9b2a fix: make native k3s egress rollout converge 2026-05-16 13:32:05 +00:00
Codex 81ed669f97 fix: bridge provider egress for native k3s 2026-05-16 13:22:31 +00:00
Codex 111ec9f1eb fix: migrate code queue control plane to k3s 2026-05-16 12:01:09 +00:00