Commit graph

3111 commits

Author SHA1 Message Date
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
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
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
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
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
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
Matt Rubens
ea9191610f
Merge pull request #1468 from System233/patch-custom-temperature
Fix: Custom temperature cannot be unchecked
2025-03-07 21:37:15 -05:00
System233
9ceccdec32 Fix: Custom temperature cannot be unchecked 2025-03-08 06:03:19 +08:00
Matt Rubens
b761c241ba
Merge pull request #1467 from RooVetGit/add_app_version_to_telemetry
Add app version to telemetry
2025-03-07 17:00:24 -05:00
Matt Rubens
4c6f0628e3 Add vscodeVersion and platform too 2025-03-07 16:41:35 -05:00
Matt Rubens
082045ec66 Add app version to telemetry 2025-03-07 16:30:19 -05:00
Matt Rubens
3a54a990a7
Merge pull request #1466 from RooVetGit/mrubens-patch-4
Update .clinerules
2025-03-07 16:28:12 -05:00
Matt Rubens
980479e4f1
Update .clinerules 2025-03-07 16:27:53 -05:00
Matt Rubens
29f8cde5ee
Merge pull request #1457 from DeXtroTip/feat/api-config-manager-dropdown-full-width
Use full width for Configuration Profile dropdown
2025-03-07 16:20:42 -05:00
Matt Rubens
ec8145f956
Merge pull request #1458 from RooVetGit/show_output_tokens
Show the reserved output tokens in the context window bar
2025-03-07 16:20:16 -05:00
Matt Rubens
a1aa00328e
Merge pull request #1465 from RooVetGit/mrubens-patch-4
Update README.md
2025-03-07 16:16:45 -05:00
Matt Rubens
8acc5831ee
Update README.md 2025-03-07 16:16:02 -05:00
Matt Rubens
671064a45f Show the reserved output tokens in the context window bar 2025-03-07 16:12:50 -05:00
System233
13563ef0c5 Fix: Input/output prices are parsed too early 2025-03-08 04:59:39 +08:00
Matt Rubens
ee88c1ee11
Merge pull request #1395 from RooVetGit/changeset-release/main
Changeset version bump
2025-03-07 15:56:21 -05:00
Matt Rubens
0020db1282
Update CHANGELOG.md 2025-03-07 15:55:43 -05:00
Matt Rubens
f444fbb382
Update CHANGELOG.md 2025-03-07 15:55:24 -05:00
github-actions[bot]
77da5e6fb1 changeset version bump 2025-03-07 20:47:06 +00:00
Matt Rubens
fd4d52fb1f
Merge pull request #1459 from RooVetGit/v3.8
v3.8
2025-03-07 15:46:13 -05:00
Matt Rubens
9a340178fc v3.8 2025-03-07 14:37:51 -05:00
Gonçalo Antunes
03d4c7f359
feat(settings): add full width to API config manager dropdown
Add a CSS class to make the API config dropdown take up the full
width of its container. This improves the layout and appearance
of the settings page.
2025-03-07 17:39:37 +00:00