Roo-Code/packages/types
Roo Code a93b162c0a feat: add automatic web search support for OpenAI Native provider
- 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.
2025-09-23 18:28:14 +00:00
..
npm Get the model id property for a given provider (#8009) 2025-09-17 15:24:27 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add automatic web search support for OpenAI Native provider 2025-09-23 18:28:14 +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 Task metadata (#7092) 2025-08-14 03:14:17 -07: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