dashboard: Reasoning accordion — auto-open during stream, collapse to chip #986
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!986
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/962"
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
<Reasoning>accordion (apps/web/src/components/agent/reasoning.tsx) rendered above assistant event rows whendetail.thinkingblocks are present.prefers-reduced-motionsuppresses ping ring + chevron transition(ts, type)per event — ready for interleaved thinking supportEventLoggainsstreamingprop;task-detailpassesstatus === "running"Test plan
assistantevent streamsCloses #962
All ACs met, CI green.
Nit (non-blocking):
reasoning.tsxbutton hasaria-expandedbut noaria-controlspointing to the body region, and the body div has noid. Screen readers can't programmatically associate the trigger with its panel. Wireid={reasoning-body-${_id}}onto the body div andaria-controlson the button if a11y matters here.