ZIm/crates/acp_thread
Nathan Sobo f81993574e Connect Native Agent responses to UI display
User-visible improvements:
- Native Agent now shows AI responses in the chat interface
- Uses configured default model from settings instead of random selection
- Streams responses in real-time as the model generates them

Technical changes:
- Implemented response stream forwarding from Thread to AcpThread
- Created Session struct to manage Thread and AcpThread together
- Added proper SessionUpdate handling for text chunks and tool calls
- Fixed model selection to use LanguageModelRegistry's default
- Added comprehensive logging for debugging model interactions
- Removed unused cwd parameter - native agent captures context differently than external agents
2025-08-02 09:58:33 -06:00
..
src Connect Native Agent responses to UI display 2025-08-02 09:58:33 -06:00
Cargo.toml Add ModelSelector capability to AgentConnection 2025-08-02 08:28:37 -06:00
LICENSE-GPL Claude experiment (#34577) 2025-07-17 14:25:55 +00:00