Claudraband Claude Code for the power user Experimental: this project is still evolving as Claude Code and ACP clients change. CLI • Library • Daemon API • Examples
claudraband wraps the official Claude Code TUI in a controlled terminal so you can keep sessions alive, resume them later, answer pending prompts, expose them through a daemon, or drive them through ACP.
It provides:
Resumable non-interactive workflows. Essentially claude -p with session support: cband continue <session-id> 'what was the result of the research?'
with session support: An HTTP daemon for remote or headless session control
An ACP server for editor and alternate frontend integration
A TypeScript library for building these workflows into your own tools
Caveats
This is not a replacement for the Claude SDK. It is geared toward personal, ad-hoc usage.
We do not touch OAuth and we do not bypass the Claude Code TUI. You must authenticate through Claude Code, and every interaction runs through a real Claude Code session.
... continue reading