Skip to content

v0.1.3

Choose a tag to compare

@amirfish1 amirfish1 released this 25 Apr 01:11
· 1210 commits to main since this release

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) via gh issue create. Falls back to a copy-able markdown if gh isn'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-orchestration skill — 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.md on server startup.
  • Spawn cwd parameter honoredPOST /api/sessions/spawn accepts cwd and validates it (was silently ignored before).

Fixed

  • Snappy, stable spawn experience — kanban Run button 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