Commit Graph

247 Commits

Author SHA1 Message Date
Code Queue Review 0d824eab41 feat: persist code agent session facts 2026-05-24 00:25:28 +00:00
Lyon 48dfbf9e7f Merge pull request #406 from pikasTech/fix/d601-code-agent-m3-io-334
fix: cover Code Agent M3 HWLAB API requests
2026-05-24 07:51:27 +08:00
Code Queue Review c368f4d91f fix: cover code agent m3 hwlab api requests 2026-05-23 23:50:30 +00:00
unidesk-code-queue-runner 1f292ffd68 fix: align Code Agent heavy request timeouts 2026-05-23 23:45:09 +00:00
unidesk-code-queue-runner 73b9a7717a fix: allow scoped dev cd rollout verification 2026-05-23 23:11:37 +00:00
Code Queue Review efbee38ae1 fix: widen M3 hardware status workspace 2026-05-23 22:57:29 +00:00
Lyon 3df89fe151 fix: make codex stdio command path executable
Merge PR #400.\n\nValidated with node --test internal/cloud/server.test.mjs internal/cloud/code-agent-session-registry.test.mjs, node scripts/code-agent-chat-smoke.mjs, node web/hwlab-cloud-web/scripts/check.mjs, and npm run check. No DEV deploy apply or rollout performed.
2026-05-24 06:38:50 +08:00
Code Queue Review ee30594523 feat: route code agent m3 io through skill cli 2026-05-23 21:58:33 +00:00
Code Queue Review 98f5698e99 chore: record dev rollout for codex stdio 2026-05-23 21:54:37 +00:00
Code Queue Review 3c8a146eee feat: enable codex stdio code agent runtime 2026-05-23 21:15:05 +00:00
Code Queue Review 940222ba85 feat: surface live build metadata on workbench 2026-05-23 20:40:49 +00:00
Code Queue Review 4ffe53c026 fix: preserve live status blocker attribution 2026-05-23 20:08:42 +00:00
Code Queue Review 6bf9f15fbc fix: harden code agent timeout discovery path 2026-05-23 19:36:16 +00:00
Code Queue Review 84c05c350d feat: expose reusable readonly code agent sessions 2026-05-23 19:33:25 +00:00
Code Queue Review dcd2b71932 feat: add workbench left sidebar collapse 2026-05-23 18:45:52 +00:00
Code Queue Review 6eef6351f4 feat: show live HWLAB build metadata 2026-05-23 18:26:05 +00:00
Code Queue Review 6861239a47 feat: add cloud workbench login entry 2026-05-23 18:08:51 +00:00
Code Queue Review 9074667f53 fix: provision code agent codex runtime 2026-05-23 17:43:41 +00:00
Code Queue Review fa904e2a5c test: accept current Codex stdio blocker 2026-05-23 16:37:22 +00:00
Code Queue Review cac46e45f7 feat: show code agent message attribution metadata 2026-05-23 16:22:40 +00:00
Lyon 069a54920e fix: clarify Code Agent readiness facts
Expose current provider, durable DB, session runner, and Codex stdio readiness facts without leaking secret material; update web status classification and regression coverage.
2026-05-24 00:20:47 +08:00
Lyon 66d9246303 Merge pull request #371 from pikasTech/fix/d601-codex-runner-contract-275
fix: codify Codex runner feasibility contract
2026-05-24 00:17:50 +08:00
Lyon b924307728 Merge pull request #372 from pikasTech/fix/resource-explorer-removal-guard
test: 固化 resource explorer 删除护栏
2026-05-24 00:17:37 +08:00
Code Queue Review 871756e006 fix: codify Codex runner feasibility contract 2026-05-23 16:15:04 +00:00
Code Queue Review 40cdbcc2bb test: guard resource explorer removal 2026-05-23 16:13:10 +00:00
unidesk-code-queue-runner 9974c259e3 test: guard M3 IO Code Agent contract 2026-05-23 16:11:37 +00:00
Code Queue Review 6019800720 test: guard patch-panel wiring long table 2026-05-23 16:05:00 +00:00
lyon ab063880bd feat: add outbound gateway demo 2026-05-23 23:42:32 +08:00
unidesk-code-queue-runner df32d7dbe5 fix: remove resource explorer from workbench 2026-05-23 15:36:08 +00:00
Lyon 55f9f9d3e2 Merge pull request #363 from pikasTech/feat/d601-m3-code-agent-io
feat: expose M3 Code Agent route evidence
2026-05-23 23:30:44 +08:00
unidesk-code-queue-runner 9296c28bff feat: expose M3 Code Agent route evidence 2026-05-23 15:26:15 +00:00
Code Queue Review 24f818adae feat: show code agent M3 evidence metadata 2026-05-23 15:21:00 +00:00
Lyon 997b96dc65 fix: add structured Code Agent blockers
Add structured Code Agent blocker taxonomy across /v1/agent/chat, runner/session/tool, and HWLAB M3 Skill CLI paths.\n\nValidated with npm run check and focused server/session/Skill CLI/web tests.
2026-05-23 23:17:13 +08:00
unidesk-code-queue-runner e295def55f feat: add code agent status summary 2026-05-23 15:08:23 +00:00
Lyon 2fa7c894d3 feat: extend RPT-004 Code Agent harness
Adds Code Agent session and Skill CLI HWLAB API route gates to the RPT-004 harness, with default read-only live behavior and explicit --allow-m3-write for DEV-only M3 writes.
2026-05-23 22:58:15 +08:00
Lyon 21c58e41fd feat: add Code Agent quick prompts
Adds fill-only Code Agent quick prompts with explicit-send semantics for HWLAB API write examples, plus static and browser fixture coverage.
2026-05-23 22:44:09 +08:00
Code Queue Review 747786a91f fix: configure M3 skill CLI cloud API route 2026-05-23 14:27:17 +00:00
Lyon 667349554b Merge pull request #351 from pikasTech/feat/rpt004-mvp-e2e-harness
feat: add RPT-004 MVP E2E harness
2026-05-23 22:15:56 +08:00
Lyon 83e5f52c98 fix: harden dev cd runtime postflight
Summary:
- shared runtime durable readiness classifier for live-status and DEV postflight
- structured postflight blockers propagated through dev-cd apply
- contract coverage for ready queryResult, auth/schema/migration blockers, evidence persistence blockers, and bounded stdout

