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

MCP-India-Stack: Offline-first server for Indian financial data in AI agents
MCP-India-Stack is an offline-first MCP server that provides Indian financial and government API functionality without authentication or external API calls. It bundles datasets locally for tax calculations, validation tools, and lookups.

APEX Testing Benchmark Results: Qwen 3.5 Performance on Real Coding Tasks
APEX Testing benchmark results show Qwen 3.5 models' performance on 70 real GitHub coding tasks, with the 397B version dropping to 1194 ELO on master-level tasks while GLM-4.7 quantized leads local models at 1572 ELO.

mnemos: A Persistent Memory Layer for AI Coding Agents (Go, MCP-Native, No Python)
mnemos is a Go-based MCP-native memory layer for AI coding agents. The author built a verifier to measure lift: +40% aggregate on read-side scenarios, but only 53% write-side capture rate after iterative fixes.

LORE.md: An Open Standard for Extracting Structured Knowledge from AI Conversations
LORE.md is an open standard for extracting durable knowledge from AI conversations into a structured format. It captures decisions with rationale, insights, patterns, open questions, and next steps, with everything linking across sessions.