Show HN: Claudraband – Claude Code for the Power User
Source: Hacker News
Claudraband wraps a Claude Code TUI in a controlled terminal to enable extended workflows. It uses tmux for visible controlled sessions or xterm.js for headless sessions (a little slower), but everything is mediated by an actual Claude Code TUI.
Example workflow
One workflow uses the current Claude Code session to interrogate older sessions for decisions it made. See the README for details:
Features
Resumable non‑interactive workflows – essentially
claude -pwith session support:cband continue 'what was the result of the research?'HTTP server to remotely control a Claude Code session:
cband serve --port 8123ACP server for alternative frontends such as Zed or Toad:
cband acp --model haiku(See )
TypeScript library so you can integrate these workflows into your own application.
Motivation
The project was created because the author was using tmux send-keys heavily in many Claude Code workflows and wanted a more streamlined solution.