Skip to content

CCC

v0.1.3 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agents claude claude-code web developer-tools headless
+4 more
kanban llm-tools local-first python

Summary

AI summary

Added in‑app bug reporting with auto‑attached metadata and a GitHub issue fallback.

Full changelog

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: https://github.com/amirfish1/claude-command-center/compare/v0.1.2...v0.1.3

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track CCC

Get notified when new releases ship.

Sign up free

Related context

Earlier breaking changes

  • v5.0.1 Removes horizontal-drag gesture that collapsed conversation pane.

Beta — feedback welcome: [email protected]