v0.1.0 — initial public release
Initial public release.
Added
- Kanban board over all live + dormant Claude Code sessions, classified by
signals (commit / push / sidecar status / GitHub label). - GitHub issue → session → verify → close pipeline with attention queue.
- Headless
claude -pspawn with stdin-pipe follow-up, plus resume-on-demand. - Optional Vercel deploy polling and auto-fix-deploy.
- Optional
pkoodintegration for
background agent runners. - Repo picker — live-switch the watched repo from the toolbar without restarting.
- AI title regeneration via
claude -p --model haiku. - Morning view (opt-in) — goals / strategic / tactical surfaces with
Apple Notes ingestion.
Security
127.0.0.1bind by default.CCC_BIND_HOST=0.0.0.0requires opt-in and
prints a startup warning.- Same-origin POST check (Origin header) on every state-changing request.
/api/openclamped to paths underREPO_ROOT/LOG_DIR. Default action
isopen -R(Reveal in Finder), not launch./api/repo/switchvalidates targets against the picker allow-list.- See
SECURITY.mdfor the full threat model.