Roo-Code/packages/types
Roo Code 6afb46dd93 feat: add web_search tool similar to Cline
- 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
2026-01-13 03:53:54 +00:00
..
npm Update router name in types (#10610) 2026-01-10 13:34:25 -05:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add web_search tool similar to Cline 2026-01-13 03:53:54 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Move more types to @roo-code/types (for the cli) (#10583) 2026-01-09 11:59:06 -08:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00