Replies: 2 comments
|
I personally would love to have T3's shell with just a big terminal inside where I can launch whatever agent (claude, codex, opencode, pi, etc). No need for the gui integration, except I guess the "working" or "completed" in the list on the left. I guess that part would need some per-agent integration anyway |
0 replies
|
You can try https://cmux.com/ which is similar to T3 code, it has workspaces that contain terminal panels instead of chat GUIs. There's native CC integration and you can get pi integrated via https://github.com/javiermolinar/pi-cmux. Idk about opencode. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/desktop
Problem or use case
I thought about this because the current chat GUI is missing some Claude CLI stuff like voice mode for example, and adding every feature of every CLI is probably not possible.
Proposed solution
An option to have the Codex/Claude CLI instead of the chat GUI, or directly the terminal, just like it is available with quick actions.
The terminal panel already exists for shell commands, this instead of the chat GUI would be perfect.
Why this matters
Smallest useful scope
A toggle in the settings to switch to terminal mode, that either opens the project in terminal, or opens a CLI. Even without syncing the terminal session back to the chat history, this would already solve the core problem.
Alternatives considered
Risks or tradeoffs
Examples or references
Cursor lacks multi-project management, but has integrated terminals
Contribution
All reactions