Release v1.1.2 - Background Start
🚀 What's New in v1.1.2
Breaking Change
ccr start now runs in background by default. Use --foreground flag to run in foreground mode.
Features
- 🎯 Background by default:
ccr startnow spawns a detached process and returns immediately - 🖥️ Foreground option: Use
ccr start --foregroundto run in the terminal (old behavior) - ✨ Better status feedback: Shows a spinner while starting and displays status after successful start
- 🔍 Already running check: Prevents multiple instances and shows current status if already running
Installation
npm install -g ccr-next@latestUsage
# Start in background (default)
ccr start
# Start in foreground (see logs)
ccr start --foreground
# Check status
ccr status
# Stop service
ccr stop🤖 Generated with Claude Code