cc+ Desktop App for Claude Code: Multi-Session Management and Fleet Orchestration

What cc+ Does
cc+ is a desktop application for Claude Code, built on the Claude Agent SDK. It runs on macOS and Linux systems.
Key Features
- Multi-session tabs: Run parallel isolated Claude Code sessions simultaneously
- Live activity tree: Every subagent spawn and tool use rendered as a hierarchy in real time
- Security scoring: Flags dangerous operations, secret exposure, and scope creep
- Workflow enforcement: Blocks commits without code review and requires test coverage gates
- Fleet orchestration: Captain manages your sessions, launches new ones, and helps debug and improve your workflow
- Persistent memory: Agents carry context across sessions automatically
- Telegram control: Start sessions, get updates, and use voice commands from your phone
- Insights dashboard: Token and usage tracking across sessions
- Session import: Bring in your existing Claude Code sessions
Availability and Links
The application is open source and available on GitHub at https://github.com/kerplunkstudio/ccplus. Additional information can be found on the project website at https://ccplus.run.
📖 Read the full source: r/ClaudeAI
👀 See Also

GodotIQ MCP Server Gives AI Coding Agents Spatial Understanding of Godot Scenes
GodotIQ is an MCP server that provides coding agents with true understanding of 2D/3D scenes, signals, and code dependencies in Godot. In a test, it autonomously built a twin-stick survivors game in one hour from assets and a prompt.

Auto-co: A 50-Line Bash Script That Turns Claude Code Into Autonomous AI Companies
Auto-co is a 50-line bash script that wraps the Claude Code CLI in a loop, allowing it to run autonomously with 14 AI agents playing roles like CEO, engineer, and critic. It has built four products from scratch, including FormReply and Changelog.dev, at a total cost of $268 across 270+ cycles.

Claude Code Routines: Schedule Agent Tasks Like Cron with Reasoning
Claude Code Routines let you run agent tasks on a schedule without keeping a session open. A Reddit user shares real examples: nightly commit review, weekly dependency check, daily error log analysis — with AI reasoning instead of raw script output.

Mandala v0.3: Open-Source Async Runtime to Unify Logistics Telemetry as OpenTelemetry Spans for Agent Reasoning
Mandala v0.3 provides an open-source async runtime that ingests telemetry from Samsara, Descartes, Vizion, and FMCSA via webhooks, emits events as OpenTelemetry spans, and exposes data via MCP tools for LLM agents.