cldctrl: Terminal Dashboard for Managing Claude Code Sessions

What cldctrl Does
cldctrl is a terminal dashboard tool designed to make it easier to track projects, sessions, and usage in Claude Code. The tool focuses on making resuming or starting sessions faster—you arrow to a project and hit enter.
Installation and Setup
Install globally via npm: npm i -g cldctrl. No configuration is required—it reads your existing ~/.claude data and auto-discovers your projects.
Key Features
- Launch or resume Claude Code sessions from a project list
- See active sessions and what they're working on
- Enter on a GitHub issue launches Claude with that issue as context
- Token usage with rate limit bars (5h/7d windows)
- Git status, session history, per-session cost estimates
- Browse project files and commits
Platform Support and Testing
The tool has been tested primarily on Windows. It should work on macOS and Linux but has been less tested—bug reports are welcome.
Additional Resources
Interactive preview available at https://cld-ctrl.com. Source code is on GitHub: https://github.com/RyanSeanPhillips/cldctrl. npm package page: https://www.npmjs.com/package/cldctrl.
📖 Read the full source: r/ClaudeAI
👀 See Also

Outworked v0.3.0 adds iMessage support, built-in browser, and scheduling for Claude Code agents
Outworked v0.3.0 introduces iMessage channel support for agent communication, a built-in browser for web interaction, scheduling via cron, tunneling for local sharing, and enhanced MCP/Skills support. The desktop app orchestrates Claude Code agents as a team to handle coding tasks, web research, and automated workflows.

Auto-Fix System Uses Claude Code Headless to Detect and Fix Production Errors
A developer built an automated production error-fixing system using Claude Code CLI in headless mode. The system detects errors from logs, creates isolated git worktrees for each issue, prompts Claude to write fixes, and requires manual approval via Telegram before creating PRs.

RelayCode VS Code Extension Routes Claude Code Through Sovereign RDUs
OpenGPU has released RelayCode, a VS Code extension that acts as a local proxy to route Claude Code or Copilot requests through their decentralized network to open-weight models like DeepSeek-R1 and MiniMax M2.5 running on sovereign reconfigurable dataflow units.

MAGELLAN: A 15-Agent Autonomous Scientific Discovery System Built on Claude Code
MAGELLAN is a 15-agent autonomous scientific discovery system built entirely on Claude Code. It uses Opus for deep reasoning and Sonnet for structured tasks, generating cross-disciplinary hypotheses without human direction, with 260 hypotheses proposed and 60% killed by adversarial validation in 19 sessions.