v2026.6.3
daydreamlive/DEMONv2026.6.3Jun 3, 2026by virattt
AI Summary
Enhanced CLI capabilities with subagent delegation for parallel tasks and improved web fetching with caching and readability features.
Key Highlights
- Added `spawn_subagent` to delegate focused sub-tasks to isolated workers
- Added CLI subagent progress UI with per-delegate status and tool-use counts
- Improved `web_fetch` with Readability/Turndown, HTTP caching, and fast-model extraction
New Features
- Subagent delegation for general-purpose, research, and analysis tasks
- Parallel execution of independent tasks in one turn
- CLI progress UI with per-delegate status
- CLI progress UI with tool-use counts
- CLI progress UI with rolled-up activity
- Readability/Turndown HTML-to-markdown conversion
- HTTP caching for web fetch
- Fast-model extraction from fetched pages
Full Release Notes
### Changes - Add `spawn_subagent` to delegate focused sub-tasks to isolated workers (`general-purpose`, `research`, `analysis`); emit multiple calls in one turn to run independent tasks in parallel - Add CLI subagent progress UI with per-delegate status, tool-use counts, and rolled-up activity - Improve `web_fetch` with Readability/Turndown HTML-to-markdown, HTTP caching, and fast-model extraction from fetched pages