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
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
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
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
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
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
axb
80139d88d7
support tool progress status
2025-03-09 00:21:09 +08: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
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
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
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
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
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
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
cte
820092cfc3
Disable repo-per-workspace checkpoints
2025-03-07 09:09:03 -08:00
Matt Rubens
f9d162e157
Add setting for whether to include ignored files in lists
2025-03-07 11:28:28 -05:00
Matt Rubens
25d41a59a8
UI tweaks to task header
2025-03-07 10:08:23 -05:00
Takashi Fujita
1235db6c49
fix: adjust font size of code elements within headings to ensure consistent styling
...
Apply :has() selector to make code elements inherit font size from their heading parents.
This ensures visual consistency in markdown headings containing code blocks.
2025-03-07 19:49:07 +09:00
Matt Rubens
50f76584bc
Add telemetry and privacy policy
2025-03-07 03:03:44 -05:00
Matt Rubens
70a88aee4d
Merge pull request #1392 from eonghk/feature/vertex-credentials-auth
...
Add credentials auth for Google vertex
2025-03-06 16:45:45 -05:00
cte
845cba4842
Remove (Main) from task header
2025-03-06 00:56:33 -08:00
cte
1cc57c47ce
Remove item number from history preview cards
2025-03-05 21:39:30 -08:00
cte
7eee3e0878
Smart truncation for terminal output
2025-03-05 19:36:52 -08:00
eong
e3ffd1337a
Merge branch 'main' into feature/vertex-credentials-auth
2025-03-06 15:17:49 +13:00
cte
dd7d9824ba
Fix tests
2025-03-05 12:28:17 -08:00
cte
66e036eaa2
Fix settings colors for themes that use color transparency
2025-03-05 12:18:00 -08:00
Matt Rubens
57cf9610ba
Better UX for choosing between diff strategies
2025-03-05 13:04:21 -05:00
Matt Rubens
279df6e7a4
Merge remote-tracking branch 'origin/main' into sbc_add_subtasks
2025-03-05 12:16:37 -05:00
Matt Rubens
180740813f
Merge pull request #1315 from monotykamary/style/context-window-padding
...
style(task-header): add padding to align task header values
2025-03-05 11:39:31 -05:00
Matt Rubens
f4441e31e1
Update webview-ui/src/components/settings/ApiOptions.tsx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-05 11:06:54 -05:00
Matt Rubens
73ac64924e
Merge remote-tracking branch 'origin/main' into human-relay
2025-03-05 10:34:03 -05:00
eong
01f83b4d17
Add credentials auth for Google vertex
2025-03-06 00:51:38 +13:00
ShayBC
9658363b5a
Resolved merge conflicts
2025-03-05 13:14:33 +02:00
ShayBC
5bc1e50dae
Resolved merge conflicts
2025-03-05 12:50:05 +02:00