Watch your agents work. Every agent. Every tool call. Max out Claude Code.

Open-source desktop app for Claude Code. See every tool call, every agent, every token, in real-time.

curl -fsSL https://ccplus.run/install | sh
macOS & Linux · Requires Claude Code CLI
cc+
ccplus 3
Refactor auth module
Add unit tests
Fix database queries
fotobayo 2
v1.4.2
Connected
Sonnet 4
Refactor the auth middleware to use JWT tokens instead of session cookies
I'll refactor the auth middleware. Let me examine the current implementation first.
Found session middleware in auth.ts using express-session with Redis. I'll replace it with jsonwebtoken and add refresh token rotation.
Handle token refresh too
On it — short-lived access tokens (15min) with refresh token rotation (7 days), httpOnly cookies.|
4 TOOLS
12.4s
CTX 34%
Ask cc+ anything...
AGENTS TOOLS TRUST
#1 code_agent Refactor auth middleware 2.1s · 3 tools
R
Read middleware/auth.ts 320ms
E
Edit middleware/auth.ts 450ms
W
Write utils/jwt.ts
#2 security-reviewer Review JWT implementation 0.8s · 1 tool
G
Grep token.*secret
#3 code-reviewer Review auth changes 4.2s · 2 tools

Insights

7d 14d 30d 90d
1,247
queries +18%
2.1M tokens · 847 tool calls · 42 sessions · $34.20 est. cost

Daily Activity

MTWTFSS MTWTFSS

Cost Trend

Model Usage

Claude Opus 4
$18.40 54%
Claude Sonnet 4
$12.80 37%
Claude Haiku 4
$3.00 9%

Hourly Activity

Cache Efficiency

67%
Read 67%
Creation 33%
Captain
C
Orchestrating...
Start 3 sessions: refactor server.ts, add unit tests for database, and fix the auth bug
Starting 3 sessions now. I'll coordinate them to avoid file conflicts.
Session 1 started: Refactoring server.ts into route-handlers.ts, middleware.ts, and socket-setup.ts
Session 2 started: Writing unit tests for database.ts (targeting 80% coverage)
Session 3 started: Investigating auth bug — reading middleware/auth.ts
Ask Captain...
Fleet 4 running
Refactor server.ts ~/Workspace/ccplus
Add unit tests ~/Workspace/ccplus
Fix auth bug ~/Workspace/ccplus
Update API routes ~/Workspace/ccplus

What's inside

Built-in Browser

Open localhost right next to your chat. Dev servers detected automatically.

Token Dashboard

See what you're spending. Cost per query, model breakdowns, cache hit rates. Import old sessions for the full picture.

Command Palette

Cmd+K. Find any session, project, or action instantly.

Telegram Bridge

Access from your phone. Message Captain, get status updates, start sessions remotely. Voice messages supported.

Open Source & Free

MIT license. No tracking. Plugins, themes, MCP servers.

Integrated Terminal

A real terminal, floating inside the app. Drag it around, resize it, tuck it away.

6 Theme Presets

Six color palettes. Switch from your profile.

Cross-Session Memory

Agents remember what they learned last time.

Workflow Enforcement

Agents plan before they act. A state machine keeps them honest.

Your move.

curl -fsSL https://ccplus.run/install | sh