Roo-Code/src/api/transform
Smartsheet-JB-Brown 919bb121d0
Jbbrown/bedrock caching (#2071)
* Bedrock prompt caching

* remove whitespace only change to src/api/providers/base-provider.ts

* remove integration test that calls bedrock

* PR prep cleanup

* test file and redundant code cleanup

* updated multi-cache-point

* optimized cache strategy

* cache logic updated. commit before trying to simplify newConversationPlacements

* simplified initial cachePoint logic

* fix the missing caching params for claude 3.7 on bedrock

* undo unintentional changes to README.md files

* fix merge bug that hid use prompt cache checkbox

* prep for PR

* remove unintended changes

* revert .gitignore change

* undo unintended changes

* Issue 1998 - Unable to use ARN. https://github.com/RooVetGit/Roo-Code/issues/1998 - Simplify region extraction from Arns. Change example of ARN use from the foundational model ARN to an inference profile ARN which is what is needed.

* small updates to error message

* more flexible support for ARNs and hardening of ARN handling

* update comment on regex use for platform indipendent cosideration

* small code comment update

* remove duplicative logic to add a region to the arn when cross-region is selected

* Update README files from main branch

* improve error handling when on-demand throughput is not avialable for a foundational model

* fix prompt router bug

* minor tweaks for simplicity

* error messgae formatting

* set new version of bedrock runtime package

* fixes: 2229 - complete prompt doesn't work and appears like a no-op

* remove commented out logger.debug blocks per PR review request

* localize new prompt cache UI inputs

* single source of truth for AWS Region information

---------

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-04-03 13:05:29 -04:00
..
__tests__ feat: Add support for Gemini models on Vertex AI 2025-02-28 18:59:26 -05:00
cache-strategy Jbbrown/bedrock caching (#2071) 2025-04-03 13:05:29 -04:00
bedrock-converse-format.ts Remove unused code 2025-02-24 22:13:45 -08:00
gemini-format.ts Add tests, remove unused code 2025-02-24 21:08:08 -08:00
mistral-format.ts Add tests 2025-02-24 21:13:23 -08:00
openai-format.ts Remove unused code 2025-02-24 22:13:45 -08:00
r1-format.ts Extend deepseek-r1 support 2025-01-27 21:27:24 +01:00
simple-format.ts Fix type errors 2025-02-24 15:55:04 -08:00
stream.ts Add support for displaying reasoning for openrouter models 2025-01-26 02:11:56 +01:00
vertex-gemini-format.ts feat: Add support for Gemini models on Vertex AI 2025-02-28 18:59:26 -05:00
vscode-lm-format.ts Remove unused code 2025-02-24 22:13:45 -08:00