Chris Estreich
cd07b7faeb
Fix linter warning + run prettier on everything ( #3581 )
2025-05-13 15:16:24 -07:00
John Richmond
8cb5c4e9e3
Restore profile management work + fix #3434 ( #3449 )
...
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-12 15:47:09 -04:00
Matt Rubens
730d037a12
Revert "Improve provider profile management in the external API ( #3386 )" ( #3440 )
2025-05-10 08:27:37 -04:00
Chris Estreich
c21aa230e3
Get rid of ApiConfiguration type alias, rename ApiConfigMeta to ProviderSettingsEntry ( #3380 )
2025-05-08 23:52:18 -07:00
renovate[bot]
9c4f17f56a
chore(deps): update dependency typescript to v5.8.3 ( #3330 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-08 09:41:17 -07:00
renovate[bot]
dcc319ecb0
chore(deps): update dependency mocha to v11.2.2 ( #3293 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-07 21:22:42 -07:00
renovate[bot]
3c04ab03ea
chore(deps): update dependency @vscode/test-electron to v2.5.2 ( #3280 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-07 12:01:26 -07:00
renovate[bot]
71b24a1a90
chore(deps): update dependency @vscode/test-cli to ^0.0.10 ( #3195 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 10:24:12 -07:00
Chris Estreich
d07e60575b
Simplify Roo Code's quick actions ( #3024 )
...
* Quick fix actions
* Remove unused keys
* Simplify more stuff
* Bring back "Explain Code"
* Bring "Improve Code" back
* Add back "Improve"
* This is too flakey for now
2025-04-29 08:07:24 -07:00
Chris Estreich
21ea433b88
Fix e2e tests ( #3014 )
2025-04-28 12:52:51 -07:00
Chris Estreich
cb29e9d56f
Remove ModelInfo objects from settings ( #2939 )
2025-04-25 15:23:25 -07:00
nobuo kawasaki
30c3a65b7b
Fix eslint error about --ext option by remove it ( #2543 )
2025-04-14 16:25:09 -07:00
Chris Estreich
e050043e58
Typos + promisify exec calls ( #2243 )
2025-04-02 17:12:03 -07:00
Chris Estreich
42f7465666
Add a mode switched event, better mode switch e2e test ( #2237 )
2025-04-02 14:25:11 -07:00
Chris Estreich
a73fce9027
Allow processes to access the Roo Code API via a unix socket ( #2232 )
2025-04-02 12:42:00 -07:00
Chris Estreich
0fd399de78
Automatically generate roo-code.d.ts (including type generation via zod-to-ts) ( #2024 )
2025-03-27 09:38:56 -07:00
cte
c609856302
Fix e2e tests
2025-03-13 00:54:05 -07:00
cte
4b23644683
Add Cline events and roofactor subtasks slightly
2025-03-12 22:52:37 -07:00
cte
4b6def5f31
ContextProxy fix - constructor should not be async
2025-03-11 14:24:21 -07:00
Matt Rubens
3b2d6bce64
Merge pull request #1564 from cannuri/cannuri/fix_subtask_cancel_resume_bug
...
fix: Preserve parent-child relationship when cancelling subtasks
2025-03-11 14:47:17 -04:00
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
cte
f8a592aac9
Rename ClineAPI to RooCodeAPI and improve types
2025-03-10 11:16:38 -07:00
Chris Estreich
e009d5f14c
Fix e2e test paths
2025-02-28 21:40:47 -08:00
Chris Estreich
481d613bc8
Estimate the number of tokens in the last message for sliding window math
2025-02-28 21:34:53 -08:00
Chris Estreich
1d3f5380a8
Move integration tests into its own module
2025-02-28 21:23:11 -08:00