v0.1.3
Added
- Bug reporting in-app — "Report a bug" link in the topbar opens a modal that auto-attaches CCC version, browser user-agent, and the currently-selected session id, then files a GitHub issue (label
bug) viagh issue create. Falls back to a copy-able markdown ifghisn't available. New endpoint:POST /api/bug-report. (#5) - Claude-Desktop-style UI chrome — prominent "+ New session" button at sidebar top, unified panel-toggle icon (
Cmd+\shortcut),Cmd+K/Cmd+P"Search chats and projects" command palette, sun/moon appearance picker (Theme: Light/Dark/Match system, Font: System/Mono — persisted), sidebar gear popover. Light theme is now a first-class option. (#6) /api/ask+ccc-orchestrationskill — any Claude Code session on the machine can spawn, inject into, and synchronously ask sibling sessions through CCC over plain HTTP. Skill auto-installed to~/.claude/skills/ccc-orchestration/SKILL.mdon server startup.- Spawn cwd parameter honored —
POST /api/sessions/spawnacceptscwdand validates it (was silently ignored before).
Fixed
- Snappy, stable spawn experience — kanban
Runbutton inserts the optimistic placeholder immediately (no longer waits for the spawn POST), placeholder→real-card swap inherits the column via a 60s sticky pin so fresh sessions don't bounce Planning↔Working↔Review while signals settle, and column changes animate instead of snap-jumping. (#7)
Full changelog: v0.1.2...v0.1.3