vision(#623): WebSocket streaming for chat UI to replace one-shot claude --print #1026
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#1026
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?
Goal
Replace the blocking one-shot claude --print invocation in the chat backend with
a WebSocket connection that streams tokens to the UI as they arrive.
Sprint
Part of sprint edge-subpath-chat — vision issue #623.
Acceptance criteria
Affected files
docker/chat/server.py— chat backend WebSocket endpointdocker/chat/ui/— frontend WebSocket client renderingnomad/jobs/edge.hcl— Caddy WebSocket proxy confignomad/jobs/chat.hcl— chat Nomad jobDependencies