🎯 Breaking Change
Now requires Claude Code v2.1.16 or higher
Upgrade with: claude update
✨ New Features
Task Management System (v2.1.16+)
- Automatic task creation and tracking for workflow phases
- Task dependencies ensure proper execution order
- Visible in
/taskslist with deletion capability
Session Variable Tracking (v2.1.9+)
- Enhanced session isolation with unique IDs
- Per-session result directories
- Provider-specific session tracking
- Metadata stored in
.session-metadata.json
MCP Dynamic Provider Detection (v2.1.0+)
- Fast provider checks using MCP
list_changednotifications - Automatic fallback to command-line detection
- Significantly faster workflow startup
Background Agent Permissions (v2.1.19+)
- User permission prompts before background operations
- API cost estimates displayed before execution
- Respects autonomy mode settings
Modular CLAUDE.md Configuration (v2.1.20+)
- Split into provider and workflow modules
- Load specific configs with
--add-dir - Reduces context pollution
📚 Documentation
- Added
MIGRATION-7.13.0.mdupgrade guide - Provider-specific docs in
config/providers/ - Workflow methodology in
config/workflows/
See CHANGELOG for complete details.