Commit graph

1301 commits

Author SHA1 Message Date
ChuKhaLi
fb25c9218e feat: use template variables for version numbers in announcement strings (#3755) 2025-05-24 13:39:33 -06:00
Chris Hasson
76cd5f1aec feat(settings): Add allowedMaxRequests feature inspired by Cline (#3631)
* feat(settings): Introduce the "auto-approve request count" feature from Cline

This is the first minor UI feature I've added, so please let me know if I'm missing anything! (translations, organization, etc!)

Please see commits for details

introduce allowedMaxRequests to globalSettingsSchema
update ExtensionState and its context with allowedMaxRequests
implement UI for setting max requests in AutoApproveMenu component
prompt user when auto-approval limit is reached with i18n support
increment consecutiveAutoApprovedRequestsCount and reset upon user approval
add translations for auto-approved request limit reached prompt in multiple languages
add new UI for "auto_approval_max_req_reached" in ChatRowContent
display prompt with title, description, and button for user action

🔧 chore(gitignore): add .idea to .gitignore to exclude IDE-specific files
- remove .idea/workspace.xml to clean up repository

* 🔧 chore(gitignore): add IDE configuration files to ignore list

- add .idea directory to ignore JetBrains IDE configurations

* 🌐 i18n(chat): add translation keys for api request limit

- introduce translation keys for "title" and "unlimited" in multiple languages
- update description for api request limit in various languages

* 🌐 i18n(chat): migrate auto-approved request limit translations

- move translations from common.json to chat.json across locales
- update component to use Trans for dynamic text rendering

* Update the UI for setting max requests

* Hide the auto-approve limit warning once clicked

---------

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:32 -06:00
Noritaka Kobayashi
e8daf6298c refactor: import multiple times (#3745) 2025-05-24 13:39:32 -06:00
மனோஜ்குமார் பழனிச்சாமி
a5c59241b3 feat: move play audio to webview to ensure cross-platform (#3659)
Co-authored-by: sam hoang <samhv.ict@gmail.com>
2025-05-24 13:39:32 -06:00
Matt Rubens
05e891d9cf Make prompt input textareas resizable (#3691) (#3739) 2025-05-24 13:39:32 -06:00
Canyon Robins
89490b0996 rm test :/ 2025-05-24 13:39:32 -06:00
Canyon Robins
100247479a non default export 2025-05-24 13:39:32 -06:00
Canyon Robins
5290885fe3 use tailwind 2025-05-24 13:39:32 -06:00
Canyon Robins
f99f1fec73 use Markdown for summary 2025-05-24 13:39:31 -06:00
Canyon Robins
141050a392 add tests for ContextCondenseRow 2025-05-24 13:39:31 -06:00
Canyon Robins
b333eb6c76 add translations 2025-05-24 13:39:31 -06:00
Canyon Robins
bc2cc16630 use chat.json 2025-05-24 13:39:31 -06:00
Canyon Robins
66d9e99223 fix 2025-05-24 13:39:31 -06:00
Canyon Robins
cc3382606a refactor 2025-05-24 13:39:31 -06:00
Canyon Robins
46ca8c37aa add header 2025-05-24 13:39:30 -06:00
Canyon Robins
440ed6e79c Add UI component 2025-05-24 13:39:30 -06:00
Canyon Robins
fe606e3f06 [Condense Context] Track metrics around context condensing and show in UI 2025-05-24 13:39:30 -06:00
pugazhendhi-m
a0a399722d Adds refresh models button for Unbound provider (#3663)
* Adds refresh models button for Unbound provider

* Adds changeset

* Optimizes code to prevent memory leak, add error messages

* Adds unbound messages to all supported languages

---------

Co-authored-by: Pugazhendhi <pugazhendhi@unboundsecurity.ai>
2025-05-24 13:39:29 -06:00
Chris Estreich
5d05870de2 Fix command display in the approval required case (#3636) 2025-05-24 13:39:28 -06:00
Daniel
74dcedd35b Fix incorrect reserved tokens calculation on OpenRouter (#3626)
fix: improve token reservation logic in calculateTokenDistribution
2025-05-24 13:39:28 -06:00
Matt Rubens
92acc3fda6 v3.17.0 (#3622) 2025-05-24 13:39:28 -06:00
Canyon Robins
9a1cc39ad1 [Condense] Condense messages with an LLM rather than truncating (#3582)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:27 -06:00
Hannes Rudolph
8077c4a0eb feat: add buildDocLink utility and 21 Internal Links to Docs (#3418)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:27 -06:00
Chris Estreich
b6cbf775cb Use a shadcn dialog for the announcement (#3604) 2025-05-24 13:39:27 -06:00
Matt Rubens
1d3a44e058 Add a 'when to use' section to mode definitions (#3571)
* Add a 'when to use' section to mode definitions

* Remove defaults for now
2025-05-24 13:39:26 -06:00
Chris Estreich
65d25ddf1b Fix linter warning + run prettier on everything (#3581) 2025-05-24 13:39:26 -06:00
Chris Estreich
867c6c1c6b Show LLM streaming file write content (#3241) 2025-05-24 13:39:25 -06:00
Chris Estreich
7ea934c93d Focus improvements (#3539) 2025-05-24 13:39:25 -06:00
Chris Estreich
e3cef8e53c Revert "Accidental execution of tool syntax fix" (#3560) 2025-05-24 13:39:25 -06:00
xyOz
1bc4a2db16 Accidental execution of tool syntax fix (#3456)
Co-authored-by: cte <cestreich@gmail.com>
2025-05-24 13:39:25 -06:00
KJ7LNW
4871fb7bd1 fix: command validation failing on shell array indexing (#3530)
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-05-24 13:39:24 -06:00
Daniel
4c68b14c2f Use the provider-specific model info for the OpenRouter provider (#3430) 2025-05-24 13:39:23 -06:00
Chris Estreich
fdb7b89959 Gemini implicit caching (#3515) 2025-05-24 13:39:23 -06:00
Chris Estreich
6df5f1d0b0 Improve command execution UI (#3509) 2025-05-24 13:39:22 -06:00
John Richmond
25fef10b2a Restore profile management work + fix #3434 (#3449)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:22 -06:00
KJ7LNW
5179930862 fix: webview terminal output processing error (#3028) 2025-05-24 13:39:22 -06:00
Dicha Zelianivan Arkana
028d81ea04 fix(textarea): empty string as fallback (#3463) 2025-05-24 13:39:22 -06:00
Matt Rubens
996adc1483 Revert "Improve provider profile management in the external API (#3386)" (#3440) 2025-05-24 13:39:21 -06:00
Tony Zhang
7246556330 Fix: forced-color-adjust in highlight theme (#3424) 2025-05-24 13:39:21 -06:00
Matt Rubens
1125c00161 Fix saving of OpenAI compatible headers (#3415)
* Fix saving of OpenAI compatible headers

* Code cleanup

* Add test
2025-05-24 13:39:21 -06:00
Chris Estreich
ddd8ebf856 Get rid of ApiConfiguration type alias, rename ApiConfigMeta to ProviderSettingsEntry (#3380) 2025-05-24 13:39:20 -06:00
Dicha Zelianivan Arkana
791f4e2742 fix(prompts): revert to vscodetextarea to prevent race condition (#3343) 2025-05-24 13:39:19 -06:00
KJ7LNW
9dfe7e118d fix: show properly formatted multi-line commands in preview (#3368)
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-05-24 13:39:19 -06:00
cannuri
6d7ed1c0ff fix display issues with too long profile names in ChatTextArea.tsx (#3371) 2025-05-24 13:39:19 -06:00
Matt Rubens
117fbf7378 Disable Posthog autocapture in the code in addition to in the web console (#3303) 2025-05-24 13:39:18 -06:00
Tony Zhang
787f5c7b1d fix: enhance focus styles in select-dropdown and docs url (#3336) 2025-05-24 13:39:17 -06:00
aheizi
f3adef0409 fix: project mcp allways allow (#3332) 2025-05-24 13:39:17 -06:00
Dicha Zelianivan Arkana
9c249494d5 fix: properly handle mode name overflow (#3328) 2025-05-24 13:39:17 -06:00
Matt Rubens
8193227e58 Revert "Tailwind migration" (#3321)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-24 13:39:16 -06: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