Claude Command Center v5.0.0 Adds Day-One Support for Fable 5 with Mid-Session Switching

Anthropic released Claude Fable 5, the new tier above Opus. Claude Command Center (CCC) v5.0.0 ships with day-one support, making Fable 5 the default on new sessions. No config needed — spawn and you're on the newest model.
Key Features in v5.0.0
- Fable 5 as default: New sessions automatically use Fable 5. No configuration required.
- Redesigned model picker: Replicates Claude Code's native
/modelmenu with number-key shortcuts. Shows 1M-context variants and a Fast mode toggle on Opus. - Mid-session switching: Change any live session to Fable 5 with one click without losing context. Useful when a session needs the bigger model partway through.
- Bug fix: Model switching previously failed with cryptic CLI errors on versioned model aliases. Fixed.
How to Update
Available now via:
- Brew:
brew upgrade ccc - DMG: Sparkle auto-update will pick it up
- curl:
./run.shfrom the project
If you're running multi-engine workflows and want to test Fable 5, the maintainer invites feedback via the Reddit thread.
For developers using Claude Code or CCC in agentic pipelines, this release removes friction when swapping models mid-conversation. The fixed alias handling also matters if you pin versioned model aliases in scripts.
📖 Read the full source: r/ClaudeAI
👀 See Also

sandboxd: Open-Source Tool to Run Multiple Claude Code Agents in Isolated Containers
sandboxd is an open-source (MIT) tool that runs each Claude Code project in its own Docker container with isolated workspace, Claude Code session, and preview URL. It supports parallel agents, auto-sleep, and keeps API keys out of containers.

Lemonade by AMD: Open Source Local LLM Server for GPU and NPU
Lemonade is an open source local AI server that runs text, image, and speech models on GPUs and NPUs. It's OpenAI API compatible, supports multiple models simultaneously, and has a 2MB native C++ backend.

Claude Code Plugin Analyzes Token Waste and Anomalies Locally
A developer built a Claude Code plugin that diagnoses token waste by detecting six anomaly types from local session data. The tool analyzed 8,392 sessions and found 1,015 anomalies, with ExcessiveToolUse being the most common.

Bernstein: A Kubernetes-like orchestrator for AI coding agents with verification and model policies
Bernstein is an orchestrator for AI coding agents that includes independent verification of agent outputs, model policy controls, 13 agent adapters, and deterministic Python-based scheduling. The project has 5000+ tests and features like circuit breakers, cost anomaly detection, and PII scanning.