Add SSE streaming for AI responses #3
Reference in New Issue
Block a user
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?
Context
Currently the agent returns complete text after execution finishes. For a good
Workshop UX, responses should stream token-by-token as Claude generates them.
Requirements
executingstate, stream partial results via SSEGET /api/jobs/:id/stream(returnstext/event-stream)stream: trueon messages.create)Event Format
Acceptance Criteria
References