1 Commits

Author SHA1 Message Date
sleepy 2c46d48004 feat: Add real-time streaming for tools
Streams assistant's thinking and tool calls back to opencode immediately:
- Sends content chunks as they're generated
- Parses and sends tool_calls deltas incrementally
- Doesn't execute tools server-side
- Allows opencode to show progress during generation

Note: Real implementation requires fixing syntax errors in routes.py
2026-02-25 12:10:49 +01:00