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...
Terminal
$ git status
On branch refactor/auth
Changes not staged for commit:
modified: middleware/auth.ts
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

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.

Open Source & Free

MIT license. No tracking. Plugins, themes, MCP servers. 1,644 tests.

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.

Ready to watch them work?

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