v2026.6.3
hoppscotch/hoppscotchv2026.6.3Jun 3, 2026by virattt
AI Summary
This release enhances agent capabilities by introducing parallel task execution via sub-agents and improves the CLI with better progress tracking and web fetching optimizations.
Key Highlights
- Added `spawn_subagent` to delegate focused sub-tasks to isolated workers for parallel execution.
- Improved CLI subagent progress UI with per-delegate status and tool-use counts.
- Enhanced `web_fetch` with Readability/Turndown HTML-to-markdown conversion, HTTP caching, and fast-model extraction.
New Features
- Sub-agent delegation for parallel independent tasks.
- CLI progress UI with detailed activity tracking.
- Improved web fetching with caching and content extraction.
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