Commit Graph

41 Commits

Author SHA1 Message Date
AgentRun Artificer 4fe6008ff0 fix: 降级 D601 host compose status 入口 2026-06-10 19:45:43 +00:00
Codex 37c8d767da fix: make server status core probe POSIX-safe 2026-06-07 02:17:11 +00:00
Codex fe1b91dcbd feat: add provider ssh tcp data pool 2026-06-07 02:02:38 +00:00
Codex 960886b9cd fix: preserve scoped ssh env for frontend rebuild 2026-06-02 10:27:30 +00:00
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 aadc2646a3 chore: add low-risk disk anti-bloat policy 2026-05-28 18:06:51 +00:00
Codex 7cc60e9785 Migrate Code Queue infra target to G14 2026-05-24 14:06:58 +00:00
Codex ce1f7dc8c4 feat(auth-broker): register dry-run service surface 2026-05-21 14:37:01 +00:00
Codex e28cc6ba2d docs: freeze cicd special-case boundaries 2026-05-20 03:39:52 +00:00
Codex 93d9488d36 feat: extend main-server artifact consumers 2026-05-20 01:10:38 +00:00
Codex a769242207 feat: add frontend artifact delivery path 2026-05-19 16:04:08 +00:00
Codex 29dab8fab2 fix: support ts backend core cli probes 2026-05-18 16:20:11 +00:00
Codex 803a695d0a feat: split backend-core artifact ci cd 2026-05-18 15:54:01 +00:00
Codex 51c1576aa3 fix: route dev frontend through k3sctl catalog 2026-05-18 10:55:06 +00:00
Codex 37504a28e8 feat: add D601 dev backend path 2026-05-18 10:31:43 +00:00
Codex dbf028708c merge: codex deploy fallback
# Conflicts:
#	AGENTS.md
#	TEST.md
#	config.json
#	deploy.json
#	docs/reference/cli.md
#	docs/reference/microservices.md
#	docs/reference/observability.md
#	scripts/cli.ts
#	scripts/src/microservices.ts
#	src/components/backend-core/src/microservice-proxy.ts
#	src/components/microservices/code-queue/src/index.ts
#	src/components/microservices/code-queue/src/queue-api.ts
2026-05-17 12:33:57 +00:00
Codex b281906e19 fix(deployment): harden backend core recovery 2026-05-17 11:36:10 +00:00
Codex f775990c90 feat: add master code queue manager 2026-05-17 09:48:00 +00:00
Codex 57402f28c0 fix(cli): bound diagnostics and add swap management 2026-05-17 08:08:54 +00:00
Codex 4d9eed6513 feat: add decision center service and cli 2026-05-17 06:49:42 +00:00
Codex 611f287c12 fix: route claudeqq notifications through k3s 2026-05-16 18:08:01 +00:00
Codex 00add260e3 feat(microservices): manage code queue through v3s 2026-05-15 11:54:41 +00:00
Codex c930607316 feat: move code queue to d601 2026-05-14 19:13:43 +00:00
Codex cbbed004a6 fix: stabilize code queue runtime and trace flow 2026-05-14 17:11:45 +00:00
Codex 9f483b002c feat: add unified OA event flow 2026-05-14 09:41:55 +00:00
Codex 6a04144d3f feat: add code queue services and baidu netdisk 2026-05-13 00:59:36 +00:00
Codex 5a198baf77 chore: checkpoint before performance tuning 2026-05-11 07:39:37 +00:00
Codex a278de032d fix: share host ssh with codex queue
Mount the host root SSH directory into codex-queue read-only and include SSH key readiness in dev-ready health checks and docs.
2026-05-08 04:34:03 +00:00
Codex 41fdaba973 feat: harden codex queue runtime
Add model selection, batch enqueue controls, dev-ready health checks, transcript pagination, queue watchdog recovery, and MiniMax judge JSON repair for codex-queue.
2026-05-08 03:57:53 +00:00
Codex 672c911e42 fix: persist codex queue runtime secrets
- preserve Codex Queue MiniMax env values across compose env rewrites
- keep rebuild/status/log handling aligned with the codex-queue service
2026-05-07 18:14:39 +00:00
Codex 79166574e8 feat: integrate codex queue and pipeline oa flow
- add Codex Queue microservice/frontend integration and related deployment docs
- document 100% Pipeline OA event-flow requirements and E2E gates
- harden Pipeline frontend Gantt/timeline E2E assertions and rendering
2026-05-07 18:11:43 +00:00
Codex 2dc46ce056 fix: harden provider gateway upgrades 2026-05-06 00:24:51 +00:00
Codex 1d0046dc50 feat: integrate todo note microservice and modularize frontend 2026-05-05 10:33:26 +00:00
Codex abd40fa252 feat: add provider-backed microservices 2026-05-05 07:57:29 +00:00
Codex 5a62af6260 fix: add safe frontend rebuild workflow 2026-05-05 02:45:58 +00:00
Codex eb6df3ba92 fix: require provider remote upgrade 2026-05-05 01:49:05 +00:00
Codex f6d0bd1e3b feat: add provider ssh bridge 2026-05-05 01:26:13 +00:00
Codex 7e4dce47cd feat: add pending task drilldown 2026-05-04 16:22:01 +00:00
Codex 2a03f6343c feat: add resource monitoring and provider upgrade 2026-05-04 13:04:39 +00:00
Codex 8726611b6f feat: secure frontend and provider ingress 2026-05-04 11:40:56 +00:00
Codex caa80ee5e7 feat: initialize unidesk platform 2026-05-04 11:09:35 +00:00