Integrated Terminal Streaming #6114
phishinforfloyd
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.
-
One of the biggest upgrades for me to see would be
integrated terminal streaming like Claude code does. That when it executes a command (like npm run dev or pytest), the actual terminal output is piped live into the chat window. You see the command, its stdout and stderr, and Claude can respond in context—commenting on errors, summarizing logs, or issuing follow-up commands. In other words, the chat and terminal share the same process stream.
it helps spot regression, drift, lies etc. also a more clear chain of thoughts where I can see what its computing not just hidden behind a “thinking” gate. If it can be enhanced or fully implemented would go a loooooong way. Maybe some reinforcement learning too like how’s codex doing 1-3?
Beta Was this translation helpful? Give feedback.
All reactions