cannuri
6ce8e56db5
fix: Preserve parent-child relationship when cancelling subtasks
...
This commit fixes an issue where subtasks weren't properly reporting back to parent tasks when cancelled and resumed. Previously, when a subtask was cancelled and a new task was started with the same message, the parent task would incorrectly resume, causing unexpected behavior.
The fix:
1. Stores parent-child relationship information before cancelling a task
2. Restores this relationship after task reinitialization
3. Ensures parent tasks only resume when explicitly instructed to do so
This approach maintains the correct task hierarchy throughout the cancellation and resumption process, preventing parent tasks from automatically resuming when unrelated tasks with similar messages are started.
2025-03-11 06:05:48 +01:00
Matt Rubens
9dfdc424c6
Merge pull request #1556 from cannuri/cannuri/fix-browser-system-prompt
...
fix browser system prompt inclusion rules
2025-03-10 20:45:11 -04:00
cannuri
a9773b70c8
fix browser_action system prompt
2025-03-11 01:03:18 +01:00
cannuri
42287ad1a0
Merge pull request #2 from cannuri/feature/update-main
...
Feature/update main
2025-03-10 17:52:24 +01:00
cannuri
4a542940ba
Merge remote-tracking branch 'upstream/main'
2025-03-10 17:49:34 +01:00
Matt Rubens
224303660b
Merge pull request #1533 from pdecat/ci/publish_tags
...
ci: publish git tags to Github (resolves #444 )
2025-03-10 10:38:50 -04:00
Patrick Decat
f99fc59460
ci: tag after packaging but before publishing
2025-03-10 15:29:14 +01:00
Matt Rubens
6644202b55
Merge pull request #1451 from dtrugman/feat/add-openai-style-cost-calculation
...
Add openai style cost calculation
2025-03-10 10:11:30 -04:00
Matt Rubens
03045d8e75
Update src/core/Cline.ts
2025-03-10 09:54:45 -04:00
Matt Rubens
01b822e73f
Merge pull request #1524 from RooVetGit/checkpoint_telemetry
...
Add telemetry for checkpoint save/restore/diff
2025-03-10 07:45:53 -04:00
Patrick Decat
70d6658ca4
ci: publish git tags to Github ( resolves #444 )
2025-03-10 11:56:24 +01:00
Chris Estreich
0b2abee923
Merge pull request #1516 from RooVetGit/cte/layout-fixes
...
App tab layout fixes
2025-03-09 21:53:51 -07:00
cte
9fdc546f01
Fix portal stuff
2025-03-09 21:49:29 -07: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
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