mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- Add web_search tool that works for all models - Created tool class (WebSearchTool.ts) with BaseTool pattern - Added native tool definition for OpenAI-compatible APIs - Added XML description for non-native protocols - Updated tool types, display names, and groups - Integrated with i18n system for translations - Added comprehensive test coverage (10 tests) - Mock implementation demonstrates functionality - Can be replaced with real search API integration (Brave, Google, Bing, DuckDuckGo) - Alternatively, users can use Perplexity MCP server for real search Implements COM-464 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||