Matt Rubens
2b7df5e106
Update max tokens for vertex too
2025-03-03 09:44:02 -05:00
Matt Rubens
6cf420235d
Merge pull request #1327 from monotykamary/feat/claude-extended-output
...
feat: update virtual id for extended output 128k claude
2025-03-03 09:29:28 -05:00
Matt Rubens
6b0347e0bd
Add a checkbox to enable/disable the browser tool
2025-03-03 00:34:20 -05:00
Tom X Nguyen
ef93f5d422
refactor: always enable 128k for simplification
2025-03-03 11:17:01 +07:00
Tom X Nguyen
aec03d71c3
feat: add virtual id for extended output capabilities
2025-03-03 07:47:12 +07:00
Matt Rubens
22c8a683d8
Merge pull request #1296 from RooVetGit/mermaids
...
Mermaids
2025-03-01 18:51:40 -05:00
Matt Rubens
8c8210ef50
Merge pull request #1282 from ashktn/feat/vertex-gemini
...
feat: Add support for Gemini models on Vertex AI
2025-03-01 18:48:54 -05:00
Matt Rubens
c8b72fa730
Update ask prompt
2025-03-01 18:19:16 -05:00
Matt Rubens
65a2a2cbd1
Update architect prompt
2025-03-01 18:10:33 -05:00
Chris Estreich
1d3f5380a8
Move integration tests into its own module
2025-02-28 21:23:11 -08:00
ashktn
4caa49228f
feat: Add support for Gemini models on Vertex AI
2025-02-28 18:59:26 -05:00
Chris Estreich
21b883b59b
Merge pull request #1236 from RooVetGit/cte/fix-terminal-output-parsing
...
Fix TerminalProcess output parsing
2025-02-28 10:18:07 -08:00
Chris Estreich
4b66ce8255
Improve terminal command execution output parsing
2025-02-28 09:38:48 -08:00
Chris Estreich
31d2d17847
Fix maxTokens defaults for Claude 3.7 Sonnet models
2025-02-28 01:15:44 -08:00
cte
8cbce2ded0
Add provider-agnostic modelMaxThinkingTokens setting
2025-02-27 16:06:47 -08:00
Chris Estreich
54c687485b
Merge pull request #1254 from lupuletic/added-new-thinking-support
...
Added support for Claude Sonnet 3.7 thinking via Vertex AI
2025-02-27 15:51:58 -08:00
Catalin Lupuleti
dd4fb6b309
Update src/shared/globalState.ts
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-27 22:45:12 +00:00
Catalin Lupuleti
87b70cef83
Removed unnecessary comment
2025-02-27 22:20:35 +00:00
Catalin Lupuleti
2b3d23ebd7
Update src/shared/globalState.ts
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-27 22:17:09 +00:00
Catalin Lupuleti
3514f6506b
Added support for Claude Sonnet 3.7 thinking via Vertex AI
2025-02-27 21:56:56 +00:00
Matt Rubens
e7769cea57
Add gpt-4.5-preview
2025-02-27 15:30:04 -05:00
Chris Estreich
22ec3b21fe
Merge pull request #1244 from lupuletic/add-cache-costs-vertex-ai
...
Added cache costs for Claude Sonnet 3.7 via Vertex AI
2025-02-27 12:03:55 -08:00
Chris Estreich
02c955e1e6
Merge pull request #961 from aitoroses/feat/vertex-prompt-caching
...
Add Vertex AI prompt caching support for Claude models
2025-02-27 12:03:20 -08:00
Catalin Lupuleti
eec1769b6b
Added cache costs for Claude Sonnet 3.7 via Vertex AI
2025-02-27 18:56:28 +00:00
Aitor Oses
ea38d9ebba
Enable prompt caching for Claude Sonnet 3.7 Vertex AI model
2025-02-27 09:04:54 +01:00
Aitor Oses
4d22ae53fb
Merge remote-tracking branch 'upstream/main' into feat/vertex-prompt-caching
2025-02-27 08:55:06 +01:00
Matt Rubens
10c6f8fb67
Graduate checkpoints out of beta
2025-02-27 01:35:50 -05:00
Chris Estreich
5e53d00ebc
Allow control over maxTokens for thinking models
2025-02-26 14:23:11 -08:00
cte
41e75bc989
Model picker fixes
2025-02-25 23:02:43 -08:00
cte
e56908f6c1
Thinking settings tweaks
2025-02-25 15:48:20 -08:00
Chris Estreich
69bcd2e340
Merge branch 'main' into cte/openrouter-claude-thinking
2025-02-25 13:28:27 -08:00
Chris Estreich
17f0a5d961
Merge pull request #1192 from RooVetGit/cte/move-model-fetchers
...
Move & clean up model fetchers
2025-02-25 13:26:39 -08:00
Chris Estreich
7f1c6d7079
Merge branch 'cte/move-model-fetchers' into cte/openrouter-claude-thinking
2025-02-25 13:21:08 -08:00
Chris Estreich
50ce955048
Merge branch 'main' into cte/move-model-fetchers
2025-02-25 13:06:30 -08:00
Matt Rubens
199b6eaec1
Merge pull request #1190 from RooVetGit/file_drag_drop
...
File drag and drop
2025-02-25 16:02:50 -05:00
Chris Estreich
392a237985
Support Claude 3.7 Sonnet "Thinking" in OpenRouter
2025-02-25 12:58:03 -08:00
Matt Rubens
77a6e2be6d
File drag and drop
2025-02-25 15:49:38 -05:00
Matt Rubens
91ef9fbdb3
Clean up maxTokens logic
2025-02-25 15:29:57 -05:00
Chris Estreich
159621cea6
Move & clean up model fetchers
2025-02-25 11:35:24 -08:00
Aitor Oses
9b267e9afc
Add Vertex AI prompt caching support and enhance streaming handling
...
- Implemented comprehensive prompt caching strategy for Vertex AI models
- Added support for caching system prompts and user message text blocks
- Enhanced stream processing to handle cache-related usage metrics
- Updated model configurations to enable prompt caching
- Improved type definitions for Vertex AI message handling
2025-02-25 15:30:10 +01:00
Chris Estreich
6763824b5b
Merge pull request #1167 from RooVetGit/cte/claude-3.7-thinking
...
Claude 3.7 thinking
2025-02-24 22:27:59 -08:00
cte
09902904f3
Persist anthropicThinking
2025-02-24 22:08:14 -08:00
cte
b2b135c05c
[WIP] Claude 3.7 Sonnet (Thinking)
2025-02-24 15:45:26 -08:00
Matt Rubens
4c5045dd92
Merge pull request #1153 from hannesrudolph/tweak-system-prompt
...
Changes to increase adherence to diff edits
2025-02-24 16:32:48 -06:00
Matt Rubens
2f877c5ffe
Merge pull request #1156 from RooVetGit/add_claude_3_7_to_bedrock
...
Add Claude 3.7 to Bedrock
2025-02-24 15:51:10 -06:00
cte
b24a335503
Set maxTokens to 64K for Anthropic / 3.7 Sonnet
2025-02-24 13:48:47 -08:00
Matt Rubens
92131adc6d
Add Claude 3.7 to Bedrock
2025-02-24 15:35:00 -06:00
cte
d94067aba8
Revert maxTokens change for now
2025-02-24 12:54:05 -08:00
cte
0e644f102f
Default to Claude 3.7 where appropriate
2025-02-24 12:48:55 -08:00
Roo Code
35a56a9918
Reorder tool groups and update tool usage instructions to always mention apply_diff before write_to_file
2025-02-24 13:27:05 -07:00