Commit graph

3141 commits

Author SHA1 Message Date
github-actions[bot]
847d8f57f0 changeset version bump 2025-03-09 23:44:37 +00:00
Matt Rubens
cff4577e43
Merge pull request #1522 from RooVetGit/v3.8.4
v3.8.4
2025-03-09 19:43:41 -04:00
Matt Rubens
6b0e377afc v3.8.4 2025-03-09 19:42:33 -04:00
Matt Rubens
c70595b9f0
Merge pull request #1507 from hannesrudolph/optional-mode-creation
feat: Add toggle for custom mode creation
2025-03-09 18:54:49 -04:00
Hannes Rudolph
ad07336d09
Update webview-ui/src/components/prompts/PromptsView.tsx
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-09 16:45:53 -06:00
Matt Rubens
dba9116d26
Merge pull request #1518 from RooVetGit/revert_tool_progress_for_now
Revert tool progress for now
2025-03-09 18:45:52 -04:00
Hannes Rudolph
6bcb39f0a1
Update webview-ui/src/components/prompts/PromptsView.tsx
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-09 16:45:47 -06:00
Matt Rubens
c9794d2452 Changeset 2025-03-09 18:36:42 -04:00
Matt Rubens
183e47b1bd Revert "support tool progress status"
This reverts commit 80139d88d7.
2025-03-09 18:35:56 -04:00
Matt Rubens
78be1b8977 Revert "Clean up the tool progress UX"
This reverts commit 1c8071bbb3.
2025-03-09 18:35:48 -04:00
hannesrudolph
445066c430 refactor: Move custom mode creation setting to a more appropriate location in PromptsView component 2025-03-09 15:56:23 -06:00
Matt Rubens
85dd1a1977
Merge pull request #1512 from RooVetGit/changeset-release/main
Changeset version bump
2025-03-09 09:52:26 -04:00
Matt Rubens
a05d7c1c8e
Update CHANGELOG.md 2025-03-09 09:51:44 -04:00
R00-B0T
edec39b98e Updating CHANGELOG.md format 2025-03-09 13:47:05 +00:00
github-actions[bot]
b57fcf2094 changeset version bump 2025-03-09 13:46:40 +00:00
Matt Rubens
a1c63870f6
Merge pull request #1511 from RooVetGit/fix_vscode_lm_dropdown
Fix the VSCode LM model picker
2025-03-09 09:45:47 -04:00
Matt Rubens
68cfdc985e Fix the VSCode LM model picker 2025-03-09 09:38:55 -04:00
hannesrudolph
cc4f6dd675 style: Update margin styling for checkbox in PromptsView component 2025-03-08 22:40:43 -07:00
Hannes Rudolph
47294dec56
Update webview-ui/src/components/prompts/PromptsView.tsx
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-08 22:32:40 -07:00
Hannes Rudolph
74a0dcebf6
Update webview-ui/src/components/prompts/PromptsView.tsx
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-08 22:32:14 -07:00
Hannes Rudolph
bb87b7896b
Update src/shared/globalState.ts
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-08 22:31:20 -07:00
Hannes Rudolph
f6efa2b589
Update src/core/prompts/sections/modes.ts
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-08 22:31:10 -07:00
Matt Rubens
d31b3b67e7
Merge pull request #1502 from RooVetGit/changeset-release/main
Changeset version bump
2025-03-09 00:06:44 -05:00
Roo Code
2a08c7c3db feat: Add toggle for custom mode creation
This commit adds a new setting to allow users to disable custom mode creation,
which can help reduce token usage in Roo's prompts.

Key changes:

Add enableCustomModeCreation setting to global state
Conditionally include custom modes documentation in prompt only when enabled
Add UI toggle in PromptsView with explanatory text
Default the setting to enabled (true) for backward compatibility
Update necessary interfaces and message handlers for the new setting
The setting is placed in PromptsView rather than SettingsView since it directly
relates to the modes functionality managed in that component.
2025-03-08 22:05:27 -07:00
Matt Rubens
f4df55f020
Update CHANGELOG.md 2025-03-09 00:04:30 -05:00
github-actions[bot]
148e0560a1 changeset version bump 2025-03-09 05:02:18 +00:00
Matt Rubens
c992552241
Merge pull request #1505 from RooVetGit/v3.8.2
V3.8.2
2025-03-09 00:01:28 -05:00
Matt Rubens
91d16896b1 Changeset 2025-03-08 23:46:49 -05:00
Matt Rubens
e10757d6fa Iterate on subtasks UX 2025-03-08 23:46:28 -05:00
Matt Rubens
1c8071bbb3 Clean up the tool progress UX 2025-03-08 22:55:04 -05:00
Matt Rubens
e2bdee3366
Merge pull request #1494 from qdaxb/support_tool_progress_status
support tool progress status
2025-03-08 21:17:35 -05:00
Matt Rubens
e945dcf94f
Merge pull request #1491 from shaybc/sbc_subtasks_approve_btn
Sbc subtasks approve button
2025-03-08 21:16:44 -05:00
Matt Rubens
10fca7b404
Merge pull request #1501 from RooVetGit/strip_all_boms
Strip all BOMs
2025-03-08 18:48:47 -05:00
Matt Rubens
585d5aba5a Strip all BOMs 2025-03-08 18:44:03 -05:00
Matt Rubens
3806ea9f69
Merge pull request #1500 from RooVetGit/strip_bom_string
Strip BOM twice when applying diffs
2025-03-08 17:56:17 -05:00
Matt Rubens
4cf7754e65 Strip BOM when applying diffs 2025-03-08 17:50:49 -05:00
axb
80139d88d7 support tool progress status 2025-03-09 00:21:09 +08:00
Matt Rubens
73f43509ca
Merge pull request #1489 from yt3trees/roocode-openaicompat-o3-mini
Add o3-mini support to openai compatible
2025-03-08 10:32:01 -05:00
ShayBC
27624a25a5 fixed the missing case of cmd execution at the end of a subyask and added auto aprove option for finish task (and continue to the next task) 2025-03-08 16:25:45 +02:00
Yuto
a186537a7f
Create wild-dragons-leave.md 2025-03-08 20:38:27 +09:00
yt3trees
9246cf8f6d Add o3-mini support to openai compatible 2025-03-08 20:23:53 +09:00
Matt Rubens
9fcf69c268
Merge pull request #1486 from RooVetGit/mrubens-patch-4
Update CHANGELOG.md
2025-03-08 01:38:34 -05:00
Matt Rubens
471d832c7a
Update CHANGELOG.md 2025-03-08 01:34:23 -05:00
Chris Estreich
91041738c0
Merge pull request #1484 from RooVetGit/cte/settings-dropdown-z-index
Fix settings dropdown issues
2025-03-07 21:58:19 -08:00
cte
998cd3c32e Fix tests 2025-03-07 21:52:11 -08:00
cte
ebacc14b48 Fix settings dropdown issues 2025-03-07 21:36:03 -08:00
Matt Rubens
07d9c22be1
Merge pull request #1481 from RooVetGit/changeset-release/main
Changeset version bump
2025-03-08 00:35:20 -05:00
Matt Rubens
a74c0f37df
Update CHANGELOG.md 2025-03-08 00:35:01 -05:00
Matt Rubens
8e9110f446
Update CHANGELOG.md 2025-03-08 00:34:01 -05:00
R00-B0T
bb8e12724e Updating CHANGELOG.md format 2025-03-08 05:27:29 +00:00