Current Version
Version 2.0.0
Release Date: February 22, 2026 Major Changes:New Config Schema
Introduced
backends, models, and aliases structure for better multi-model supportIPC Protocol
Workers can now ask questions back without losing context via the IPC directory system
Multi-Backend Support
Support for Claude Code, Cursor, and Codex CLIs as worker backends
Auto Model Discovery
First-run setup auto-detects available CLIs and models
- Checklist-based planning: Tasks decomposed into verifiable checklist items
- Background worker agents: Non-blocking execution with fresh context windows
- Monitor system: Detects questions and completion without polling
- Model aliases: Create named shortcuts with optional role prompts
- Parallel task execution: Multiple workers run concurrently
- Proactive recovery: Handles CLI failures and auth errors gracefully
- Backend-agnostic command construction
- Auto-routing Claude models to
claudebackend - Auto-routing OpenAI models to
codexbackend when available - Backward compatibility with old config format
- Model-specific command templates
- Atomic file writes via temp + mv pattern
- Sequence-numbered question/answer pairs
- Worker context preservation across questions
- Timeout handling with fallback to context dump
- Startup reconciliation for lost questions
- Read and update plan files
- Ask clarifying questions
- Mark items as done, blocked, or errored
- Write output artifacts
- Handle sequential dependencies
- Config file management
- Task planning and spawning
- Progress tracking
- IPC question/answer relay
- Error detection and reporting
- Multiple task coordination
Updating
Using Skills CLI (Recommended)
Manual Update (Local Clone)
If your.claude/skills/dispatch is a symlink to a local git checkout:
Version History
This is a new documentation site. Full version history is maintained in the source repository.
Breaking Changes
Version 2.0.0
Config Format Change: Old format (still supported):/dispatch "migrate my config" to upgrade automatically.
Planned Features
The following features are under consideration for future releases:- Worker resource limits (timeout, max tokens)
- Task priority and scheduling
- Worker result caching
- Custom backend definitions
- Enhanced error reporting with structured logs
- Task history and replay
Feature requests and suggestions are welcome! Open an issue on GitHub.