Matt Rubens
9aeb498f99
Add optional rate limiting between API calls
2025-01-31 16:44:32 -05:00
Matt Rubens
bedd6fd2a8
Merge pull request #656 from samhvw8/feat/add-to-context-code-action
...
Feat add to context code action & Fix some code action error
2025-01-31 00:24:38 -05:00
Matt Rubens
e10004d865
Use an exponential delay for API retries
2025-01-30 11:46:26 -05:00
sam hoang
bb5d506679
refactor: extract editor utilities into EditorUtils module and add tests
2025-01-30 17:42:11 +07:00
Matt Rubens
61fb096f96
Add new/existing task for all three actions
2025-01-27 09:40:04 -05:00
sam hoang
85c49d8eff
feat(code-actions): add "Fix Code in Current Task" action
...
Adds ability to fix code within the context of an active task instead of starting a new one. This allows for more efficient workflow when already working with Roo.
Add new FIX_IN_CURRENT_TASK code action and command
Enhance ClineProvider to support context-aware code fixing
Update tests to verify new action functionality
2025-01-27 14:24:26 +07:00
sam hoang
149e86ed0a
fix comment on pr
2025-01-24 00:51:35 +07:00
sam hoang
86b051df35
feat: implement code action provider for VS Code integration
2025-01-24 00:46:18 +07:00
Matt Rubens
b8e2dac2b9
Only allow usage of diff tool if enabled in settings
2025-01-21 18:35:14 -05:00
Matt Rubens
b8e0aa0cde
Custom modes
2025-01-21 09:39:54 -05:00
Matt Rubens
60a0a824b9
Prettier backfill
2025-01-17 14:11:28 -05:00
Matt Rubens
72fe12d096
Refactor modes
2025-01-17 10:03:23 -05:00
Daniel Riccio
6c8d7f4951
fix: update tests to handle new experimental diff option and increase the default confidence to 1
2025-01-15 12:23:51 -05:00
Matt Rubens
344c796f2e
Chat modes
2025-01-12 13:11:52 -05:00
Matt Rubens
97a93ba731
Improve the UX for API request retries
2025-01-10 20:11:16 -05:00
Matt Rubens
f7759c1be5
Merge pull request #295 from RooVetGit/add_coverage
...
Add test coverage
2025-01-09 12:34:05 -05:00
Matt Rubens
48edfe6689
Only load context and parse @-mentions in user input
2025-01-09 10:40:38 -05:00
Matt Rubens
16495560d7
Add test
2025-01-07 23:42:06 -05:00
Matt Rubens
5fbfe9b775
Add test coverage
2025-01-07 16:20:11 -05:00
Matt Rubens
169f11c78b
Add a test ensuring that we're sending a clean conversation history
2024-12-31 03:29:51 -08:00
Matt Rubens
b4c7a2a521
Merge remote-tracking branch 'origin/main' into file_system_watcher
2024-12-24 14:07:02 -08:00
Matt Rubens
d9e2bac127
Add tests and changeset
2024-12-23 22:28:22 -08:00
Matt Rubens
51b9418e31
Tests
2024-12-23 21:32:02 -08:00
Matt Rubens
3aca5e813e
Make fuzzy diff matching configurable (and default to off)
2024-12-18 15:26:44 -05:00
Matt Rubens
06202be46f
Remove debug checkbox
2024-12-16 22:58:04 -05:00
Matt Rubens
c2b4b05459
Diff debugging
2024-12-16 12:19:44 -05:00
Matt Rubens
be3d8a6166
Incorporate MCP changes ( #93 )
...
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2024-12-12 23:16:39 -05:00
Matt Rubens
5d9d36c128
Checkbox to experiment with letting Cline edit through diffs ( #48 )
...
Co-authored-by: Jozi <jozigila@gmail.com >
2024-12-07 16:35:55 -05:00
Matt Rubens
d632e621be
Simplify auto-approving code and make it work better with browser actions ( #21 )
2024-11-28 13:44:02 -05:00
Matt Rubens
0346fdeecb
Add a setAlwaysAllowBrowser checkbox to settings
2024-11-22 13:37:04 -05:00
John Stearns
920be6d01d
Short circuit allow-list check when it includes command chaining characters
2024-11-05 12:42:53 -08:00
John Stearns
0b99347606
Adding allow-list for auto-executable commands
2024-11-05 11:56:35 -08:00
John Stearns
3c8a9c09dd
Add options to always approve write and execute operations
2024-11-01 13:38:47 -07:00