Roo-Code/src/core/assistant-message
Roo Code 08c6146b3b feat: implement AI Deep Research with real-time SSE support
- Add aiDeepResearchTool.ts for handling AI deep research requests
- Create AIDeepResearchService.ts for SSE communication with server
- Add AIDeepResearchBlock.tsx UI component for displaying research progress
- Update tool types and registration in shared/tools.ts
- Add ai_deep_research to ClineSayTool interface
- Add ai_deep_research_result to ClineSay types
- Update presentAssistantMessage.ts to handle the new tool
- Add UI integration in ChatRow.tsx
- Add translation keys for AI Deep Research
- Add comprehensive tests for aiDeepResearchTool

This implementation provides real-time streaming of AI research progress
including thinking, searching, reading, and analyzing states.
2025-07-20 01:27:32 +00:00
..
__tests__ Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
index.ts Revert "Switch to the new Roo message parser" (#3649) 2025-05-15 21:28:44 -07:00
parseAssistantMessage.ts Fix: Allow write_to_file to handle newline-only and empty content (#3550) 2025-06-23 18:43:49 -04:00
parseAssistantMessageV2.ts Fix: Allow write_to_file to handle newline-only and empty content (#3550) 2025-06-23 18:43:49 -04:00
presentAssistantMessage.ts feat: implement AI Deep Research with real-time SSE support 2025-07-20 01:27:32 +00:00