multiplexer
dormant
Claudraband
CLI
About
The project exists because Claude Code's TUI is interactive-first: sessions die with the terminal, and automation means re-prompting by hand. claudraband keeps real Claude Code sessions alive in tmux, records their state under ~/.claudraband, and exposes operations - answer this pending prompt, resume this session, run this prompt non-interactively - as CLI commands, an HTTP API, an ACP server, and a TypeScript library. Nothing about the agent is re-implemented or patched; the bundled Claude Code handles authentication and behavior, which keeps the wrapper robust across upstream changes at the cost of depending on its release cadence. It is experimental, MIT-licensed, and aimed at individual power users rather than SDK users.