Commit graph

5236 commits

Author SHA1 Message Date
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
aheizi
b4f808d7dc fix ut 2025-03-09 01:26:10 +08:00
axb
80139d88d7 support tool progress status 2025-03-09 00:21:09 +08:00
aheizi
bb42fb63a1 Merge branch 'main' into feature/add_sse_mcp 2025-03-09 00:16:50 +08:00
aheizi
549b06f46d feat: add sse mcp support 2025-03-09 00:15:23 +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
github-actions[bot]
256f400c5d changeset version bump 2025-03-08 05:27:04 +00:00
Matt Rubens
a25cb4cb88
Merge pull request #1480 from RooVetGit/v3.8.1
v3.8.1
2025-03-08 00:26:17 -05:00
Matt Rubens
7f20a95e06 v3.8.1 2025-03-08 00:25:28 -05:00
Matt Rubens
70fa490a59
Merge pull request #1479 from RooVetGit/fix_checkpoints_default
Turn checkpoints on by default
2025-03-07 23:46:18 -05:00
Matt Rubens
441f54d792 Turn checkpoints on by default 2025-03-07 23:36:46 -05:00
Matt Rubens
e5d764ccba
Merge pull request #1476 from RooVetGit/sliding_window_logging
Fix logic for default modelMaxTokens for thinking models
2025-03-07 23:03:01 -05:00
ShayBC
1456db9502 added approve finish task button and auto approve button for subtasks 2025-03-08 06:01:49 +02:00
Matt Rubens
da286c45ed Fix logic for default modelMaxTokens for thinking models 2025-03-07 22:58:45 -05:00
Matt Rubens
2a65db61cf
Merge pull request #1444 from moqimoqidea/patch-1
fix claude 3.7 think enhance prompt problem.
2025-03-07 21:39:56 -05:00
Matt Rubens
46814df33b
Merge pull request #1464 from System233/patch-input-output-price-2
Fix: Input/output prices are parsed too early
2025-03-07 21:38:23 -05:00