Eric Wheeler
e24e5b24d4
refactor: move getTerminalContents to Terminal class
...
This commit partially addresses the issue of duplicate handler calls by
removing an unnecessary instantiation of TerminalManager in
registerTerminalActions.ts.
Move the getTerminalContents method from TerminalManager to Terminal
class as a static method and update all references to use the new
location.
Fixes : #1380
Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-03-10 20:55:05 -07:00
Eric Wheeler
75de043ded
Revert "Remove terminal actions"
...
This reverts commit 75dcc2ffcf which has
been fixed by PR #1365 .
Fixes : #1380
2025-03-10 20:53:36 -07:00
Chris Estreich
90a607f111
Merge branch 'main' into cte/roo-code-api
2025-03-10 20:29:36 -07:00
cte
f8a592aac9
Rename ClineAPI to RooCodeAPI and improve types
2025-03-10 11:16:38 -07:00
cte
5a3c20764a
Follow the established pattern for command registration
2025-03-10 11:12:11 -07:00
Matt Rubens
279df6e7a4
Merge remote-tracking branch 'origin/main' into sbc_add_subtasks
2025-03-05 12:16:37 -05:00
Matt Rubens
e4fb0081b1
Update commands to roo-cline to be consistent with others
2025-03-05 10:39:36 -05:00
Matt Rubens
73ac64924e
Merge remote-tracking branch 'origin/main' into human-relay
2025-03-05 10:34:03 -05:00
ShayBC
5bc1e50dae
Resolved merge conflicts
2025-03-05 12:50:05 +02:00
cte
75dcc2ffcf
Remove terminal actions
2025-03-04 15:38:14 -08:00
Felix NyxJae
156fe0d9fb
fix: Optimize panel management, support panel references for sidebar and tab types
2025-02-28 12:06:39 +08:00
Felix NyxJae
3bb1d78c17
feat: Added human relay function and related message processing initial version
2025-02-27 18:08:05 +08:00
ShayBC
c3c3874593
subtasks alpha version (still in development)
2025-02-22 23:52:13 +02:00
Matt Rubens
a96443090a
Add a help button
2025-02-12 23:14:55 -05:00
sam hoang
679866ca52
add user input
2025-02-06 10:48:34 +07:00
sam hoang
0ceb370008
feat: add terminal integration commands
...
- Add terminal context menu commands for:
- Adding terminal content to context
- Fixing failed commands
- Explaining commands
- Implement terminal content selection and retrieval
- Add support prompts for terminal actions
- Register terminal action handlers
2025-02-06 10:27:12 +07:00
cte
2ad57ba057
Fall back to js bundle when local webview app not running in development
2025-02-03 09:19:52 -08:00
cte
aa806fdc17
Extension activation cleanup
2025-01-31 21:23:07 -08:00