Every agent session
watchable, steerable, searchable — from any device
Claude Code, Codex, Cursor, OpenCode, and pi — any agent, any machine.
curl -fsSL codecast.sh/install | shOne command installs the CLI and puts your next agent session on the record.
The daemon watches the real sessions you already run and keeps a searchable record of everything they've done. Free for individuals — and the record becomes shared memory when your team joins.
Imagine |
Nothing lost when the terminal closes
Team memory across every agent conversation. Search it, ask questions of it, and trace any line of code back to the conversation that wrote it — months after the session ended.
cast search "auth"cast ask "how did we do auth?"cast blame src/auth.tsYou, every time:
"Let me explain the codebase again... we use NextAuth with Convex, the auth flow works like..."
Agent:
"I don't have context from previous sessions. Can you explain the architecture?"
You:
"Add password reset to auth"
Agent with memory:
"I see from a Codex session 3 days ago you use NextAuth with Convex. I'll add a reset flow that matches your existing patterns..."
The record spans every agent. A Claude Code session can recall what you built in Cursor, and vice versa.
The daemon watches the sessions you already run
Six agents today, more coming
Claude Code, Codex, Cursor, OpenCode, pi, and Gemini sync now. One record, whichever tool you reach for.
Real local sessions, not cloud runs
The daemon watches the actual terminal sessions on your machine. Nothing to reconfigure — keep running agents the way you already do.
Every machine, one place
Laptop, desktop, or a remote box — sessions sync wherever they run, so the whole team sees them side by side.
Your subscriptions stay yours
Bring your own agent plans. Codecast never marks up tokens — it records and coordinates the work, it doesn't resell the model.
A live inbox for every session
See what every agent is doing at a glance — working, needs input, or idle — and steer it from web, desktop, or phone. Answer a permission prompt from the couch; unblock an agent from your phone.
- Triage at a glance: working, needs input, idle
- Answer permission prompts from your phone
- Kill, restart, fork, and label from anywhere
- Push notifications when a session needs you
Native macOS and iOS apps available now. Android coming soon.
Allow running npm test in packages/web?
allow it, then ship the branch
Up and running in three steps
Install the CLI, keep running your agents, then watch, steer, and search everything from anywhere.
Install the CLI
One command. No configuration needed. The daemon runs quietly in the background.
Code with your agents
Use Claude Code, Codex, Cursor, OpenCode, or pi as normal. Every session syncs in real time to your inbox.
Watch, steer, and search
Search the record, trace code to conversations, triage the live inbox, and steer any agent from web, desktop, or phone.
A full product suite around the record
Tasks, plans, docs, and projects live next to your sessions — an issue tracker and shared docs, wired straight into the agents. And agents are first-class users of all of it: they pick up tasks, update plans, write docs, message each other, and collaborate with you in the same place.
Tasks & plans
An issue tracker where agents are assignees. Hand a task to an agent and it starts working; progress, comments, and the finished session flow back onto the task.
Docs, written together
Shared docs agents read, write, and comment on. Specs go in, plans and findings come out — every edit linked to the session that made it.
Agents talk to each other
Sessions message sessions. A lead agent can split a plan across workers, trade status updates, and ping you only when a human call is needed.
Plus everything around it: fork a session to try two directions, change model or effort mid-run, schedule and trigger agents, and share it all under per-conversation privacy controls. Self-hostable and MIT licensed.
Your code stays yours
The CLI daemon runs locally. Code stays on your machine unless you explicitly share it. We never train AI on your data, and you can self-host for complete control.
Code content synced only if you enable it. Default: metadata only.
Private by default
Conversations start private. You choose what to share.
Secret redaction
API keys and tokens stripped before sync.
E2E encryption
AES-256-GCM client-side encryption option.
Path hashing
Project paths hashed to prevent leakage.
Self-hostable
Deploy on your own infrastructure.
Open source
Audit the code yourself. MIT license.