Hannes Rudolph
992997c02f
feat: add Gemini CLI provider for free access to Gemini models ( #5134 ) ( #5137 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
2025-06-26 16:03:18 -04:00
Brad Davis
37ed013157
fix context length for lmstudio and ollama ( #2462 ) ( #4314 )
...
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
2025-06-20 22:53:04 -04:00
Chris Estreich
44f3a8418b
Convert all webview-ui tests: jest -> vitest ( #4771 )
2025-06-17 15:29:17 -07:00
Dicha Zelianivan Arkana
b8505fe175
fix: ambiguous model id error ( #4306 )
2025-06-17 11:32:08 -07:00
Chris Estreich
7820b7517a
Roo Code Cloud ( #4069 )
...
Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
2025-05-28 20:43:30 -07:00
Chris Estreich
e66136f1aa
Add a new @roo-code/types package and use it everywhere ( #3912 )
2025-05-26 12:06:45 -07:00
John Richmond
8cb5c4e9e3
Restore profile management work + fix #3434 ( #3449 )
...
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-12 15:47:09 -04:00
Matt Rubens
730d037a12
Revert "Improve provider profile management in the external API ( #3386 )" ( #3440 )
2025-05-10 08:27:37 -04:00
Chris Estreich
c21aa230e3
Get rid of ApiConfiguration type alias, rename ApiConfigMeta to ProviderSettingsEntry ( #3380 )
2025-05-08 23:52:18 -07:00
John Richmond
0bbd3fd1df
Add LiteLLM provider ( #3242 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-07 14:53:21 -04:00
Chris Estreich
cb29e9d56f
Remove ModelInfo objects from settings ( #2939 )
2025-04-25 15:23:25 -07:00
mlopezr
e53d299acf
Allow Amazon Bedrock Marketplace ARNs ( #2874 )
...
* Update validate.ts
Allow ARNs from Bedrock Marketplace, which are different because models are deployed using SageMaker Inference behind the scenes.
* Update bedrock.ts
Allow ARNs from Bedrock Marketplace, which are different because models are deployed using SageMaker Inference behind the scenes.
2025-04-23 09:36:50 -04:00
Sacha Sayan
612b948193
Refactor: Use path aliases in webview source files. ( #2801 )
...
* Refactor: Use path aliases in webview source files.
* Add module resolution to root jest config.
* Add tests.
Broken import.
Another broken import.
Broken test.
2025-04-20 21:38:08 -04:00
vagadiya
294b52ef6a
Fix to Bedrock ARN validation ( #2538 )
...
Fixes Bedrock ARN validation
Updates the Bedrock ARN regex to allow alphanumeric characters, dots, hyphens, and colons in the resource ID.
This prevents validation errors when using ARNs containing those characters.
2025-04-12 13:43:35 -04:00
ronyblum
a031b74bf5
Modification of AWS Bedrock to Amazon Bedrock ( #2473 )
...
* Modification of AWS Bedrock to Amazon Bedrock
* Duplicated comment removal
2025-04-10 15:47:34 -04:00
Matt Rubens
aed55d799b
v3.9 ( #1790 )
2025-03-19 00:30:13 -04:00
Smartsheet-JB-Brown
171037a938
Add enhanced error handling and logging for AWS Bedrock custom ARNs
2025-03-10 14:25:52 -07:00
cte
41e75bc989
Model picker fixes
2025-02-25 23:02:43 -08:00
System233
f065f039be
Fixed the issue that Model ID cannot be saved
2025-02-26 06:58:17 +08:00
Matt Rubens
2ccab1444b
Merge remote-tracking branch 'origin/main' into temperature_control
2025-02-09 22:53:44 -05:00
Pugazhendhi
1268db59a3
Fixes imports
2025-02-07 14:08:31 +05:30
Pugazhendhi
ea3d384e48
Fetches all models from gateway during init
2025-02-03 12:18:15 +05:30
Saoud Rizwan
077fa84374
Add Mistral API provider
2025-01-17 01:11:16 -05:00
Matt Rubens
9183244c28
Warnings and error handling
2025-01-09 00:11:53 -05:00
Frank
e5e700ffcb
feat: add Glama gateway
2025-01-04 22:50:12 -05:00
Mark Percival
93e70c62f1
Chore: Prettier for consistant formatting ( #794 )
...
* Chore: Pretier for consistant formatting
- TODO: This PR needs to be updated by Saoud after he runs `npm install` & `npm format:fix` and commits the results of the prettier changes.
* Revert prettier config
* Run npm install
* Fix prettier config and ignore package lock
* Run format
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2024-11-21 13:13:54 -08:00
Saoud Rizwan
39bc35eec1
Add LM Studio provider
2024-11-12 22:02:42 -05:00
Saoud Rizwan
ccb4738d7e
Use or instead of null coalescing instead since state may return non undefined for new values
2024-10-09 01:50:00 -04:00
Saoud Rizwan
e6d6ca5c56
Fixes
2024-10-09 01:50:00 -04:00
Saoud Rizwan
ba6546e0b8
Fixes
2024-10-09 01:49:58 -04:00
Saoud Rizwan
fbd30281bc
Add openrouter model validation
2024-10-09 01:49:57 -04:00
Saoud Rizwan
7cb0c524e5
Add OpenRouter custom model scheme
2024-10-09 01:49:57 -04:00
Saoud Rizwan
4b44e8f921
Add OpenAI provider
2024-09-12 15:01:28 -04:00
Saoud Rizwan
fbb7620fa1
Add gemini support
2024-09-12 08:11:33 -04:00
Saoud Rizwan
286e569e09
Add ollama provider option
2024-09-03 23:03:30 -04:00
Saoud Rizwan
c209198b23
Add openai compatible provider
2024-09-03 17:08:29 -04:00
Saoud Rizwan
0badfa2706
Add support for aws credentials file or environment variables, and session token
2024-09-03 13:58:21 -04:00
Saoud Rizwan
ba4caf4f00
Remove max requests per task settings option
2024-09-01 01:41:43 -04:00
Saoud Rizwan
13af5992af
Add GCP Vertex AI provider
2024-08-28 05:35:49 -04:00
Saoud Rizwan
843ef29a07
Remove Kodu provider
2024-08-27 21:38:01 -04:00
Saoud Rizwan
df4e8e7afc
Add Kodu provider
2024-08-26 01:00:00 -04:00
Saoud Rizwan
f6fd76823b
Add Maestro login button
2024-08-26 01:00:00 -04:00
Saoud Rizwan
f54774b943
Add option to choose different models
2024-08-11 00:28:22 -04:00
Saoud Rizwan
fa1068d92d
Refactor utilities to utils for consistency
2024-08-03 15:47:41 -04:00