Changelog
See what's new in each release of Command Center
0.10.02026-05-13
Highlights
- Bundled git: Enjoy all features of Command Center on machines (esp. Windows machines) that do not already have git installed
- Cancel button for in-flight walkthrough and refactoring generation
- Free-plan users now get 2 bonus walkthrough and 2 bonus refactoring credits on first launch. Better communication of daily limits and credits

New Features
- Linux users can now install Command Center from a .deb package alongside the existing AppImage
- WSL is now available as a terminal option on Windows
- New button to install npm for you so you can then press the buttons to install coding agents
- When running on a machine that has never made a git commit before, Command Center will automatically configure git for you
- Clicking the Command Center logo in the sidebar now navigates to the Code view
- Command Dock automatically opens after creating a new project
- Mixed diff mode is now enabled by default: in split view, add-only and delete-only files render in unified layout to avoid wasted empty panels
Improvements
- Many other improvements to the "Install coding agents" flow
- Better communication of coding agent failures, fixing some cases that failed silently
- Walkthrough highlight labels are now anchored to absolute file line numbers, so they stay correct even as surrounding code shifts
- Translated previously hardcoded errors in model config, device auth, GitHub auth, installables, and the rest of AI coding settings
- Spelled-out "Enter" glyph in the agent input placeholder for clarity
- Miscellaneous perf improvements
- Improvements to robustness of live change detection for diffs and snapshots
- Linux AppImage now runs on systems without libfuse2 installed
- Better error messages when the backend cannot start for inescapable reasons such as running on extremely old macOS versions
Bug Fixes
- Fixed: walkthroughs could drift when the working tree changed.
- Fixed: Sometimes, after the computer sleeps and wakes up, the "You are disconnected" banner would show briefly
0.9.12026-05-01
Improvements
- Walkthrough and refactoring progress rings now stay visible after a task completes, until you view the result
- Walkthrough intelligence and detail level settings are now respected everywhere they generate, not just from the "Create walkthrough" dialog
Bug Fixes
- Fixed: refactoring error messages were no longer being shown after certain actions
- Fixed: missing styling on the workspace pill's menu and action buttons
0.9.02026-04-29
Highlights
- Command Center is now available as a desktop app for Windows, Mac, and Linux
- Live progress for walkthrough generation and multi-file refactorings

- Custom UI to better display many coding agent tools

New Features
- Image attachments now supported for the Codex coding agent
- Ghostty terminal added as a supported terminal on macOS and Linux
- Subagent / Commands / MCP / Skills pages auto-open the marketplace on first visit when nothing is installed
- New Refactoring settings tab — toggle which steps the "Do It All" refactoring agent runs, and pick between banner and plain header styles for Organize File

- Workspace agent indicators now share a fixed-column grid so refactoring, walkthrough, and coding-agent icons line up across rows

- Daily walkthrough and refactoring limits introduced for free and starter plans
- Uzbek (uz) added as a supported language
Improvements
- Onboarding redesign: agents renamed (OpenCode, CC Basic), polished diagnostics with a clickable git-scm.com remediation link, and CLI subscriptions auto-detected so providers come pre-configured on the API-keys step
- Diff viewer now renders submodule changes instead of showing a blank panel
- Quick-refactoring buttons open the Command Dock when clicked
- Faster "new agent" creation — alias detection cached, sessions rehydrated lazily, and agent availability warmed at startup
- Persistent error toasts that stay until dismissed instead of auto-disappearing
- Better Claude Code rate-limit handling — fewer false-positive warnings, clearer messages, and proper handling of more rate-limit scenarios
- Regional date-format preferences are now respected throughout the UI
- The Refactoring Agent page has moved into Experimental Features for now, with a clearer description that it currently just deduplicates code and data
- Warning when running the x64 app on ARM, or vice versa. (It may fail even with emulation.)
Bug Fixes
- Fixed: Refactoring progress was not reflected in the sidebar pill for non-active workspaces
- Fixed: Re-opening "Create new project" did nothing after a previous attempt errored
- Fixed: Phantom-task bug that could leave a refactoring or walkthrough showing as "in progress" forever
- Fixed: Snapshots could disappear due to a HEAD race when saving the snapshot ref
- Fixed: jj (Jujutsu) file filtering bugs — phantom files, renamed files, and sidebar/diff disagreements in colocated repos
- Fixed: Submodule gitlinks were lost in CLI tree-hash temp-index operations
- Fixed: Fork-from-workspace now uses the parent workspace as the source of the CoW copy
- Fixed: Fast workspace switching could show file listings from the previous workspace
- Fixed: NPM detection on Linux when installing coding agents
- Fixed: Inline-feedback popover on the diff viewer caused an unwanted scroll jump
- Fixed: Inability to commit for users who connected GitHub via the CLI path during onboarding without a pre-configured git identity
- Fixed: Model configuration could fail when the backend was cold-starting (now retries once)
- Fixed: Onboarding no longer persists "Cursor" as the preferred editor when no editors are detected