Idea: Headless / Terminal companion interface (t3 prompt / t3 exec) over WebSocket RPC #11722
OmarAlaaeldein
started this conversation in
Ideas
Replies: 0 comments
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.
Motivation
T3 Code provides a great experience across desktop, web, and mobile. However, in certain environments—such as SSH sessions, remote devcontainers, or quick terminal-focused tasks—launching a browser or Electron desktop window adds friction.
Concept
An optional terminal interface harness that interacts directly with an existing local T3 Code server instance using the established WebSocket RPC (
WsRpcGroup) and HTTP snapshot APIs:t3 prompt/t3 exec), preservingt3as the server entrypoint.Question for Maintainers
Before opening any PRs, we wanted to check:
All reactions