lyon
766f41d415
fix: render workbench trace clocks with display timezone
2026-06-20 14:07:16 +08:00
Lyon
acd9831149
Fix workbench trace projection authority ( #1696 )
2026-06-20 12:47:18 +08:00
Lyon
ecbb13cdf4
fix: expose trace pagination in cli and otel ( #1687 )
2026-06-20 11:32:13 +08:00
lyon
c2629c5ebf
fix: improve code agent trace visibility
2026-06-20 00:04:23 +08:00
lyon
02989a8237
fix: preserve workbench message whitespace
2026-06-19 15:40:12 +08:00
lyon
08b2e3077a
fix: converge workbench session authority
2026-06-18 15:24:16 +08:00
lyon
78a6b82751
fix: remove workspace session fallback from hwlab cli
2026-06-17 15:53:44 +08:00
lyon
da6be55512
fix: remove workbench legacy read repair paths
2026-06-17 15:20:56 +08:00
lyon
2679b1f14e
fix: load Code Agent traces through REST resource
2026-06-16 21:57:51 +08:00
lyon
ce1f1031f5
fix: unify code agent turn status authority
2026-06-16 19:21:13 +08:00
lyon
43b79b6c7e
fix: allow failed code agent sessions to resume
2026-06-16 03:24:33 +08:00
lyon
7fcc83e692
fix: avoid protocol-only tool trace summaries
2026-06-16 01:00:54 +08:00
lyon
ce9ec444df
fix: prefer completed mcp tool trace rows
2026-06-16 00:32:09 +08:00
lyon
1a15863f9d
fix: preserve restored session markdown
2026-06-15 23:03:20 +08:00
Lyon
ce7c2658cf
fix: unify workbench conversation message persistence ( #1281 )
2026-06-15 21:28:31 +08:00
lyon
96b4557b0a
fix(web): show tool command preview in trace rows
2026-06-15 20:50:27 +08:00
lyon
f24f39bb3e
fix: tighten agent trace workbench UI
2026-06-15 16:44:12 +08:00
lyon
f2614ad521
fix: align trace rendering stream
2026-06-15 15:41:47 +08:00
lyon
2c6574e625
fix: expose agent trace result summary
2026-06-15 15:34:36 +08:00
lyon
8633ab77a7
fix: clarify account access CLI roles
2026-06-15 15:12:24 +08:00
lyon
dbdac6e68a
feat: add typed user query CLI
2026-06-15 14:56:11 +08:00
lyon
53f8d94471
fix: tighten web trace reading
2026-06-15 14:44:47 +08:00
lyon
1bf3023009
fix: reduce trace rendering noise
2026-06-15 10:26:12 +08:00
Codex Agent
34ee947285
feat: add caserun prompt preview
2026-06-08 13:27:16 +08:00
Codex Agent
a5f38a95ee
docs: document v02 deploy yaml source
2026-06-08 13:21:26 +08:00
Codex Agent
435ce50f11
fix: refresh full trace aggregates in caserun
2026-06-08 13:14:53 +08:00
Codex Agent
19161b5f82
fix: preserve full web trace details
2026-06-08 13:13:48 +08:00
Codex Agent
a309f06867
fix: polish caserun aggregate trace markdown
2026-06-08 13:04:29 +08:00
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
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