Roo-Code/src
roomote[bot] 2945b30191
fix: enable caching for Opus 4.5 model (#9568)
Added claude-opus-4-5-20251101 to the cache control switch statements
to enable prompt caching, matching the behavior of other Claude models.

Fixes #9567

Co-authored-by: Roo Code <roomote@roocode.com>
2025-11-25 07:15:58 -05:00
..
__mocks__ feature: add toggle for disable mcp server tool from prompt (#3551) 2025-06-20 19:14:59 -04:00
__tests__ Add checkpoint initialization timeout settings and fix checkpoint timeout warnings (#8019) 2025-10-23 22:18:58 -04:00
activate Test a provider-oriented welcome screen (#9484) 2025-11-21 17:37:30 -05:00
api fix: enable caching for Opus 4.5 model (#9568) 2025-11-25 07:15:58 -05:00
assets Show the Roo provider on the welcome screen (#8317) 2025-09-25 16:13:04 -04:00
core Fix ask_followup_question streaming issue and add missing tool cases (#9561) 2025-11-25 00:11:16 -05:00
extension IPC command for sending messages to the current task (#9149) 2025-11-10 11:44:04 -05:00
i18n Add support for Roo Code Cloud as an embeddings provider (#9543) 2025-11-24 17:21:30 -05:00
integrations fix: improve markdown formatting and add reasoning support (#9458) 2025-11-20 22:52:35 -05:00
services Add support for Roo Code Cloud as an embeddings provider (#9543) 2025-11-24 17:21:30 -05:00
shared Add support for Roo Code Cloud as an embeddings provider (#9543) 2025-11-24 17:21:30 -05:00
utils Remove experimental setting for native tool calls (#9333) 2025-11-17 23:37:36 -05:00
workers Count tokens worker (#3037) 2025-04-29 12:29:25 -07:00
.gitignore PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
.prettierignore PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
.vscodeignore debug: Add ErrorBoundary component for better error handling (#5085) 2025-07-23 08:45:35 -04:00
esbuild.mjs Revert "fix: optimize README for VS Code marketplace to prevent UI freezing" (#6303) 2025-07-28 14:31:01 -04:00
eslint.config.mjs Fix linter errors (#3821) 2025-05-21 23:16:43 -07:00
extension.ts Test a provider-oriented welcome screen (#9484) 2025-11-21 17:37:30 -05:00
package.json feat: implement streaming for native tool calls (#9542) 2025-11-24 23:12:39 -05:00
package.nls.ca.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.de.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.es.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.fr.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.hi.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.id.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.it.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.ja.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.ko.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.nl.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.pl.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.pt-BR.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.ru.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.tr.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.vi.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.zh-CN.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
package.nls.zh-TW.json Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
tsconfig.json Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
turbo.json Improve turbo task dependency declarations (#4323) 2025-06-04 09:32:27 -07:00
vitest.config.ts Show console logging in vitests when the --no-silent flag is set (#7467) 2025-08-28 12:51:21 -04:00
vitest.setup.ts Show console logging in vitests when the --no-silent flag is set (#7467) 2025-08-28 12:51:21 -04:00