Commit Graph

337 Commits

Author SHA1 Message Date
github-actions[bot]
b3ced0aac0 changeset version bump 2024-12-14 00:28:49 +00:00
Matt Rubens
8565d56146 Package bump 2024-12-13 17:02:56 -05:00
Matt Rubens
77d7fc0a44 Fix indentation bug with diff replacing a single search line 2024-12-13 00:05:23 -05:00
Matt Rubens
be3d8a6166 Incorporate MCP changes (#93)
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2024-12-12 23:16:39 -05:00
Premshay
04259577ed Merge branch 'RooVetGit:main' into main 2024-12-12 09:23:19 +02:00
R00-B0T
af9df77c2c Changeset version bump (#80)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: ColemanRoo <michael.coleman@roo.vet>
2024-12-11 15:48:53 -06:00
ColemanRoo
8dbd01937d update command to build local vsix file and directory (#79) 2024-12-11 15:36:00 -06:00
Cline
140318cecd feat(api): unify Bedrock provider using Runtime API
Problem:
The current Bedrock implementation uses the Bedrock SDK, which requires separate handling for different model types and doesn't provide a unified streaming interface.

Solution:
Integrate the Bedrock Runtime API to provide a single, unified interface for all Bedrock models (Claude and Nova) using the ConverseStream API. This eliminates the need for separate handlers while maintaining all existing functionality.

Key Changes:
- Refactored AwsBedrockHandler to use @aws-sdk/client-bedrock-runtime
- Enhanced bedrock-converse-format.ts to handle all content types and properly transform between Anthropic and Bedrock formats
- Maintained cross-region inference support with proper region prefixing
- Added support for prompt caching configuration
- Improved AWS credentials handling to better support default providers
- Added proper error handling and token tracking for all response types

Dependencies:
- Added @aws-sdk/client-bedrock-runtime for unified API access
- Removed @anthropic-ai/bedrock-sdk dependency

Testing:
- Verified message format conversion for all content types
- Tested cross-region inference functionality
- Validated streaming responses for both Claude and Nova models

This change simplifies the codebase by providing a single, consistent interface for all Bedrock models while maintaining full compatibility with existing features.
2024-12-11 22:47:56 +02:00
Matt Rubens
38fe812995 Merge pull request #74 from RooVetGit/gemini_2
Add Gemini 2.0
2024-12-11 13:52:52 -05:00
Abel Trejo Pineda
2f2c0609ba Merge pull request #61 from RooVetGit/chores/changeset-releases
Changeset AI Releases and code guardrails
2024-12-11 10:38:43 -08:00
Matt Rubens
65bbefed55 Add Gemini 2.0 2024-12-11 13:36:46 -05:00
Matt Rubens
355dc822dd Better error handling when unable to apply diffs (#71) 2024-12-11 11:20:01 -05:00
Matt Rubens
ba8bed90d8 Handle Windows line endings (#62) 2024-12-10 20:24:51 -05:00
a8trejo
eb1c18cc65 Ordering package.json in alphabetic order 2024-12-10 14:33:12 -08:00
a8trejo
3ec7bbc5d3 Updating husky hook and adding lint-staged 2024-12-10 14:27:28 -08:00
a8trejo
0d00bc18a0 Adding changeset config 2024-12-10 13:53:45 -08:00
a8trejo
84c808a620 Adding husky hooks 2024-12-10 13:33:35 -08:00
Matt Rubens
6e1f6833b8 Add a search-and-replace diff strategy (#57) 2024-12-10 12:44:38 -05:00
ColemanRoo
1d47fa67c9 Add copy prompt to history (#56) 2024-12-09 15:25:50 -06:00
Matt Rubens
da31a23499 Create a structure for different diff strategies, starting with unified (#55) 2024-12-09 11:04:40 -05:00
Matt Rubens
c0b070e6f0 Improvements to apply_diff (#52) 2024-12-08 10:51:40 -05:00
John Stearns
23486f1d3a Removing manual vsix steps in favor of marketplace publishing (#47) 2024-12-08 07:44:29 -08:00
Matt Rubens
c78216af30 Fix issue where sound effects setting wasn't working (#51) 2024-12-07 22:54:38 -05:00
Matt Rubens
5d9d36c128 Checkbox to experiment with letting Cline edit through diffs (#48)
Co-authored-by: Jozi <jozigila@gmail.com>
2024-12-07 16:35:55 -05:00
John Stearns
dafe286076 Restoring vsix build target (#46) 2024-12-07 09:53:21 -08:00
John Stearns
423e2af520 Continuing work on support for OpenRouter compression (#43) 2024-12-07 09:38:13 -08:00
Matt Rubens
776b7822a4 Version 2.1.10 (#39) 2024-12-01 22:40:19 -05:00
Matt Rubens
4b74f290d4 Play sound effects for notifications and events (#38)
Co-authored-by: HeavenOSK <heavenosk@gmail.com>
2024-12-01 22:25:10 -05:00
Matt Rubens
adc438fb0d Add comment about .clinerules (#36) 2024-12-01 19:26:51 -05:00
Matt Rubens
6b8f9f7a45 Expose a list of allowed auto-execute commands (#31) 2024-12-01 15:34:36 -05:00
Matt Rubens
987add3653 Update metadata (#29) 2024-11-30 23:32:51 -05:00
Matt Rubens
55e75f254e Relax vscode version targeting (#27) 2024-11-29 22:03:54 -05:00
Matt Rubens
6fed90805a Add a few more read-only operations (#25) 2024-11-29 12:35:33 -05:00
Matt Rubens
cafc2852ca Allow Roo-Cline to coexist with Cline (#23)
Co-authored-by: ColemanRoo <michael.coleman@roo.vet>
2024-11-28 14:25:41 -05:00
Matt Rubens
cc3186c88f Bump version to 2.1.3 (#22) 2024-11-28 13:52:58 -05:00
Matt Rubens
d632e621be Simplify auto-approving code and make it work better with browser actions (#21) 2024-11-28 13:44:02 -05:00
ColemanRoo
b1c0e9be41 fix package.json format (#20)
* fix package.json format
add code-qa.yml step to PRs

* fix package-lock.json to use npm instead of codeartifact

* removing test step as it requires vs code

* update code owner file
2024-11-27 16:00:53 -06:00
ColemanRoo
ffbe1b0382 Functionality to publish extension to marketplace (#19)
Remove upload to CodeArtifact
2024-11-27 14:59:57 -06:00
ColemanRoo
86ce5236bc Fix/update version num in files list (#17)
* updating the version number in the files list and updating README

* small version bump so it can be uploaded to CodeArtifact
2024-11-26 10:44:49 -06:00
John Stearns
bf0a5c82de Updating Roo-Cline with the latest cline/cline (11/22) 2024-11-22 15:28:46 -08:00
ColemanRoo
a8993bff26 fixing version numbers for packaging process (#15) 2024-11-22 16:10:12 -06:00
Matt Rubens
0346fdeecb Add a setAlwaysAllowBrowser checkbox to settings 2024-11-22 13:37:04 -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
ColemanRoo
f34c52fa37 update package.json to remove unneeded prop 2024-11-18 21:40:00 -06:00
ColemanRoo
4edf570530 Publish Roo Cline to AWS CodeArtifact; script to download and install latest Roo Cline Extension 2024-11-18 21:31:15 -06:00
John Stearns
fb222587fb Merge remote-tracking branch 'upstream/main' 2024-11-14 19:34:12 -08:00
Saoud Rizwan
0d256239f3 Prepare for release 2024-11-12 22:05:15 -05:00
Saoud Rizwan
bac0b1a0cb Add prompt caching for new model ids on openrouter 2024-11-12 18:35:51 -05:00
John Stearns
c6c0099942 Updating Roo-Cline with the latest cline/cline 2024-11-07 15:25:10 -08:00
Saoud Rizwan
6a63c9f11b Prepare for release 2024-11-07 13:54:38 -05:00