cmux-aoc
v0.1.1
Published
cmux Always On Claude — pin your cmux context to the Claude Code status line.
Maintainers
Readme
cmux-aoc
cmux Always On Claude — shows which cmux pane this Claude session is in, on the Claude Code status line.

Requirements
cmuxCLI, running- Node.js ≥ 24
Install
npx cmux-aoc@latest installPreviews the box, then writes statusLine to ~/.claude/settings.json after your confirmation. Pinned to @latest.
Chains with other status line generators (e.g. ccstatusline) — reads stdin and prints the cmux box above:
{
"statusLine": {
"type": "command",
"command": "npx -y ccstatusline@latest | npx -y cmux-aoc@latest"
}
}
When cmux isn't running, this wrapper prints nothing — your existing status line is untouched.
Uninstall
npx cmux-aoc@latest uninstallStrips only the cmux-aoc entry; the rest of your statusLine is preserved.
Customize colors
npx cmux-aoc@latest colorsContributing
See AGENTS.md.
License
MIT — see LICENSE.
