yt3trees
9246cf8f6d
Add o3-mini support to openai compatible
2025-03-08 20:23:53 +09:00
Matt Rubens
2a65db61cf
Merge pull request #1444 from moqimoqidea/patch-1
...
fix claude 3.7 think enhance prompt problem.
2025-03-07 21:39:56 -05:00
Daniel Trugman
129f15884f
Requesty: Correctly set image and computer use support
2025-03-07 13:00:37 +00:00
moqimoqidea
aa70d755f8
fix claude 3.7 think enhance prompt problem.
2025-03-07 16:28:44 +08:00
Matt Rubens
70a88aee4d
Merge pull request #1392 from eonghk/feature/vertex-credentials-auth
...
Add credentials auth for Google vertex
2025-03-06 16:45:45 -05:00
Olwer Altuve
21101e25bf
refactor(deepseek): update test expectations
...
- Update test case to reflect current object reference behavior for model info
2025-03-06 12:29:13 -04:00
Olwer Altuve
e75fdc1ef6
only info
2025-03-06 11:51:11 -04:00
Olwer Altuve
89cf2c4c58
feat(api): Add DeepSeek provider support for prompt caching and detailed usage metrics
...
- Update DeepSeekHandler to support prompt caching
- Add cache token tracking in usage metrics
- Update DeepSeek model configurations with cache-related pricing
- Enhance test coverage for cache and usage metric handling
2025-03-06 11:26:15 -04:00
Chris Estreich
c9e21eb091
Merge pull request #1414 from websentry-ai/pm/add-unbound-metadata
...
Adds Unbound metadata for non-streaming requests
2025-03-05 21:07:27 -08:00
eong
e3ffd1337a
Merge branch 'main' into feature/vertex-credentials-auth
2025-03-06 15:17:49 +13:00
Olwer Altuve
2e78662e9e
fix(deepseek): update base URL to remove /v1 endpoint
2025-03-05 16:57:44 -04:00
Matt Rubens
e4fb0081b1
Update commands to roo-cline to be consistent with others
2025-03-05 10:39:36 -05:00
Matt Rubens
73ac64924e
Merge remote-tracking branch 'origin/main' into human-relay
2025-03-05 10:34:03 -05:00
eong
01f83b4d17
Add credentials auth for Google vertex
2025-03-06 00:51:38 +13:00
Pugazhendhi
4073bdcb20
Fixes tests
2025-03-05 16:53:26 +05:30
Pugazhendhi
a489a8b1e4
Removes print statements
2025-03-05 16:29:10 +05:30
Pugazhendhi
10dd931eb7
Adds unbound metadata to non streaming requests
2025-03-05 16:28:04 +05:30
refactorthis
589387ba65
feat: add x-title and http-referer header to all openai providers
...
- Provides the ability for Open AI compatible gateways, such as LiteLLM, Open Router, Requesty to determine originating app.
- Uses standard set by Open Router.
2025-03-05 19:16:23 +11:00
Adam Larson
1c8f9ed683
first pass on speculative decoding with LMStudio
2025-03-04 01:48:40 -05:00
Felix NyxJae
40dd7ac532
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
2025-03-04 11:23:04 +08:00
Matt Rubens
63cecf8b22
Support 128k max tokens for openrouter thinking
2025-03-03 09:37:55 -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
Tom X Nguyen
ef93f5d422
refactor: always enable 128k for simplification
2025-03-03 11:17:01 +07:00
Felix NyxJae
b47de72cec
Add countTokens method to HumanRelayHandler class in human-relay.ts
2025-03-03 12:11:43 +08:00
Felix NyxJae
626827ab3f
Merge branch 'RooVetGit:main' into human-relay
2025-03-03 10:19:02 +08:00
Tom X Nguyen
38cf054391
chore: add missing 3.7 sonnet modelid
2025-03-03 09:11:18 +07:00
Matt Rubens
9b91ab21b6
Default middle-out compression to on
2025-03-02 20:57:53 -05:00
Tom X Nguyen
d2b4a83605
fix: simplify logic and allow for multiple betas
2025-03-03 08:33:35 +07:00
Tom X Nguyen
aec03d71c3
feat: add virtual id for extended output capabilities
2025-03-03 07:47:12 +07:00
Matt Rubens
7e62d34570
PR cleanup
2025-03-02 02:12:21 -05:00
Matt Rubens
e8de7dea19
Merge remote-tracking branch 'origin/main' into count_tokens
2025-03-02 02:02:05 -05:00
Matt Rubens
8a1d66732a
Infrastructure to support calling token count APIs, starting with Anthropic
2025-03-02 01:47:55 -05:00
cte
9b646eb2bc
DRY up getModel
2025-03-01 21:51:17 -08:00
cte
62385ba4c7
Custom max tokens fix for non-thinking models
2025-03-01 21:05:03 -08:00
ashktn
4caa49228f
feat: Add support for Gemini models on Vertex AI
2025-02-28 18:59:26 -05:00
Felix NyxJae
8a5f16cbf2
Merge branch 'RooVetGit:main' into human-relay
2025-02-28 17:41:05 +08:00
Chris Estreich
31d2d17847
Fix maxTokens defaults for Claude 3.7 Sonnet models
2025-02-28 01:15:44 -08:00
Felix NyxJae
156fe0d9fb
fix: Optimize panel management, support panel references for sidebar and tab types
2025-02-28 12:06:39 +08:00
Felix NyxJae
1ae4eaa80e
fix: Update comments to the human relay
2025-02-28 11:42:45 +08:00
Felix NyxJae
38c09d09d6
fix: Fix the human relay dialog function and optimize user interaction experience
2025-02-28 10:54:25 +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
5eba1d53fb
Added tests for Claude Sonnet Thinking
2025-02-27 22:15:17 +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
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
cte
d66b5d2db6
Fix tests
2025-02-27 02:40:39 -08:00
cte
0b583ed15e
Fix AnthropicHandler#completePrompt
2025-02-27 02:34:14 -08:00
Felix NyxJae
3bb1d78c17
feat: Added human relay function and related message processing initial version
2025-02-27 18:08:05 +08:00
Aitor Oses
4d22ae53fb
Merge remote-tracking branch 'upstream/main' into feat/vertex-prompt-caching
2025-02-27 08:55:06 +01:00