Chris Estreich
e7a57ea774
Expose reasoning effort option for reasoning models on OpenRouter ( #2483 )
...
* Specify reasoning effort for OpenRouter reasoning models
* Add ReasoningEffort type
* Fix ReasoningEffort props
* Remove copypasta
* Set reasoning effort for Grok 3 Mini
* Use translations
* Add translations
* Remove this check
2025-04-15 13:51:52 -07:00
Matt Rubens
51bcade4c5
Better string normalization for diffs ( #2659 )
2025-04-15 16:20:20 -04:00
Matt Rubens
648c6e7d28
Move diff editing config to provider settings ( #2655 )
...
* Move diff editing config to provider settings
* Fix tests
2025-04-15 14:59:27 -04:00
github-actions[bot]
a3b2ebc026
Update contributors list ( #2595 )
...
docs: update contributors list [skip ci]
Co-authored-by: cte <cte@users.noreply.github.com>
2025-04-15 14:41:12 -04:00
Chris Estreich
a4d2de4534
Add pass / fail events for evals ( #2656 )
2025-04-15 11:29:38 -07:00
Matt Rubens
5f19ea4a06
Add telemetry for prompt enhancement ( #2651 )
2025-04-15 10:49:01 -04:00
Matt Rubens
31fd6e1470
Capture telemetry for usage of code actions ( #2650 )
2025-04-15 10:37:48 -04:00
Matt Rubens
afbf174e19
Add telemetry for consecutive mistake error ( #2649 )
2025-04-15 10:17:17 -04:00
Sam Hoang Van
84c574c947
Fuzzy search bar select dropdown ( #2635 )
...
* Revert "Revert "feat: implement fuzzy search and dropdown grouping in SelectDropdown component" (#2627 )"
This reverts commit f1ad8ab751 .
* Fix double scroll bar on provider select dropdown
* Update webview-ui/src/components/ui/select-dropdown.tsx
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-04-15 10:14:39 -04:00
R00-B0T
9a5023504c
Changeset version bump ( #2629 )
...
* changeset version bump
* Update CHANGELOG.md
---------
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-04-15 02:15:02 -04:00
Chris Estreich
6e567845cb
Remove auto-approve button useMemo ( #2630 )
2025-04-14 23:11:13 -07:00
Matt Rubens
249d53b30d
v3.11.17 ( #2628 )
2025-04-15 02:06:58 -04:00
Chris Estreich
f1ad8ab751
Revert "feat: implement fuzzy search and dropdown grouping in SelectDropdown component" ( #2627 )
...
Revert "feat: implement fuzzy search and dropdown grouping in SelectDropdown …"
This reverts commit 89107b82a3 .
2025-04-14 22:53:52 -07:00
Chris Estreich
1cdedf3048
Update translations ( #2623 )
...
* Update translations
* Clean up the buttons
2025-04-14 22:47:27 -07:00
KJ7LNW
00609aa2f3
fix: race in short-running command output capture ( #2624 )
...
Previously, handlers for terminal output were registered after starting the process,
which could cause output to be missed for fast-executing commands that complete
before handlers are set up.
- Adds CommandCallbacks interface to register handlers upfront
- Moves handler registration before process start to ensure no output is missed
- Provides process instance in callbacks for direct control
- Adds debug logging to help diagnose timing issues
Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-04-15 01:34:45 -04:00
Matt Rubens
4f5796c152
Add telemetry for diff errors ( #2619 )
2025-04-15 00:27:34 -04:00
Sacha Sayan
111ac9ca47
UI Fix: Approve Tool Use Grid Toggles. ( #2487 )
...
Improv auto approve layout + refactor.
Button grid layout. Consolidates shortNames and labels, includes translations.
2025-04-14 21:20:54 -07:00
Chris Estreich
5b48a2d708
More small evals tweaks ( #2620 )
2025-04-14 21:13:08 -07:00
Sam Hoang Van
89107b82a3
feat: implement fuzzy search and dropdown grouping in SelectDropdown component ( #2431 )
...
* feat: implement fuzzy search and dropdown grouping in SelectDropdown component
* refactor: optimize SelectDropdown component with memoization and improved performance
* Remove focus output and translate placeholder
---------
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-04-15 00:05:42 -04:00
Matt Rubens
a64cab92dc
Fix openai cache tracking and cost estimates ( #2616 )
...
* fix(api): update cacheReadsPrice for OpenAI GPT-4.1 models (#2887 )
Set correct cacheReadsPrice (cached input price) for gpt-4.1, gpt-4.1 mini, and gpt-4.1 nano based on official OpenAI pricing. No changes to cacheWritesPrice as per current OpenAI documentation. This ensures prompt caching costs are accurately reflected for these models in cost calculations.
* Update more OpenAI cache prices
* Track cache tokens and cost correctly for OpenAI
* Update tests
---------
Co-authored-by: monotykamary <tom81094@gmail.com>
2025-04-14 22:55:06 -04:00
Matt Rubens
1eb29be33d
Remove the end_line from the multi_diff instructions and logic ( #2615 )
2025-04-14 20:39:27 -04:00
nobuo kawasaki
30c3a65b7b
Fix eslint error about --ext option by remove it ( #2543 )
2025-04-14 16:25:09 -07:00
Chris Estreich
6f8f8c6a1d
Parse providers individually ( #2611 )
...
* Parse providers individually
* Remove .strict()
* Clean up tests
2025-04-14 14:51:53 -07:00
Matt Rubens
b196489b97
Fix overdependence on start/end lines in diff strategy ( #2567 )
...
* Add test for issue #2556
* Fix overdependence on start/end lines in diff strategy
2025-04-14 17:09:38 -04:00
R00-B0T
45fb958505
Changeset version bump ( #2606 )
...
* changeset version bump
* Update CHANGELOG.md
---------
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-04-14 13:32:18 -04:00
Matt Rubens
ab7ca17f29
Fix test ( #2607 )
2025-04-14 13:27:33 -04:00
Matt Rubens
929503a4c8
Add GPT 4.1 ( #2605 )
2025-04-14 13:21:47 -04:00
Hannes Rudolph
8cf3c532cf
Update log messages for Cline instances to Roo Code instances in regi… ( #2604 )
...
Update log messages for Cline instances to Roo Code instances in registerCommands.ts and corresponding test adjustments
2025-04-14 11:58:52 -04:00
Chris Estreich
d73789cfe4
Update default settings for evals ( #2601 )
2025-04-14 08:15:20 -07:00
feifei
4fe0b3c419
feat: Add modelId support when exporting tasks ( #2142 )
...
Added modelId to the task export process.
Signed-off-by: feifei <liuyansheng1121@gmail.com>
2025-04-14 07:20:40 -04:00
R00-B0T
3ffe61f548
Changeset version bump ( #2587 )
...
* changeset version bump
* Updating CHANGELOG.md format
* Update CHANGELOG.md
---------
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: Matt Rubens <mrubens@users.noreply.github.com>
2025-04-13 23:33:12 -04:00
github-actions[bot]
180f904528
Update contributors list ( #2583 )
...
docs: update contributors list [skip ci]
Co-authored-by: mrubens <mrubens@users.noreply.github.com>
2025-04-13 23:10:53 -04:00
Matt Rubens
73a6ab8acd
v3.11.15 ( #2586 )
2025-04-13 22:57:36 -04:00
Matt Rubens
db85df86d9
Update NLS translations ( #2584 )
2025-04-13 22:53:15 -04:00
Matt Rubens
eab61289a2
Add workspace filter to historypreview as well ( #2582 )
...
* Add workspace filter to historypreview as well
* PR feedback
2025-04-13 22:27:28 -04:00
github-actions[bot]
1c03234d64
Update contributors list ( #2519 )
...
docs: update contributors list [skip ci]
Co-authored-by: mrubens <mrubens@users.noreply.github.com>
2025-04-13 13:52:38 -04:00
Matt Rubens
ff92a61281
Revert "Add o1-pro to api.ts" ( #2574 )
...
Revert "Add o1-pro to api.ts (#2433 )"
This reverts commit 16d8f14371 .
2025-04-13 13:51:14 -04:00
Sam Hoang Van
494af3090a
fix: normalize file paths to POSIX format in search results ( #2569 )
2025-04-13 13:44:03 -04:00
pokutuna
caf1ae35e1
fix: Restore focus ring for VSCodeButton component ( #2572 )
2025-04-13 13:42:59 -04:00
Chris Estreich
4ecec98384
Support all providers in evals settings ( #2573 )
2025-04-13 10:30:06 -07:00
Chris Estreich
352a6b9c75
More unit test kill -9 fixes ( #2570 )
...
* More unit test kill -9 fixes
* Fix linter warning
2025-04-13 09:44:45 -07:00
Zhang Tony
8bb3839b4d
fix: background color for new profile dialog ( #2560 )
2025-04-13 10:09:46 -04:00
Sam Hoang Van
adadc3add2
fix build vsix package ( #2554 )
2025-04-13 01:00:23 -07:00
Chris Estreich
ef9b339027
Evals improvements ( #2555 )
...
* Evals improvements
* Remove debugging
2025-04-13 00:57:33 -07:00
Zhang Tony
d3c65ceac6
feature: Closable welcome message ( #2541 )
...
* draft: try to add a setting button
* Add showGreeting setting and related changes
* i18n: showGreeting
* fix chinese i18n 'dot'
2025-04-13 01:16:01 -04:00
Sam Hoang Van
14de4899b8
Add localization support for Roo Code extension in multiple languages ( #2523 )
...
* Add localization support for Roo Code extension in multiple languages
- Created new localization files for Catalan, German, Spanish, French, Hindi, Italian, Japanese, Korean, Polish, Portuguese (Brazil), Turkish, Vietnamese, Chinese (Simplified), and Chinese (Traditional).
- Updated extension activation and deactivation messages to use localized strings.
- Enhanced user experience by providing translated command titles and descriptions for various functionalities within the extension.
* Revert changes to extension.ts
* Remove l10n
---------
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-04-13 00:15:08 -04:00
KJ7LNW
e94e58ff1a
docs: document process for adding new settings ( #2552 )
...
Add documentation explaining how to implement new settings in Roo Code,
using the command risk level feature as a practical example.
Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-04-12 23:54:43 -04:00
Sam Hoang Van
08110ae35b
Filter & Search Workspace Task History ( #2526 )
...
* Enhancement: Add 'Show all workspaces' feature to task history and update translations
* Enhancement: Add Checkbox component and integrate it into HistoryPreview and HistoryView
* Simplify the UX
---------
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-04-12 23:20:14 -04:00
vagadiya
628d232f9f
Fix AWS token expiry issue when cached token expires when using AWS Profile for Bedrock ( #2469 ) ( #2530 )
...
Fix AWS token expiry issue when cached token expires and using AWS Profile (#2469 )
2025-04-12 22:23:48 -04:00
mecab
37cfd75ebf
Add Anthropic option to pass API Token as Authorization header instead of X-Api-Key for the custom base URL ( #2531 )
...
Add Anthropic option to use authToken over apiKey
2025-04-12 22:20:03 -04:00