feat(workspace): tool output + Edit/Write diff preview in transcript #574
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!574
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/565"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds tool_progress broadcast, groups tool_call/progress/summary events per pill, and renders unified diffs for Edit/Write tools.
Test plan
aria-expandedtoggles on button clickjust qaclean (530 web + 2544 server tests pass)Closes #565
Tool output + Edit/Write diff preview all correct and well-tested.
Nit (non-blocking): in
ToolCallPill, thepDetail?.textbranch in progress rendering is a dead path — the server stores progress text insummary, notdetail.text, soev.summaryalways fires. Works fine; worth a cleanup if the field contract tightens later.