mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add openAiNativeWebSearchEnabled configuration option to provider settings - Implement web search tool integration in Responses API requests - Handle web search events and store results for citation formatting - Add citation formatting with clickable links in markdown format - Display search status updates during web search operations - Append sources list with numbered citations at end of response This enables automatic web search for OpenAI Native provider when the openAiNativeWebSearchEnabled option is set to true. The model will automatically search the web when helpful and include inline citations with a Sources list containing clickable links. |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||