Commit Graph

83 Commits

Author SHA1 Message Date
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
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
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
Matt Rubens
0346fdeecb Add a setAlwaysAllowBrowser checkbox to settings 2024-11-22 13:37:04 -05:00
ColemanRoo
e55696e247 Fix Package Publish Workflow (#11)
* fixing access to codeartifact login script

* adjust namespace to match other Roo packages

* addling line to install vsce to Github action

* removing namespace as it is not valid for extension name

* version bump

* updating package-lock and doing full install for publish action

* update workflow package install steps

* update package install steps
2024-11-19 21:27:58 -06:00
John Stearns
fb222587fb Merge remote-tracking branch 'upstream/main' 2024-11-14 19:34:12 -08:00
John Stearns
9153a962e5 Add 'git show' to auto-executable allow-list 2024-11-06 14:54:12 -08:00
Matt Rubens
0b3294df83 chore: update VSIX to version 1.0.2 2024-11-03 16:15:13 -05:00
John Stearns
8a240d8ee4 Build and installation instructions for VSIX package file 2024-11-01 20:21:18 -07:00
John Stearns
3c8a9c09dd Add options to always approve write and execute operations 2024-11-01 13:38:47 -07:00
Saoud Rizwan
dff81b9d09 Fix o1 on openai native 2024-10-16 09:59:30 -04:00
Saoud Rizwan
0b3b23320b Update URLs to github.com/cline/cline 2024-10-12 16:41:30 -04:00
Saoud Rizwan
540f5326b7 lock updates 2024-10-09 02:17:24 -04:00
Saoud Rizwan
68b87e6056 Clean up old pre-streaming code 2024-10-09 01:49:54 -04:00
Saoud Rizwan
1cc3546b7e Initial streaming refactor 2024-10-09 01:49:54 -04:00
Saoud Rizwan
69e681ebce Normalize all file paths to posix format when presenting to AI or user 2024-09-22 19:20:10 -04:00
Saoud Rizwan
b7617e5f2a use isbinaryfile to more safely read contents of folders and files 2024-09-18 22:32:38 -04:00
Saoud Rizwan
e3144996fb Add URL scraping with puppeteer 2024-09-18 17:28:25 -04:00
Saoud Rizwan
d29f4a174c Add diagnostics context to environment details 2024-09-14 13:45:41 -04:00
Saoud Rizwan
72dcf1f9a2 Fix o1 with new max_completion_tokens 2024-09-14 04:03:00 -04:00
Saoud Rizwan
fbb7620fa1 Add gemini support 2024-09-12 08:11:33 -04:00
Saoud Rizwan
d71cccc2a4 Revert vscode types to make compatible with older versions; fix terminal output parsing 2024-09-09 09:39:33 -04:00
Saoud Rizwan
4edffb0d6d Add shell integration warning; reuse terminals when possible 2024-09-09 07:40:03 -04:00
Saoud Rizwan
2c91bafe1e Add new vscode shell integration to run commands right in terminal 2024-09-08 10:30:50 -04:00
Saoud Rizwan
ea14481771 Replace react-syntax-highlighter with rehype-highlight to reduce memory footprint when scrolling code blocks 2024-09-06 21:06:36 -04:00
Saoud Rizwan
0a16aedf95 Remove isbinaryfile as this caused errors on some users computers 2024-09-06 12:26:13 -04:00
Saoud Rizwan
1d87bcf767 Add support for reading PDF and docx files 2024-08-31 02:21:23 -04:00
Saoud Rizwan
3e58160d99 Replace token estimation with using last API response token usage 2024-08-30 22:29:18 -04:00
Saoud Rizwan
2e438e5df5 Add search_files tool 2024-08-30 01:53:31 -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
273eb3acad Fix sliding window context management handling of images and get more accurate token estimates 2024-08-26 22:49:13 -04:00
Saoud Rizwan
6b7a2894b1 Use inference-stream endpoint to work around vercel timeout 2024-08-26 06:41:19 -04:00
Saoud Rizwan
650283a11f Add sliding window context management 2024-08-26 01:00:00 -04:00
Saoud Rizwan
141fa69c05 Refactor openai messages conversion 2024-08-26 01:00:00 -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
ec2bfa352a Add prompt cache 2024-08-15 03:34:54 -04:00
Saoud Rizwan
b6a8c03317 Remove sharp processing and use original images in requests 2024-08-08 07:15:14 -04:00
Saoud Rizwan
a70e7a55e1 Use sharp wasm 2024-08-08 04:49:16 -04:00
Saoud Rizwan
911dd159cd Add ability to attach images to messages 2024-08-08 02:44:51 -04:00
Saoud Rizwan
38d461b784 Fix edge case issues when running commands with long outputs or as completion command 2024-08-04 19:32:45 -04:00
Saoud Rizwan
c09a8462d7 Add support for OpenRouter and AWS Bedrock 2024-08-03 14:24:56 -04:00
Saoud Rizwan
d441950b7f Update version 2024-08-02 18:04:53 -04:00
Saoud Rizwan
15f52696b9 Fix sending SIGINT to the command process's subprocesses 2024-08-02 18:01:44 -04:00