Skip to content

CCC

v3.4.0 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

Affected surfaces

auth

Summary

AI summary

Updates What's New in v3.4.0, v0.1.0, and docs/telemetry.md across a mixed release.

Full changelog

What's New in v3.4.0

🤖 Antigravity Engine Support

CCC now speaks four coding-agent engines. Antigravity (Google DeepMind's agentic AI) sessions appear alongside Claude, Codex, and Gemini across the sessions view, archive, and conversation pane:

  • Transcripts read from ~/.gemini/antigravity/brain/ (JSONL format)
  • Both Antigravity app sessions and AGY CLI sessions are detected and rendered
  • App-only sessions can receive follow-up input via the running app's local language-server RPC
  • Headless new sessions and follow-ups use AGY print mode (no external terminal needed)
  • CCC_ANTIGRAVITY_BIN env override for the agy binary location

🖥️ VS Code Extension (v0.1.0)

A Marketplace-ready extension ships in vscode-extension/. Two palette commands: CCC: Spawn session (posts the active workspace + prompt to /api/sessions/spawn) and CCC: Open dashboard. Configurable via claudeCommandCenter.host/port. Auto-publishes on vscode-v* tags via GitHub Actions.

📱 Installable PWA + Chromeless Launcher

CCC is now installable as a desktop/mobile PWA. ./run.sh --app (or scripts/open-app.sh) opens it as a chromeless dock-pinnable browser window via Chrome/Edge/Brave --app= flag.

🎯 Template Gallery

New-session modal now includes a starter-prompt gallery (5 built-in templates: fix-issue-and-pr, refactor-with-tests, investigate-failing-ci, review-pr, scout-codebase). Templates live in static/templates.json — fully user-editable without touching code.

⌨️ Slash-Command Picker

Typing / in a Claude session composer opens a scrollable picker of Claude-advertised commands, local command files, skills, and plugin commands — with a sensible fallback list for older transcripts.

📏 Resizable Status Rail + Per-Session Drafts

The right status rail is now drag-resizable and collapsible. Each session maintains its own unsent input draft independently.

🔊 TTS Speaker Button

A speaker button in the conversation pane reads selected text or the latest message via macOS say. Stops automatically when new input is sent.

🪟 Drag-to-Popout Conversations

Dragging a conversation row outside the window opens a focused pop-up pane near the drag target. 24 per-conversation background accent colors.

📦 One-Command Install + curl

curl -fsSL https://raw.githubusercontent.com/amirfish1/claude-command-center/main/scripts/install.sh | bash

📊 Anonymous Opt-In Telemetry

Five-field daily ping, off by default, dismissable forever from a one-row dashboard banner. Full contract in docs/telemetry.md.

🪝 Worktree Init Hook

When a session is spawned with a worktree, CCC runs .ccc/worktree-init in the new worktree (if present and executable). Exports CCC_WORKTREE_PATH, CCC_SESSION_NAME, CCC_PARENT_REPO.


See the full CHANGELOG for all 104 changes including fixes for Codex, Gemini, group chats, spawn reliability, and UI polish.

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]