322 Commits

Author SHA1 Message Date
Codex Agent 225269b5ad fix: resolve hwpod by id for caserun agents 2026-06-08 12:51:42 +08:00
Codex Agent 916838bde4 feat: update caserun aggregation and v02 deploy config 2026-06-08 12:21:09 +08:00
Codex Agent 1160089d3b fix: make hwpod workspace search node-native 2026-06-08 11:29:37 +08:00
Codex Agent 9d76230bc3 切换 AgentRun 资源装配到 gitbundle 2026-06-08 11:25:54 +08:00
Codex Agent c52ba0dac2 feat: 支持 provider profile auth.json CLI 写入 2026-06-08 10:59:38 +08:00
Codex Agent 7408ba9da7 feat: add provider profile removal delegation 2026-06-08 05:29:11 +08:00
Codex Agent 34788702dc Allow dynamic AgentRun provider profiles 2026-06-08 03:22:26 +08:00
Codex Agent 4c3a8951f6 feat: hwlab-code-agent tool and skill for agent scheduling
- tools/hwlab-code-agent-cli.ts: thin wrapper importing from skills/
- skills/hwlab-code-agent/: SKILL.md, config.json, scripts/src/client.ts
- toolAliases: hwlab-code-agent (spawn/poll/result/trace)
- skillRefs: hwlab-code-agent SKILL.md
- hwpod spec auto-inheritance: --spec-path, CWD .hwlab/, HWPOD_SPEC_CONTENT
- Leader agent can spawn Coder/Reviewer with inherited hwpod spec
2026-06-07 18:11:43 +08:00
Codex Agent 2577ecfaf9 refactor: remove skill files from seed, keep only tool files
Skills now delivered exclusively via AgentRun skillRefs channel.
Removed: hwpod-cli, hwpod-ctl, hwlab-agent-runtime SKILL.md entries.
Removed: arm2d-skill directory seed + collectDirectorySeedFiles helper.
Seed array now only contains hwpod tool files (*.ts).
2026-06-07 15:07:31 +08:00
Codex Agent 7b5dd408fc fix: align hwpod apply-patch with v2 engine 2026-06-07 15:00:26 +08:00
Codex Agent bfedec8f30 fix: add missing collectDirectorySeedFiles definition 2026-06-07 14:51:35 +08:00
Codex Agent 94571fb50c feat: restore directory seed for arm2d-skill after AgentRun limit removal
- Revert to single directory entry for arm2d-skill in AGENT_WORKSPACE_SEED_FILES
- Includes SKILL.md + references/ + python/ (14 files)
- Paired with AgentRun v0.1 removal of workspace file count limit
2026-06-07 14:46:41 +08:00
Codex Agent 712db9c597 feat: arm2d-skill directory seed for CaseRun agent workspace
Add B1 directory-type seed mechanism to AGENT_WORKSPACE_SEED_FILES:
- Extended agentWorkspaceFilesForRun with collectDirectorySeedFiles helper
- arm2d-skill (SKILL.md + references/ + python/) auto-injected to .agents/skills/arm2d-skill/
- Enables Code Agent to follow ARM-2D constraints and call asset scripts in case

Skill source: https://github.com/notLabyet/HWLabOA
2026-06-07 14:40:48 +08:00
Codex Agent c66bced0fa fix: limit \r\n escape preprocessing to anchor/find params only
normalizeContentLineEndings 在 8e637db7 引入的 \r\n escape 预处理对
所有调用路径生效,导致 workspaceWrite 写入 C 源码时破坏 \r\n 字符串常量。

修复:增加 unescapeEscapeSequences 参数(默认 false),仅在
workspaceReplace find、workspaceInsertAfter anchor、diagnosticDetails
三个 anchor 匹配路径启用 escape 预处理。

- workspaceWrite content: 不启用(保留原始 \r\n)
- workspaceReplace replace text: 不启用
- workspaceInsertAfter insertText: 不启用
- applyUpdateHunks output: 不启用(已是规范化内容)

