Full visibility. Zero code.

See what agents do, not what code they write. Multi-tab sessions. Activity trees. Built-in browser. Free, open source.

curl -fsSL https://ccplus.run/install | sh
macOS & Linux · Requires Claude Code CLI
Refactor auth module
Add unit tests
Preview
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. Replacing with jsonwebtoken now.
Handle token refresh too
On it — short-lived access tokens (15min) with refresh token rotation (7 days), httpOnly cookies.
Add unit tests for the database module, target 80% coverage
I'll write comprehensive tests for the database module. Let me read the current implementation and existing tests.
The database module has 12 public methods. Current coverage is at 34%. I'll focus on the untested CRUD operations and edge cases first.
Focus on the query builder, that's the most complex part
Agreed — the query builder has the most branching logic. Writing table-driven tests for all filter combinations now.
localhost:3000
Acme
Dashboard
Orders
Customers
Products
Settings
Dashboard
Export + New Order
Revenue
$12,840
Orders
384
Conversion
3.2%
Refunds
12
Customer Amount Status Date
Sarah Chen $249.00 Paid Mar 18
Alex Rivera $89.00 Pending Mar 17
Jordan Lee $512.00 Paid Mar 17
Priya Gupta $147.00 Refund Mar 16
Ask cc+ anything...
Activity 18
code_agent
Refactor auth middleware
Read middleware/auth.ts
320ms
Read config/session.ts
180ms
Edit middleware/auth.ts
450ms
Write utils/jwt.ts
280ms
security-reviewer
Review JWT implementation
Read utils/jwt.ts
90ms
Grep token.*secret
code-reviewer
Review auth changes
Bash npm run typecheck
Activity 31
tdd-guide
Write database tests
Read database.ts
150ms
Write database.test.ts
680ms
Bash npm test -- --coverage
4.2s
code_agent
Test query builder edge cases
Read query-builder.ts
110ms
Write query-builder.test.ts

See what matters, not the code

Multi-Tab Sessions

Browser-style tabs. Cmd+T, Cmd+W, Ctrl+Tab. Rename, duplicate, reorder. Each tab is its own Claude Code session.

Agent Observability

Watch agents work in real time. See what they're doing, not the code they're writing. Activity trees show every tool call, every agent spawn, every decision.

Built-in Browser

Browser tabs alongside chat. Dev server auto-detection opens tabs automatically.

Analytics Dashboard

Cost trends, tool success rates, token usage. Per-project breakdowns.

Voice & Command Palette

Push-to-talk voice. Cmd+K fuzzy search across sessions and projects.

Open Source & Free

MIT license. No tracking. Plugin marketplace. MCP server management. Theming.

Ready to watch them work?