claude-esp
将 Claude Code 的隐藏输出(思考、工具调用、子代理)实时流式传输到独立终端
Stream Claude Code's hidden output (thinking, tool calls, subagents) to a separate terminal in real-time
怎么安装
git clone https://github.com/phiat/claude-esp ~/.claude/skills/claude-esp 简介
claude-esp Stream Claude Code's hidden output (thinking, tool calls, subagents) to a separate terminal in real-time. Looking for the Rust port? See: claude-esp-rs The Problem When using Claude Code interactively, tool outputs and thinking are collapsed by default and require pressing Ctrl+O to toggle visibility. This tool lets you watch all that output in a **separate terminal** with a nice TUI, without interrupting your main Claude Code session. Features **Multi-session support** - Watch all active Claude sessions simultaneously **Hierarchical tree view** - Sessions with nested Main/Agent nod…
推荐参考
信息
- 协议
- MIT
- 语言
- Go
- GitHub 星标
- 152
- 月下载
- –
- 最近更新
- 2026-09-07
- 创建于
- 2026-01-09
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:hesreallyhim/awesome-claude-code
- 主题标签
- agents, claude, go, tui
同类推荐
dsh-rewind
SiriLee/dsh-rewind
同一会话窗口内的 in-place 对话回退(不 fork,Claude Code /rewind 语义):每条消息的 ↶ 按钮把模型上下文回退到任意用户消息,可选用磁盘持久化的 before-backups 还原工作区文件。
dsh-synapse
liangmianya/dsh-synapse
DeepSeek Harness 的可视化非线性对话工作区:把会话、追问与分支变成可浏览、可拖拽的对话地图。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。
dsh-filesnap
extracurricular-ai/dsh-filesnap
同步回退 DeepSeek Harness 的对话与工作区,不碰 Git:每次回退都是一个 fork,/redo 可撤销,Rust 引擎毫秒级快照。