Commit graph

4378 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
ChuKhaLi
d608f41b59 Move error message for settings import failure into the correct position (#3752)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <cestreich@gmail.com>
2025-05-24 13:39:32 -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
R-omk
34c8b09b04 Add YAML support for .roomode files alongside JSON processing (#3711) 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
b69d389e33 camelCase 2025-05-24 13:39:31 -06:00
Canyon Robins
a39004a279 add changeset 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
80f5549c49 fix failing tests 2025-05-24 13:39:31 -06:00
Canyon Robins
0ed3cbb09a add getApiMetrics.test.ts 2025-05-24 13:39:31 -06:00
Canyon Robins
be67640b53 update sliding-window tests 2025-05-24 13:39:31 -06:00
Canyon Robins
abe39a3062 add unit tests for condense 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
397d032e77 nit 2025-05-24 13:39:30 -06:00
Canyon Robins
de08095db0 nit 2025-05-24 13:39:30 -06:00
Canyon Robins
c9871b68ad bug fix 2025-05-24 13:39:30 -06:00
Canyon Robins
46ca8c37aa add header 2025-05-24 13:39:30 -06:00
Canyon Robins
46fcd370c5 account for system prompt when estimating new context size 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
Shariq Riaz
820c77d2a6 feat(evals): add UI and backend support for importing and injecting f… (#3606) 2025-05-24 13:39:30 -06:00
avtc
af6eb1fc4d LM studio reasoning support (thinking block) (#3719)
lmstudio reasoning support (thinking block)

Similar to ollama implementation in #1080
2025-05-24 13:39:30 -06:00
Remon Oldenbeuving
82a87b30a9 fix(webview): Fix links to filename:0 (#3727)
* fix(webview): Fix links to filename:0

* Add changeset
2025-05-24 13:39:30 -06:00
zeo
4cb9b4ea37 Add Qwen3 model series to the Chutes provider (#3710)
* Add Qwen3 model series to the Chutes provider

New models for the Chutes provider:

- Qwen/Qwen3-235B-A22B
- Qwen/Qwen3-32B
- Qwen/Qwen3-30B-A3B
- Qwen/Qwen3-14B
- Qwen/Qwen3-8B

* add changeset
2025-05-24 13:39:29 -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
vagadiya
eeaae4e517 #3679 - Fixes packaging to include correct tiktoken.wasm (lite) (#3697)
- also, additions to .gitignore and .vscodeignore to prevent the IntelliJ .idea and .qodo folders from being included for git and packaging.
2025-05-24 13:39:29 -06:00
xyOz
a4f5bbec4c Log Cleanup to Remove Cline (#3704)
* Rename Errors & Fix Spelling Mistake

* Update src/core/task/Task.ts

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: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-24 13:39:29 -06:00
Chris Estreich
36aff9fdc6 Export ProviderName type to Roo-Code-Types (#3675) 2025-05-24 13:39:29 -06:00
Chris Estreich
69d63b9502 Import settings bug fix / improvements (#3657) 2025-05-24 13:39:29 -06:00
R00-B0T
8f0746397f Changeset version bump (#3645)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <cestreich@gmail.com>
2025-05-24 13:39:29 -06:00
Chris Estreich
6e59aaed23 Revert "Switch to the new Roo message parser" (#3649) 2025-05-24 13:39:29 -06:00
Chris Estreich
1bdc0b7809 Lock the versions of vsce and ovsx (#3643) 2025-05-24 13:39:29 -06:00
Matt Rubens
fed23f4b6d Fix how custom instructions are loaded into the API request (#3638)p 2025-05-24 13:39:28 -06:00
R00-B0T
c66fa95168 Changeset version bump (#3637)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: R00-B0T <github-actions@github.com>
Co-authored-by: Chris Estreich <cestreich@gmail.com>
2025-05-24 13:39:28 -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
hatsu
05777d3bfd fix: correct Changelog link in localized README files (#3629)
The Changelog link in `locales/ja/README.md` and other localized
READMEswas pointing to a broken relative path, resulting in 404s.This
commit updates the link to use a correct relative path
(`../../CHANGELOG.md`)so that it works across all locales.
2025-05-24 13:39:28 -06:00
R00-B0T
84d03f610c Changeset version bump (#3556)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:28 -06:00
Matt Rubens
92acc3fda6 v3.17.0 (#3622) 2025-05-24 13:39:28 -06:00
github-actions[bot]
1af2b93ce8 Update contributors list (#3612)
Co-authored-by: mrubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:28 -06:00
Matt Rubens
0febaca9ca Fix type generation (#3619) 2025-05-24 13:39:28 -06:00