Roo-Code/packages/types
Roo Code f3102f8134 feat: add API key support for Ollama Embedder Provider
- Add ollamaApiKey parameter to CodeIndexOllamaEmbedder constructor
- Include Authorization header in all API requests when API key is provided
- Update CodeIndexConfigManager to read and store Ollama API key from secrets
- Add UI field for Ollama API key input in CodeIndexPopover component
- Update type definitions to include codebaseIndexOllamaApiKey secret
- Add comprehensive tests for API key authentication
- Maintain backward compatibility for local Ollama instances without auth

Closes RooCodeInc/Roo-Code#8737
2025-10-20 15:46:20 +00:00
..
npm Identify cloud tasks in the extension bridge (#8539) 2025-10-08 20:54:08 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add API key support for Ollama Embedder Provider 2025-10-20 15:46:20 +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