Real panes
Mouse-first panes, tabs, and workspaces. Keep your shell, fonts, and keybinds.
原始链接: https://herdr.dev/
没有重建聊天视图。真正的 PTY 进程,具备可点击的布局、持久化会话,以及你的 AI Agent 可以直接使用的控制界面。 真实的窗格:以鼠标优先的窗格、标签页和工作区。保留你原有的 Shell、字体和快捷键。 Agent 状态:在整个会话中,随时一目了然地查看阻塞、运行中、已完成和空闲状态。 持久化:支持分离与重新连接。即使关闭终端,会话和 Agent 依然存在。 控制界面:通过 CLI 和 JSON Socket API 来管理工作区、窗格、输出和等待任务。 ```bash herdr workspace create --cwd ~/project --label api herdr tab create --label logs herdr pane split 1-1 --direction right herdr pane run 1-2 "just test" herdr wait agent-status 1-1 --status done herdr pane read 1-2 --source recent-unwrapped ```
No rebuilt chat view. Real processes in real PTYs, with clickable layout, persistent sessions, and a control surface your agents can use themselves.
Mouse-first panes, tabs, and workspaces. Keep your shell, fonts, and keybinds.
Blocked, working, done, and idle at a glance across the whole session.
Detach and reattach. Sessions and agents survive the terminal closing.
A CLI and JSON socket API expose workspaces, panes, output, and waits.
herdr workspace create --cwd ~/project --label api
herdr tab create --label logs
herdr pane split 1-1 --direction right
herdr pane run 1-2 "just test"
herdr wait agent-status 1-1 --status done
herdr pane read 1-2 --source recent-unwrapped