Claude Ops: Browser Dashboard for Claude Code Live Status and Subagent Tracking

Running multiple Claude Code sessions in parallel means constantly missing permission prompts. A Reddit user built Claude Ops — a local browser dashboard that surfaces every session's live status, current tool, and spawned subagents, and pushes OS notifications when any session needs input.
Key Details
- Platform: macOS, fully local (no data leaves your machine)
- License: Free
- GitHub: abhishek421/claude-ops
The dashboard shows a list of active Claude Code sessions. For each session, you can see:
- Live status (running, awaiting input, error)
- Current tool being invoked
- List of spawned subagents and their state
When a Claude session blocks waiting for user input (e.g., a permission prompt or a question), Claude Ops sends an OS push notification. This lets you switch away from the terminal and still know when attention is required.
The tool is designed for developers who run Claude Code in multiple terminal windows or tmux panes simultaneously — typically when orchestrating complex multi-step tasks like refactoring, testing, or code review across several repos.
Who It's For
Developers running multiple concurrent Claude Code sessions who need a quick glance dashboard to avoid missing prompts and subagent progress.
Getting Started
Clone the repo and follow instructions in the README. The dashboard runs a local web server; point your browser to it after launching Claude sessions in the same environment.
📖 Read the full source: r/ClaudeAI
👀 See Also

Prism MCP v5.1 adds 10x memory compression and agent learning from corrections
Prism MCP v5.1 introduces 10x memory compression via TurboQuant ported to TypeScript, enabling millions of memories on a laptop without vector databases. The update adds agent learning from user corrections and a visual knowledge graph interface.

Open-source CLI tool sdf uses Claude to manage stacked GitHub PRs
sdf is a free, MIT-licensed CLI tool that automates stacked pull request workflows using git and gh, with Claude CLI handling complex tasks like diff analysis and conflict resolution.

Routing Claude API traffic to control costs after Max subscription change
Anthropic's Max subscription no longer covers third-party tool usage, forcing OpenClaw users to API billing. A routing proxy directs simple tasks to Claude Sonnet ($3/M input, $15/M output) and complex ones to Opus ($5/M input, $25/M output), cutting costs without quality loss.

Custom WhatsApp Channel Plugin for Claude Code Using Baileys
A developer built a custom channel plugin that adds WhatsApp support to Claude Code 2.1.80+ using Baileys v7, implementing the WhatsApp Web Multi-Device protocol as an MCP server with the experimental claude/channel capability.