Fixes #1027
2026-06-07 13:37:31 +08:00
Codex Agent fcc64c9b36 fix: increase hwpod-node UART maxBytes default from 4096 to 16384 2026-06-07 12:59:44 +08:00
Codex Agent 8e637db794 fix: handle literal \r\n escape sequences in hwpod-node insert-after/replace anchor matching 2026-06-07 12:54:17 +08:00
Codex Agent 892c9af366 fix: CaseRun blocker visibility in status + cloud-api hwpod_node_not_connected error 2026-06-07 12:45:32 +08:00
Codex Agent 760df7938c fix: record caserun source-root baseline 2026-06-07 01:52:51 +08:00
Codex Agent a3c5115267 fix: support hwpod fragment anchors 2026-06-07 01:16:12 +08:00
Codex Agent 5df18caffa fix: smooth caserun trace and uart hints 2026-06-07 01:05:52 +08:00
Codex Agent b22e4d25b8 fix: preserve keil sidecars for caserun downloads 2026-06-07 00:52:59 +08:00
Codex Agent 53aafde5bd fix: clarify caserun hwpod job polling 2026-06-06 23:50:53 +08:00
Codex Agent 1d5c3d422d fix: seed caserun hwpod tools 2026-06-06 23:08:19 +08:00
Codex Agent 841594437e fix: archive caserun agent trace rows 2026-06-06 22:49:12 +08:00
Codex Agent b73cf2d019 fix: smooth hwpod harness commands 2026-06-06 22:14:10 +08:00
Codex Agent fc7ed2c3ab fix: sync caserun registry artifacts 2026-06-06 21:35:21 +08:00
Codex Agent 64c13b5b0a fix: expose caserun trace lookup hints 2026-06-06 21:19:47 +08:00
Codex Agent 991beeded6 fix: support case-level caserun agent timeouts 2026-06-06 20:50:56 +08:00
Codex Agent 5a7644dac9 fix: bind hwpod node ops to target node
Prevent direct hwpod-node URL dispatch from executing plans on the wrong node and expose spawn diagnostics for cmd.run failures.
2026-06-06 19:41:44 +08:00
Codex Agent c71347f072 fix: expose caserun agent hwpod stages 2026-06-06 19:06:26 +08:00
Codex Agent e1c35509e1 fix: seed caserun hwpod workspace files 2026-06-06 18:38:26 +08:00
Codex Agent 1ba9b70da1 fix: bind hwpod uart read 2026-06-06 18:27:27 +08:00
Codex Agent 917b910bd0 fix: structure hwpod download ops 2026-06-06 18:09:44 +08:00
Codex Agent f67e658321 fix: add hwpod workspace text edit ops 2026-06-06 17:28:06 +08:00
Codex Agent 28ffe3cd5d fix: archive CaseRun agent transcript artifacts 2026-06-06 17:25:32 +08:00
Codex Agent 21b66b28cc case-run: refresh registry artifacts from result 2026-06-06 16:39:12 +08:00
Codex Agent 4105072338 case-run: archive artifacts to registry 2026-06-06 16:24:02 +08:00
codex a73a3a4537 fix: keep CaseRun status stage current 2026-06-06 16:11:15 +08:00
Codex Agent 64b0b3e630 hwpod: support stdin workspace patches 2026-06-06 15:45:58 +08:00
Codex Agent 2be05a55cf case-run: honor async timeout options 2026-06-06 15:23:08 +08:00
Codex Agent b3e063f38a case-run: 支持 agent mutation prompt 2026-06-06 15:11:31 +08:00
Codex Agent 4e0481977b case-run: 严格提取 agent HWPOD 命令 2026-06-06 14:49:08 +08:00
Codex Agent c2c016b20f case-run: 记录 agent compile trace 2026-06-06 14:37:20 +08:00
Codex Agent 494d3ed3bb fix: add async CaseRun CLI controls 2026-06-06 14:00:18 +08:00
Codex Agent 6cae643161 fix: remove legacy trace fallback paths 2026-06-06 13:55:03 +08:00
Lyon ec7e24d4ac Merge pull request #987 from pikasTech/fix/issue986-hwpod-node-command-resolution
fix: stabilize hwpod-node Windows git command resolution
2026-06-06 13:50:37 +08:00
Codex Agent 352da4c436 fix: resolve hwpod node windows git command 2026-06-06 13:49:21 +08:00
Codex Agent a94b76b94c fix: keep Cloud Web alive on client disconnect 2026-06-06 13:34:34 +08:00
Codex Agent fd5754083a fix: keep CaseRun autoEvaluation summaries false
Keep CaseRun build and collect summaries aligned with evidence.autoEvaluation=false so flow-only runs do not look auto-graded.

Co-Authored-By: Codex <noreply@openai.com>
2026-06-06 13:26:44 +08:00
Codex Agent 44a59d4f9e fix: orchestrate caserun agent flow without grading 2026-06-06 12:53:31 +08:00