Codex
d39e322bf0
fix(web/cli): do not truncate the terminal final-response body in trace rows
...
- HWLAB v0.2 Final Response was being truncated to 5000 characters in
traceAssistantSummaryRow and then again to 1200 characters in the CLI
compactTraceRenderRow, even when the response was the assistant’s
terminal (last) message. The same Final Response is what
/v1/agent/chat/result returns as reply.content, so the trace view
should show the full text and stay consistent with the CLI
assistantText path.
- Mark each rendered row with a terminal flag (true only for the
terminal Final Response) and lift the body cap to
Number.POSITIVE_INFINITY for terminal rows. The CLI Web-render path
now passes the full body through when row.terminal is true and keeps
the 1200 char preview for non-terminal streaming rows.
- Add unit tests in web/hwlab-cloud-web/app-trace.test.ts and
tools/hwlab-cli/client.test.ts to lock the behavior in for the
terminal/no-truncate path and the streaming/2200 cap path.
Refs: pikasTech/HWLAB#722
2026-06-03 13:26:19 +08:00
Codex
2f435fc736
fix: 改进手动 session CLI 摩擦
2026-06-03 11:06:43 +08:00
Codex
94b9df822c
feat: 手动化 Code Agent session 管理
2026-06-03 10:40:50 +08:00
Codex
da25cb4c02
feat: align session sidebar and cli management
2026-06-03 09:47:52 +08:00
Codex
05c5c046bc
fix: keep hwlab cli workspace output current
2026-06-03 01:28:30 +08:00
Codex
6cd4cb292d
fix: restore hwlab cli workspace after completion
2026-06-03 01:14:08 +08:00
Codex
ba5c8fdf35
fix: persist hwlab cli workspace updates
2026-06-03 01:04:18 +08:00
Codex
0445981f62
fix: prefer current conversation thread in hwlab cli
2026-06-03 00:43:55 +08:00
Codex
f05446ec00
fix: restore cli workspace thread id visibility
2026-06-02 16:43:42 +08:00
Codex
66282ba80f
fix: unlock cloud web composer steer
2026-06-02 12:25:16 +08:00
Codex
fcfc7e84e5
fix: preserve AgentRun command tool calls in trace
2026-06-02 12:15:21 +08:00
Codex
3497a8993b
feat: support agentrun steer and idle continuation
2026-06-02 10:29:46 +08:00
Codex
c1cd3df37e
fix: select runtime endpoint by execution surface
2026-06-02 08:11:03 +08:00
Codex
8ed2b6944f
fix: reuse hwlab cli sessions by runtime scope
2026-06-02 08:04:25 +08:00
Codex
399af47ee8
fix: assemble device pod runtime endpoint
2026-06-02 07:44:24 +08:00
Lyon
f0ddb634d8
fix: consume AgentRun assistant authority ( #673 )
...
Co-authored-by: Codex <codex@local>
2026-06-02 07:19:52 +08:00
Codex
af6f6c9f17
fix: align hwlab cli agent send with web short submit
2026-06-02 03:37:58 +08:00
Lyon
5dc263e10a
fix: align AgentRun trace rendering ( #665 )
...
Co-authored-by: Codex <codex@local>
2026-06-01 23:58:06 +08:00
Codex
dcff1b4b2d
fix(cli): recommend direct bun client commands
2026-06-01 22:37:24 +08:00
Codex
80cf8c7f19
fix(cli): make group help side-effect free
2026-06-01 22:34:16 +08:00
Codex
378595d403
fix(cli): show selected session user in auth summary
2026-06-01 22:13:06 +08:00
Codex
095c042077
feat(cli): render agent trace with web rows
2026-06-01 21:44:39 +08:00
Codex
b7285b30b1
feat(workbench): share account workspace across web and cli
2026-06-01 21:31:26 +08:00
Codex
a686c37247
feat(cli): replay agent continuation from trace
2026-06-01 20:50:59 +08:00
Codex
63f08e6e75
fix: align web cli agentrun continuation
2026-06-01 20:01:58 +08:00
Codex
9a14ed06ae
fix: harden v0.2 code agent transport
2026-05-31 22:54:50 +08:00
Codex
72535cb32c
fix: 收敛 device-pod DS 验收 CLI 摩擦
2026-05-31 20:03:43 +08:00
Codex
ca714bfa27
fix: 优化 device-pod CLI 短入口
2026-05-31 19:16:17 +08:00
Codex
2234c232e4
fix: expose hwlab cli request diagnostics
2026-05-31 16:12:40 +08:00
Codex
945c2ba3d0
fix: persist user code agent sessions
2026-05-31 16:00:05 +08:00
Codex
5bf4bf0f47
feat: sync g14 harness and device-pod cli
2026-05-31 05:07:16 +08:00
Codex
0cf79ecc9d
feat: expose hwlab client pod routes
2026-05-30 14:05:28 +08:00
Codex
395216122a
fix: make hwlab cli a short web client
2026-05-30 12:31:07 +08:00
Codex
e6ac2898fe
refactor: remove legacy dev cd scripts
2026-05-26 05:31:57 +08:00
Codex
81ca5e022b
fix: verify dev registry manifests from runner pods
2026-05-24 07:34:05 +00:00
Codex
0b59cfb51f
feat: add nonblocking hwlab cicd cli
2026-05-24 07:05:05 +00:00
Code Queue Review
4e302faee9
Remove repo reports and add recurrence guard
2026-05-24 02:31:36 +00:00
Code Queue Review
fc7ff9b022
feat: route code agent m3 io through hwlab api skill cli
2026-05-23 18:41:34 +00:00
Lyon
7a0648088c
fix: wire distinct M3 simulator identities
...
Merge PR #159 after Code Queue rebase and validation. Runner verified M3 cardinality, hardware-loop smoke, patch-panel runtime smoke, m3 readonly contract, and git diff check. This is source/config blocker removal only; it does not claim DEV-LIVE M3 pass.
2026-05-23 00:09:29 +08:00
HWLAB Code Queue
38d1507e07
feat: add L6 CLI web MVP gate entry
2026-05-21 18:19:16 +00:00
HWLAB Code Queue
d312cd0f3f
chore: add dev deploy apply preflight
2026-05-21 16:42:04 +00:00
HWLAB Code Queue
6509a35804
feat: add hwlab cli and web skeleton
2026-05-21 14:45:20 +00:00
HWLAB Code Queue
8f3069035f
chore: establish hwlab l0 contract skeleton
2026-05-21 14:27:53 +00:00