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
49cf814e74
docs(reference): 固化 Todo Note 写端点 + 秘书 CLI 摩擦调查方法论
...
三处文档改动:
- microservices.md「Todo Note On Main Server」补 actions 端点形态段、backend-only 真实语义、404 catch-all 误判陷阱
- cli.md「microservice proxy」段补 Todo Note 写操作 CLI 范式(toggleTodoCompleted / addTodo / undo / redo)
- secretary-reference.md 加「CLI 报错四步调查方法论」(读源码+容器实测+git history+复盘 issue)
沉淀 pikasTech/unidesk#188 复盘教训,关闭 #190 文档缺口。剩下 diary --summary 吞并的 P0 由 #9 跟踪。
2026-06-01 06:34:24 +00:00
Codex
4a03052747
fix: stream runner tran ssh output
2026-05-25 11:41:56 +00:00
Codex
230c13efe4
feat: add runner tran passthrough
2026-05-25 10:46:55 +00:00
Lyon
e2646763c0
feat: add d601 recovery guardrails
...
Adds read-only D601 recovery diagnostics, fixture coverage, CLI wiring, and recovery hotfix runbook updates. Validated with recovery contract, check --files, scripts tsc, artifact matrix direct contract, and read-only live diagnostic.
2026-05-23 21:18:44 +08:00
Codex
6c44f66289
fix: guard D601 k3s control plane
2026-05-23 12:57:33 +00:00
Codex
65ac76c235
fix: compact noisy cli health outputs
2026-05-22 23:00:38 +00:00
Codex
7b9aa4261c
feat(frontend): add HWLAB external entry
2026-05-21 12:19:38 +00:00
Codex
add3b8d3f2
fix: add dev backend-core artifact consumer
2026-05-21 09:02:16 +00:00
Codex
8479258fea
fix: tighten decision center query paths
2026-05-21 06:18:05 +00:00
Codex
44e1fb2613
docs: define decision center document numbering
2026-05-21 04:53:34 +00:00
Codex
674cb59e85
fix: harden pgdata backup scheduler recovery
2026-05-20 13:04:06 +00:00
Codex
34e0dca884
fix: gate baidu netdisk artifact deploy auth
2026-05-20 11:53:59 +00:00
Codex
6e32a0a739
docs: clarify baidu netdisk artifact delivery
2026-05-20 10:38:15 +00:00
Codex
d76ccc111f
feat: productize decision center backend APIs
2026-05-20 08:15:20 +00:00
Codex
bbda3e87a9
feat: add code agent sandbox skeleton
2026-05-20 06:50:56 +00:00
Codex
f9b190945d
feat: tighten code queue supervision cli
2026-05-20 04:27:31 +00:00
Codex
595de3d320
feat: extend k3s artifact consumers
2026-05-20 03:23:38 +00:00
Codex
1faacb94e5
feat: add D601 direct artifact consumer
2026-05-20 02:25:54 +00:00
Codex
7a04f9fc72
fix: complete artifact consumer help and todo note verification
2026-05-20 01:44:37 +00:00
Codex
93d9488d36
feat: extend main-server artifact consumers
2026-05-20 01:10:38 +00:00
Codex
b2f16f235b
Add decision-center k3s artifact consumer paths
2026-05-19 17:48:30 +00:00
Codex
22a0b709f2
fix: use rust healthcheck for code queue mgr
2026-05-19 17:17:24 +00:00
Codex
a769242207
feat: add frontend artifact delivery path
2026-05-19 16:04:08 +00:00
Codex
c8561d392b
feat: add baidu netdisk artifact delivery
2026-05-19 15:22:56 +00:00
Codex
8cdcda8b93
feat: add decision requirement and diary upsert APIs
2026-05-19 10:15:08 +00:00
Codex
b6ff699823
docs: define user service delivery policy
2026-05-19 09:18:39 +00:00
Codex
2a45bfe180
fix(code-queue): add active-run liveness diagnostics
2026-05-19 03:49:05 +00:00
Codex
37504a28e8
feat: add D601 dev backend path
2026-05-18 10:31:43 +00:00
Codex
f86a75791b
refactor: use git-controlled dev ci runner
2026-05-18 08:38:17 +00:00
Codex
b265274750
feat: add devops-controlled dev ci flow
2026-05-18 06:59:51 +00:00
Codex
54c1f8e165
feat: add decision center diary imports
2026-05-18 02:36:40 +00:00
Codex
bfaea963ad
fix: prewarm d601 dev k3s images
2026-05-17 18:33:25 +00:00
Codex
465f4a626b
feat: add d601 dev core manifests
2026-05-17 18:16:30 +00:00
Codex
40d03621c5
feat: add d601 dev environment foundation
2026-05-17 17:52:04 +00:00
Codex
236c5c38f6
docs: record master workflow and code queue operations
2026-05-17 16:49:18 +00:00
Codex
3ae141c1c3
merge: code queue claim move race fix
...
# Conflicts:
# AGENTS.md
# TEST.md
# config.json
# deploy.json
# docs/reference/cli.md
# docs/reference/deploy.md
# docs/reference/microservices.md
# scripts/cli.ts
# scripts/src/check.ts
# scripts/src/e2e.ts
# scripts/src/remote.ts
# src/components/microservices/code-queue/src/index.ts
# src/components/microservices/code-queue/src/queue-api.ts
# src/components/microservices/decision-center/Dockerfile
# src/components/microservices/decision-center/src/index.ts
2026-05-17 12:29:03 +00:00
Codex
00e5766794
fix: guard code queue manager moves
2026-05-17 11:56:07 +00:00
Codex
97a647bc8d
fix(code-queue): harden active state recovery
2026-05-17 11:12:41 +00:00
Codex
e5749c426f
fix: recover orphaned code queue runs
2026-05-17 10:42:51 +00:00
Codex
f775990c90
feat: add master code queue manager
2026-05-17 09:48:00 +00:00
Codex
bf364baac8
Stabilize provider HTTP tunnel diagnostics
2026-05-17 06:53:03 +00:00
Codex
4d9eed6513
feat: add decision center service and cli
2026-05-17 06:49:42 +00:00
Codex
d74439ecba
feat: add decision center service
2026-05-17 06:17:17 +00:00
Codex
550a12b0a9
fix: adapt claudeqq k3s deploy and notifications
2026-05-16 19:03:56 +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
d61db81b68
fix: clean legacy code queue deployment
2026-05-16 17:35:45 +00:00
Codex
ba0b949766
feat: split code queue k3s services
2026-05-16 16:47:32 +00:00
Codex
28cc2af121
feat: add provider websocket http data plane
2026-05-16 16:03:53 +00:00