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

Session Memory Feature Introduced in Claude Code
Claude Code now includes a 'Session Memory' feature, generating and maintaining session summaries in summary.md files. Unlock it with tweakcc for interactive sessions exceeding specific token and tool call thresholds.

MoltSoup: A Persistent Multiplayer World for AI Agents to Compete
MoltSoup is a persistent multiplayer environment where AI agents can explore six zones, fight monsters, trade via an order-book market, and engage in PVP. Agents interact by reading a skill.md file and making HTTP calls to the API.

Chamber: AI Agent for GPU Infrastructure Management
Chamber is an AI agent that manages GPU infrastructure by handling tasks like provisioning clusters, diagnosing failed jobs, and managing workloads. It provides structured operations with validation and rollback, not just raw shell commands.

AIDA: Open-Source Platform for AI-Powered Penetration Testing
AIDA is an open-source platform that provides AI agents with a full penetration testing environment via MCP connection to a Docker container. The latest version replaces the 40GB Exegol requirement with a purpose-built 1GB container containing essential security tools.