enable exa code/websearch

This commit is contained in:
Dax Raad
2025-11-25 22:06:26 -05:00
parent c413c3ed8f
commit d95f724303
3 changed files with 30 additions and 2 deletions

View File

@@ -97,8 +97,9 @@ export namespace ToolRegistry {
WebFetchTool,
TodoWriteTool,
TodoReadTool,
WebSearchTool,
CodeSearchTool,
...(config.experimental?.batch_tool === true ? [BatchTool] : []),
...(Flag.OPENCODE_EXPERIMENTAL_EXA ? [WebSearchTool, CodeSearchTool] : []),
...custom,
]
}