Murilo Pires
5bc1a5062a
Merge branch 'RooVetGit:main' into feature/auto-approve-switch-modes
2025-01-28 01:22:01 -03:00
MFPires
b3be00c050
feat: Add auto-approval for mode switching
...
Implements automatic approval for mode switching operations when enabled, following
existing auto-approval patterns in the codebase.
Implementation:
- Added `alwaysAllowModeSwitch` to state management
- Updated `isAutoApproved` function in ChatView to handle mode switch requests
- Added mode switch option to AutoApproveMenu with appropriate handler
- Integrated with existing auto-approval flow
Tests:
- Added three test cases in ChatView.auto-approve.test.tsx:
1. Verifies mode switch auto-approval when enabled
2. Verifies no auto-approval when mode switch setting is disabled
3. Verifies no auto-approval when global auto-approval is disabled
The implementation follows existing patterns for other auto-approve features
(read, write, browser, etc.) to maintain consistency in the codebase.
2025-01-28 01:20:19 -03:00
MFPires
e668169ed9
feat: Add conversation context token counter
...
- Add contextTokens to ApiMetrics interface
- Calculate context size using last API request's tokens
- Display context token count in TaskHeader below total tokens
- Use exact token counts instead of character estimation
This helps users track the total size of their conversation context,
which is useful for managing context window limits.
2025-01-27 23:02:25 -03:00
Matt Rubens
60a0a824b9
Prettier backfill
2025-01-17 14:11:28 -05:00
Matt Rubens
b65c8d0ec6
Customize for Roo
2025-01-15 23:48:53 -05:00
Saoud Rizwan
4b4905ec9e
Add auto-approve UI and notification integration
2025-01-15 21:02:14 -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
525b7424fe
Cleanup the welcome screen to be less Claude focused
2025-01-07 22:31:08 -05:00
Matt Rubens
90ed3a4582
Add a button to delete user messages
2024-12-30 17:54:37 -08:00
Matt Rubens
c56218b68d
Improved logic for auto-approving chained commands
2024-12-26 22:45:09 -08:00
Matt Rubens
91399c9f61
Fix bug with auto-approving commands
2024-12-26 21:25:14 -08:00
Matt Rubens
03707d5dcc
Add configurable delay after auto-writes to allow diagnostics to catch up
2024-12-26 09:59:01 -08:00
John Stearns
1e83d1a835
Improved regex for auto-execution of chained commands ( #158 )
...
* Improved regex for auto-execution of chained commands
2024-12-17 15:15:28 -08:00
ColemanRoo
1a9e01daf4
remove celebration sound on resume completed task
2024-12-17 11:11:40 -06:00
Justin Quan
267fb441d9
fix all lint warnings
2024-12-16 15:12:49 -08:00
Justin Quan
6db30b5e90
fix lint error
2024-12-16 15:00:41 -08:00
Justin Quan
ac2babfd82
remove double ping for mcp approval
2024-12-16 14:07:07 -08:00
Justin Quan
05d6c295be
fix auto-approved and duplicate sounds
2024-12-16 10:41:13 -08:00
Justin Quan
c66fe25060
ignore command and mcp asks with no text
2024-12-16 09:30:20 -08:00
Justin Quan
95222a9a5d
add sounds to mcp server approval
2024-12-15 23:47:10 -08:00
Justin Quan
09934e20f7
only play sounds on errors, task completion, or when user intervention is needed
2024-12-15 23:13:32 -08:00
Matt Rubens
23efdeaf35
More safety around always allowing MCP
2024-12-13 17:32:26 -05:00
Matt Rubens
1346f1280c
MCP checkbox for always allow
2024-12-13 16:14:13 -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
d7e35d0834
Larger text area with support for dragging in images
2024-12-11 15:51:31 -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
490a84e0e9
Fix lint error ( #40 )
2024-12-01 22:50:45 -05:00
Matt Rubens
4b74f290d4
Play sound effects for notifications and events ( #38 )
...
Co-authored-by: HeavenOSK <heavenosk@gmail.com >
2024-12-01 22:25:10 -05:00
Matt Rubens
6b8f9f7a45
Expose a list of allowed auto-execute commands ( #31 )
2024-12-01 15:34:36 -05:00
Matt Rubens
6fed90805a
Add a few more read-only operations ( #25 )
2024-11-29 12:35:33 -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
John Stearns
bf0a5c82de
Updating Roo-Cline with the latest cline/cline (11/22)
2024-11-22 15:28:46 -08:00
Mark Percival
93e70c62f1
Chore: Prettier for consistant formatting ( #794 )
...
* Chore: Pretier for consistant formatting
- TODO: This PR needs to be updated by Saoud after he runs `npm install` & `npm format:fix` and commits the results of the prettier changes.
* Revert prettier config
* Run npm install
* Fix prettier config and ignore package lock
* Run format
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2024-11-21 13:13:54 -08:00
John Stearns
a3144267dd
Adding back some comments that were inadvertently removed
2024-11-05 15:38:15 -08:00
John Stearns
f73ffd9ea7
Adding a terminate task button to quit and restart
2024-11-05 14:40:03 -08:00
Saoud Rizwan
a4aed4756a
Fixes
2024-10-28 05:35:03 -04:00
Saoud Rizwan
b981b3a552
Prepare for release
2024-10-28 04:23:04 -04:00
Saoud Rizwan
cf2ec27a44
Handle cancelling browser session
2024-10-27 17:09:12 -04:00
Saoud Rizwan
fbc987e220
Adjust browser resolution; show loading spinner when browser session has started
2024-10-27 16:05:26 -04:00
Saoud Rizwan
3ba1eaf908
Add title and logs; fix row expansion in browser group
2024-10-27 14:17:50 -04:00
Saoud Rizwan
68df8809ad
Add BrowserSessionRow grouping
2024-10-27 04:57:31 -04:00
Saoud Rizwan
d9f9e7ba16
Add browser_action tool
2024-10-27 02:39:41 -04:00
Saoud Rizwan
d3d7ea44d0
Fix bug where switching tasks would not reset expanded rows
2024-10-16 10:45:49 -04:00
Saoud Rizwan
dfec4772e9
Fixes
2024-10-09 01:50:00 -04:00
Saoud Rizwan
1ddd70238f
Fixes
2024-10-09 01:49:59 -04:00
Saoud Rizwan
5190d30ae3
Refactor commands
2024-10-09 01:49:59 -04:00
Saoud Rizwan
c04dfc76cb
Misc refactor cline
2024-10-09 01:49:59 -04:00
Saoud Rizwan
09001fa72a
Refactor claudeMessages
2024-10-09 01:49:59 -04:00
Saoud Rizwan
0932361c7d
Refactor ClineSay
2024-10-09 01:49:59 -04:00