Commit graph

5211 commits

Author SHA1 Message Date
Afshawn Lotfi
66e3b9610c Add remote browser connection support and related state management 2025-03-10 03:41:38 +00:00
Matt Rubens
732eeddc6c Add model telemetry too 2025-03-09 23:18:44 -04:00
Matt Rubens
9c08d044b3 Add telemetry for checkpoint save/restore/diff 2025-03-09 22:55:23 -04:00
Matt Rubens
85775ce0a5
Merge pull request #573 from Szpadel/fix-listing-exclude
Do not exclude whole project dir when listing in case where project i…
2025-03-09 21:59:54 -04:00
Matt Rubens
f4734dedb9
Merge pull request #721 from kohii/kotlin
feat: Add Kotlin support in list_code_definition_names
2025-03-09 21:49:54 -04:00
Matt Rubens
e5ac33a146
Merge pull request #996 from qdaxb/optimize_diagnostics
Reduce the probability of errors when the model tries to fix the problems
2025-03-09 21:38:03 -04:00
cannuri
58532bc6db
Merge pull request #1 from cannuri/update-from-upstream
Update from upstream
2025-03-10 00:51:35 +01:00
Matt Rubens
7722489aa9
Merge pull request #1519 from RooVetGit/changeset-release/main
Changeset version bump
2025-03-09 19:48:08 -04:00
Matt Rubens
831371cfa9
Update CHANGELOG.md 2025-03-09 19:47:22 -04:00
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
cte
5f20fbbf44 Add changeset 2025-03-09 15:08:36 -07:00
cte
9f40c4d57a App tab layout fixes 2025-03-09 15:07:59 -07: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
Afshawn Lotfi
22f51304a2 Add support for remote browser connection and settings 2025-03-09 20:11:52 +00: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
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