Smartsheet-JB-Brown
6e299c73f5
update documentation
2025-04-16 19:28:39 -07:00
Smartsheet-JB-Brown
9a24ed46a2
allow custom git domains to support internal dns at companies
2025-04-16 18:02:38 -07:00
Smartsheet-JB-Brown
c2d840cc47
remove console log statements used to debug tests
2025-04-16 17:08:43 -07:00
Smartsheet-JB-Brown
9c28626f24
refactor: remove package manager state files
2025-04-16 16:31:24 -07:00
Smartsheet-JB-Brown
a4a4532922
fix typescript errors preventing succesful build
2025-04-16 16:06:23 -07:00
Smartsheet-JB-Brown
f04487cd3e
All but 1 test passing
2025-04-16 14:35:39 -07:00
Smartsheet-JB-Brown
a575d25252
Merge branch 'main' into jbbrown/package-manager
...
* main: (161 commits)
Changeset version bump (#2688 )
v3.12.2 (#2693 )
Add support for different reasoning effort (#2692 )
Add OpenAI o3 & 4o-mini (#2691 )
Add consecutive mistake count to diff error telemetry (#2687 )
refactor(context-menu): handle filename display better (#2684 )
Changeset version bump (#2683 )
Fix select dropdown styling (#2682 )
Changeset version bump (#2676 )
v3.12.0 (#2674 )
Fix configuration titles (#2672 )
feat: Add 'roo.acceptInput' command (#2598 )
Add xAI provider (#2667 )
Await checkpoint saves (except the initial) (#2665 )
Safe JSON parse in ChatRow (#2666 )
feat: Cost Display in Task Header - Suppress Zero Cost Values and Ensure Visibility for Gemini, OpenAI, LM Studio, and Ollama (#2662 )
test: limit Jest worker count to 40% per suite (#2658 )
DRY up the auto-approve toggles (#2664 )
Expose reasoning effort option for reasoning models on OpenRouter (#2483 )
Better string normalization for diffs (#2659 )
...
2025-04-16 12:43:51 -07:00
Smartsheet-JB-Brown
0caf685b4f
rolled back unintended changes not related or needed to support package manager. first phases of build pass, but fail at type checking on things that don't seem related to what I've done
2025-04-16 12:35:01 -07:00
R00-B0T
4bf746d635
Changeset version bump ( #2688 )
...
* 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-16 14:52:22 -04:00
Matt Rubens
454df52462
v3.12.2 ( #2693 )
2025-04-16 14:47:35 -04:00
Matt Rubens
43668e0429
Add support for different reasoning effort ( #2692 )
2025-04-16 14:16:51 -04:00
Peter Dave Hello
250ea6867a
Add OpenAI o3 & 4o-mini ( #2691 )
...
Reference:
- https://platform.openai.com/docs/models/o3
- https://platform.openai.com/docs/models/o4-mini
- https://openai.com/index/introducing-o3-and-o4-mini/
2025-04-16 14:10:10 -04:00
Matt Rubens
9d761e23e2
Add consecutive mistake count to diff error telemetry ( #2687 )
2025-04-16 12:02:49 -04:00
Dicha Zelianivan Arkana
1d029ed0cb
refactor(context-menu): handle filename display better ( #2684 )
...
* refactor(context-menu): handle filename display better
* refactor(context-menu): reduce string computation
2025-04-16 09:46:06 -04:00
R00-B0T
c980662728
Changeset version bump ( #2683 )
...
* 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-16 06:44:17 -04:00
Matt Rubens
2d360dc59e
Fix select dropdown styling ( #2682 )
2025-04-16 06:40:43 -04:00
R00-B0T
923e391bb8
Changeset version bump ( #2676 )
...
* changeset version bump
* Updating CHANGELOG.md format
* Update CHANGELOG.md
* Update package.json
* Update package-lock.json
* 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-16 01:22:03 -04:00
Matt Rubens
e2d649dc50
v3.12.0 ( #2674 )
2025-04-16 01:16:06 -04:00
Matt Rubens
82df05a297
Fix configuration titles ( #2672 )
2025-04-15 23:09:18 -04:00
Aleksandr Kirillov
1cca4f47c7
feat: Add 'roo.acceptInput' command ( #2598 )
...
* feat: Add 'roo.acceptInput' command
* Update package.nls.json
* Update translations
---------
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-04-15 23:01:45 -04:00
Matt Rubens
37f7d83792
Add xAI provider ( #2667 )
...
* Add xAI provider
* Add model reasoning effort
* DRY this up
* Handle undefined delta
* Cleanup getModel to fix test
* Add missing translations
* Small type cleanup
* Support temperature
---------
Co-authored-by: cte <cestreich@gmail.com>
2025-04-15 22:16:52 -04:00
Chris Estreich
3b19d7a455
Await checkpoint saves (except the initial) ( #2665 )
2025-04-15 16:57:12 -07:00
Matt Rubens
75a6bc100e
Safe JSON parse in ChatRow ( #2666 )
2025-04-15 19:49:25 -04:00
Smartsheet-JB-Brown
1e77f62063
remove improvement proposals because I already did them
2025-04-15 15:39:36 -07:00
Dominik Oswald
7fab2f7738
feat: Cost Display in Task Header - Suppress Zero Cost Values and Ensure Visibility for Gemini, OpenAI, LM Studio, and Ollama ( #2662 )
...
test: Add unit tests for TaskHeader component cost display logic
2025-04-15 17:57:42 -04:00
Smartsheet-JB-Brown
8839d72243
stragllers
2025-04-15 14:40:00 -07:00
KJ7LNW
da2ab6e388
test: limit Jest worker count to 40% per suite ( #2658 )
...
- Each test suite (extension/webview) limited to 40% CPU usage
- Total CPU utilization capped at 80% (40% x 2 suites)
- Reserves 20% CPU for system and user tasks
- Prevents memory thrashing and system slowdown
- Reduces risk of OOM kills on memory-constrained systems
- Maintains smooth UI responsiveness during test runs
- Improves test reliability while keeping parallel execution
Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-04-15 14:37:27 -07:00
Chris Estreich
1bbfd2e8e6
DRY up the auto-approve toggles ( #2664 )
...
* DRY up the auto-approve toggles
* Better subtask icon per @joemanley201
2025-04-15 14:36:13 -07:00
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
Smartsheet-JB-Brown
448fb3dd20
update implementation documentation
2025-04-15 13:50:53 -07:00
Smartsheet-JB-Brown
b669edd82b
fix author and authorUrl display
2025-04-15 13:38:38 -07:00
Matt Rubens
51bcade4c5
Better string normalization for diffs ( #2659 )
2025-04-15 16:20:20 -04:00
Smartsheet-JB-Brown
f5b97baac4
translations
2025-04-15 13:15:05 -07:00
Smartsheet-JB-Brown
8eec97af25
component details matched tags showing correctly
2025-04-15 13:09:04 -07:00
Smartsheet-JB-Brown
c0672358c7
Remove problematic debounce logic
2025-04-15 12:47:00 -07: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
Smartsheet-JB-Brown
74a6de7b6f
remove un-needed refresh button
2025-04-15 10:14:47 -07:00
Smartsheet-JB-Brown
4e645b457b
sorting controls work
2025-04-15 10:07:50 -07:00
Smartsheet-JB-Brown
d966884b1d
card item buttons working again
2025-04-15 10:01:57 -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
Smartsheet-JB-Brown
f551fe2476
All display of items seems to work properly
2025-04-15 07:26:27 -07: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
Smartsheet-JB-Brown
ab0e7cd81e
source change results in reload
2025-04-15 00:00:32 -07:00
Smartsheet-JB-Brown
309c889483
deleting a source causes browse refresh
2025-04-14 23:47:52 -07:00
Smartsheet-JB-Brown
15d310469c
initialize first load with data on browse
2025-04-14 23:23:39 -07: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