CCC 0.9.2
The first build where CCC Cloud sign-in works out of the box, plus a guided first-run setup.
Install
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | CCC-0.9.2-arm64.dmg |
| Windows | CCC-Setup-0.9.2.exe or CCC-0.9.2.msi |
| Linux | CCC-0.9.2-x86_64.AppImage or CCC-0.9.2-amd64.deb |
On v0.9.1 you do not need this page — the app updates itself.
What's new
Cloud sign-in works in a packaged install. This is the headline fix for installers specifically. The CCC Cloud endpoint is now compiled into the build (packages/cloud/src/defaults.ts) instead of being expected from the environment. The web credentials are inlined at build time, and nothing in the release pipeline supplied them, so every installer before this one simply could not sign in to the cloud — and could not be pointed at it afterwards either. It now works from a stock install, with the environment variables still taking precedence for self-hosted deployments.
First-run setup wizard. A new /setup flow greets a fresh install: an express "quick start" path, or a guided one covering environment, account, prerequisites, integrations and advanced settings. Closed-set settings render as dropdowns rather than free text.
CCC Cloud is the default account path. Local accounts still work but are marked legacy.
Instance configuration editor under Settings → Admin, driven by a typed registry. Database-backed settings apply live; environment-backed ones tell you a restart is required.
Safe restart. Restarting from the UI now warns you first, with counts of the running pipelines, automations and live terminal sessions it is about to interrupt.
Optional ccc-cli prerequisite check in setup — informational only. It never blocks and never asks for elevation.
Fixes. A chat message rejected by the terminal's modal is handed back instead of lost; an in-flight /compact no longer marks a session that ended mid-turn; a session that boots into a blocking dialog now leaves starting; the question card is restored when an answer never reached the terminal.
Known limitations
- macOS is Apple Silicon only. No Intel build.
- Windows installers show a SmartScreen warning — no Authenticode certificate is configured.
.debinstalls do not auto-update — the app defers to your package manager. The AppImage does auto-update.- The AppImage needs FUSE 2 (
libfuse2), or run it with--appimage-extract-and-run. - Still on v0.9.0? Download and reinstall once. v0.9.0 shipped before the update lane was unblocked and cannot pull this release automatically.
- Linux has no dedicated QA target; that lane ships less verified than macOS.
Changes since v0.9.1
15 commits across 8 PRs.
- feat — first-run setup wizard, instance config editor and safe restart; CCC Cloud as the default account path; closed-set settings as dropdowns
- fix — chat message returned when the terminal modal refuses it;
/compacton a session that ended mid-turn; sessions stuck instartingbehind a blocking dialog; question card restored when the answer never reached the PTY; migration v216 locked; cloud-web config guard kept env-only - refactor — load guard de-tenanted to operator-declared heavy models
- chore/docs/test — advisor triage brief removed (stops spending quota by default), Motion Studio brought current for the Linux server, added setup and auth route test coverage