🕐 Scheduler — Your AI on Autopilot
Create a task, set a time — Claude picks it up exactly when you need it. No cron jobs, no scripts, no babysitting.
- One-time tasks — "Deploy to staging tomorrow at 6am." Set the date, go home. Done at 6:00 sharp.
- Recurring tasks — "Security audit every Monday morning." Weekly, daily, hourly, or monthly. Claude creates a fresh session each time and sends a Telegram notification when done.
- Dedicated /schedule page — agenda timeline with color-coded sections: overdue (red), today (orange), upcoming (blue), recurring (purple)
- "Run Now" button — override the schedule and execute immediately
- Survives restarts — scheduled tasks persist in SQLite; missed times are skipped gracefully
👥 Agent Modes — Single, Multi, Dispatch
Three ways to organize work, fully documented:
| Single | Multi | Dispatch | |
|---|---|---|---|
| Where | Chat | Chat (in-chat team) | Kanban board |
| Agents | 1 | 2–5 parallel | 2–5 as task cards |
| Auto-retry | No | No | Yes (with backoff) |
| Survives restart | No | No | Yes |
🎛 Chat Modes — Auto, Plan, Task
- Auto — full tool access, Claude decides what's needed
- Plan — read-only analysis, no file modifications
- Task — explicit execution with full tool access
🧠 Skills & Auto-Skills
28 specialist skills bundled out of the box. Auto-skills (enabled by default) classify your message with a fast Haiku call and activate 1–4 relevant skills automatically. "Fix this React bug" → activates frontend + debugging-master.
⚙️ Model & Turns
Haiku / Sonnet / Opus selection with adjustable turn budget (1–200). Auto-continue up to 3 times when hitting the limit.
🔗 OpenRouter Integration
Use GPT-4o, Gemini, Llama, Mistral, or any OpenRouter model via the Claude Flow companion project.
🔧 Stability & Polish
- Notification context — project name + session title shown in all notifications
- Queue phantom session fix — correct tabId/sessionId migration on WS reconnect
- Tunnel stability — stale handler guard, race condition fixes, server-side start lock
- Kanban stats bar — fully i18n-ized labels, scheduled task badges with time display
- Slash commands — full prompt text visible, taller popup (480px)
- Clipboard fallback — graceful degradation when clipboard API unavailable
Full Changelog: v5.19.4...v5.20.0