Does the HTTP API support stream output? #3414

Closed
opened 2026-02-16 17:39:59 -05:00 by yindo · 2 comments
Owner

Originally created by @Carseason on GitHub (Dec 8, 2025).

Question

/session/:id/message etc. API support or not stream output?
However, it is not a long-awaited outcome.

Originally created by @Carseason on GitHub (Dec 8, 2025). ### Question /session/:id/message etc. API support or not stream output? However, it is not a long-awaited outcome.
yindo closed this issue 2026-02-16 17:39:59 -05:00
Author
Owner

@rekram1-node commented on GitHub (Dec 8, 2025):

@Carseason events are streamed from /event

the message endpoints waits until the stream is complete and then responds & finishes

@rekram1-node commented on GitHub (Dec 8, 2025): @Carseason events are streamed from /event the message endpoints waits until the stream is complete and then responds & finishes
Author
Owner

@rekram1-node commented on GitHub (Dec 8, 2025):

you can find examples of how we use it in the desktop and tui clients

@rekram1-node commented on GitHub (Dec 8, 2025): you can find examples of how we use it in the desktop and tui clients
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3414