Built-in chat UI (streaming, per-user persisted, inline write confirmations) #53
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Streaming text chat panel in the PWA, talking to the built-in agent. Conversations persisted per user. Write-tool confirmations rendered inline as a diff/preview the user can accept or reject.
Scope
conversations+messagestables (or whichever shape the ADR specifies). User-scoped via FK.Acceptance criteria
Part of epic #47. Depends on the agent-runtime ADR, the Domain tool surface, and the Audit log + undo ticket (the commit path writes the audit log).