Roo-Code/.roo
George Goranov 56c630ca92
Feature/bedrock embeddings support (#9475)
* feat: add AWS Bedrock support for codebase indexing

- Add bedrock as a new EmbedderProvider type
- Add AWS Bedrock embedding model profiles (titan-embed-text models)
- Create BedrockEmbedder class with support for Titan and Cohere models
- Add Bedrock configuration support to config manager and interfaces
- Update service factory to create BedrockEmbedder instances
- Add comprehensive tests for BedrockEmbedder
- Add localization strings for Bedrock support

Closes #8658

* fix: add missing bedrockOptions to loadConfiguration return type

* Fix various issues that the original PR missed.

* Remove debug logs

* Rename AWS Bedrock -> Amazon Bedrock

* Remove some 'as any's

* Revert README changes

* Add translations

* More translations

* Remove leftover code from a debugging session.

* fix: add bedrock to codebaseIndexModelsSchema and update brace-expansion override

- Add bedrock provider to codebaseIndexModelsSchema type definition to fix empty model dropdown in UI
- Update pnpm override for brace-expansion from '>=2.0.2' to '^2.0.2' to resolve ESM/CommonJS compatibility issues

* Improvements to AWS Bedrock embeddings support

- Enhanced bedrock.ts embedder implementation
- Added comprehensive test coverage in bedrock.spec.ts
- Updated config-manager.ts for better Bedrock configuration handling
- Improved service-factory.ts integration
- Updated embeddingModels.ts with Bedrock models
- Enhanced CodeIndexPopover.tsx UI for Bedrock options
- Added auto-populate test for CodeIndexPopover
- Updated pnpm-lock.yaml dependencies

* Restore openrouter config

* Remove debug log

* Fix config-manager.spec.ts unit test.

* Add translations for "optional"

* Revert unnecessary change related to open ia embedder

---------

Co-authored-by: Roo Code <roomote@roocode.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: Smartsheet-JB-Brown <jb.brown@smartsheet.com>
2025-11-26 08:58:58 -05:00
..
commands docs: include PR numbers in release guide (#9236) 2025-11-13 15:25:08 -05:00
rules Miscellaneous cleanup (#6453) 2025-07-30 16:10:53 -07:00
rules-code fix: use safeWriteJson for all JSON file writes with race condition fix (#4733) 2025-06-25 16:05:02 -04:00
rules-docs-extractor Normalize docs-extractor audience tags; remove admin/stakeholder; strip tool invocations (#8717) 2025-10-17 19:17:38 -04:00
rules-integration-tester feat(tests): core tools integration tests (#4433) 2025-06-12 11:50:25 -04:00
rules-issue-fixer fix: migrate Issue Fixer to REST + ProjectsV2 (#9207) 2025-11-12 19:46:26 -05:00
rules-issue-investigator feat: Add Issue Investigator mode and enhance Issue Writer mode (#5913) 2025-07-18 14:43:14 -04:00
rules-issue-writer Improve issue-writer mode initialization workflow (#6311) 2025-07-28 16:30:26 -04:00
rules-merge-resolver fix: remove search_and_replace tool from codebase (#8892) 2025-10-30 22:51:29 -04:00
rules-mode-writer feat(mode-writer): add validation and cohesion checking for mode creation (#6313) 2025-07-28 16:45:42 -04:00
rules-pr-fixer feat: add merge-resolver mode for intelligent conflict resolution (#6090) 2025-07-22 21:31:36 -04:00
rules-translate Feature/bedrock embeddings support (#9475) 2025-11-26 08:58:58 -05:00
roomotes.yml Remove translation roomote (#6945) 2025-08-11 15:39:28 -04:00