Verification:
- git diff --check
- node --check changed scripts/tests/live-status modules
- node --test scripts/src/dev-runtime-postflight.test.mjs scripts/src/dev-cd-apply.test.mjs web/hwlab-cloud-web/scripts/live-status-contract.test.mjs
- node scripts/dev-runtime-postflight.mjs --check
- node web/hwlab-cloud-web/scripts/check.mjs
- npm run check

No DEV apply/rollout/live health verification was run.
2026-05-23 22:15:04 +08:00
Code Queue Review 88e37edd19 feat: add RPT-004 MVP E2E harness 2026-05-23 14:13:01 +00:00
Lyon ab4e41374c fix: harden workbench sidebar resizing
Merge #348: add right hardware sidebar resize state and expand source/build Playwright layout coverage for #278 without changing M3 control paths or claiming DEV-LIVE hardware acceptance.
2026-05-23 22:08:36 +08:00
Code Queue Review 02ae48835b fix: guard workbench wiring layout 2026-05-23 14:05:38 +00:00
Code Queue Review f42d8d121d feat: add codex stdio code agent session gate 2026-05-23 13:37:08 +00:00
Code Queue Review 5227df7ad9 fix: gate dev cd apply with d601 preflight 2026-05-23 13:24:45 +00:00
root f2984016f3 fix: enforce D601 native k3s guards 2026-05-23 12:56:38 +00:00
Lyon 6a83de219f Merge pull request #339 from pikasTech/fix/d601-dev-cd-artifact-promotion-274
fix: resolve DEV CD artifact promotion boundary
2026-05-23 20:53:43 +08:00
Lyon ecddd9a630 feat: add code agent M3 skill control path
Adds the Code Agent -> Skill CLI -> HWLAB API /v1/m3/io controlled M3 IO path with route/audit/evidence/blocker payloads and tests proving no direct gateway/box/patch-panel or OpenAI fallback hardware control.
2026-05-23 20:52:40 +08:00
Code Queue Review 83d98ebf07 fix: resolve dev cd artifact promotion boundary 2026-05-23 12:52:01 +00:00
Lyon 210e31af2c Merge pull request #336 from pikasTech/fix/db-durable-runtime-311
Harden durable runtime DEV gates
2026-05-23 20:42:42 +08:00
Code Queue Review 30967566b7 fix: harden durable runtime DEV gates 2026-05-23 12:41:41 +00:00