Tmux Session Persistence
Automatically enabled once tmux is installed. The CLI process stays persistent inside a tmux session, so restarting the daemon does not interrupt the CLI.

Why it matters
On botmux restart, the worker process exits, but the tmux session (and the CLI process inside it) keeps running. The next time a message arrives, the worker automatically re-attaches, with no need to reload context via --resume — the context stays alive the whole time, saving tokens, saving time, and losing no state.
Attach directly
Once you attach, what you see is a terminal exactly identical to your local development — and this is the key difference between botmux and "read-only output" approaches.