By gmr
Reports Claude Code session status for the Claude Status macOS menu bar app
A Claude Code plugin for the Claude Status macOS menu bar app. It reports real-time session state so the menu bar icon reflects what Claude Code is doing.
A background daemon tails the JSONL transcript and maintains a state machine that tracks Claude's activity. The daemon writes a .cstatus JSON file whenever state changes, and posts a Darwin notification so the menu bar app refreshes instantly.
| State | Meaning |
|---|---|
active | Claude is working — thinking, running tools, or has subagents running |
waiting | Blocked on user input — permission prompt, question, or elicitation dialog |
idle | Turn complete, nothing happening |
compacting | Context compaction in progress |
SessionStart hook → spawns daemon → exits immediately
Daemon (background)
→ tails JSONL transcript every 100ms
→ tracks active subagents, detects questions, handles sticky compacting
→ writes .cstatus on state changes + posts Darwin notification
→ monitors Claude PID liveness → cleans up on exit
PermissionRequest / Notification hooks → write .csignal file → exit
SessionEnd hook → safety-net cleanup if daemon crashed
Only 4 hooks are registered (down from 12 in the Python version) because the daemon observes most state directly from the transcript.
/name-session <name> — sets a custom display name for the session in the menu bar.
Install via the Claude Code marketplace:
claude plugins install gmr/claude-status-plugin
Or add manually to your Claude Code plugin configuration.
BSD-3-Clause
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gmr/claude-status-plugin --plugin claude-statusUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.