shannon-statusline
v0.4.6
Published
StatusLine plugin for Shannon — rich agent monitoring bridge for Claude Code
Maintainers
Readme
shannon-statusline
Cyberpunk terminal HUD for Claude Code
What you get
A live HUD rendered below every Claude Code response:
⌘ ~/D/project │ ⎇ main* ↑2 !3 +1 │ ✦ 12m │ ⊟ auto
λ Opus │ ⊡ ████████░░░░ 65% (200k) │ ↑ 36k ↓ 300 ⊗ 8.5k
※ ×3 CLAUDE.md │ ⊕ ×4 MCPs │ ↩ ×12 hooks
──────────────────────────────────────────────────────
✔ Read ×12 │ ✔ Edit ×7 │ ✔ Bash ×4
↻ Bash: ~/D/project/src (3s)
──────────────────────────────────────────────────────
↻ Fix login bug (3/5)
▸ Add OAuth flow
✔ Refactor session store
──────────────────────────────────────────────────────
↻ Task [haiku]: implement auth (1m 2s)
✔ Explore: search docs for tag refsEach line has Matrix-style katakana rain on the right. No Nerd Font needed.
Install
npm install -g shannon-statuslineThen add to ~/.claude/settings.json:
{
"statusLine": {
"command": "shannon-statusline",
"type": "command"
}
}Restart Claude Code — done.
No bundled runtime dependency. Uses whatever
nodeis in your PATH. Immune to system library upgrades.
GUI bridge
Alongside the terminal HUD, the same data is pushed as NDJSON to a Unix socket at /tmp/shannon-<uid>.sock. Any local process listening on that socket receives live session state — model, context, tools, agents, todos, git, cost — on every hook tick.
Socket absent → silent no-op, zero overhead.
Development
git clone https://github.com/RealAlexandreAI/shannon-statusline.git
cd shannon-statusline
bun install
bun run build
bun run test:stdin # smoke test with sample payloadSee CONTRIBUTING.md and RELEASING.md.
