Hacker News new | ask | show | jobs
by SV_BubbleTime 63 days ago
I’m very dumb. How is this different than starting Claude Code in a tmux and then connecting to that?
1 comments

The extra stuff is that you can automate interactions with Claude Code sessions using a CLI (which just tmux send-keys under the hood), an HTTP server, and ACP server (so you can embed claude code in other IDEs), and typescript library. So it's meant to make CC more embeddable in your workflows.