Saltar al contenido
Todas las versiones

v0.3.5

Publicada el .

Highlights

Your CLI agent can now read any other pane's output. Run Claude Code, Codex, Gemini, or opencode in one pane and cargo run (or any server) in another, then ask the agent to read the logs. No more copying and pasting by hand.

  • A new MCP bridge exposes every terminal surface to MCP capable agents, read only: list_panes, read_pane, search_pane. Output is wrapped as untrusted so the agent treats it as data, never as instructions.
  • One command wires it into every agent installed on your machine: paneflow mcp install (plus uninstall and status). It is idempotent, backs up each config before writing, and never touches anything but its own entry.
  • Target a pane by meaning, not by id. Panes get readable names derived from what they run (cargo-run, vite). Double click a tab to rename it; the name persists across restarts and is what the agent targets. A new tab bar button copies a pane reference to the clipboard.

The bridge binary ships inside Paneflow and is extracted to a stable path that survives updates, so paneflow mcp install is a one time step.

Install

See the Installation section in the README. Existing installs update in place via the title bar pill.

Setup per agent: docs/mcp-bridge.md.