v2026.6.3

coderamp-labs/gitrulesv2026.6.3Jun 3, 2026by virattt

AI Summary

Introduces advanced subagent delegation capabilities for parallel task execution and enhances the CLI with detailed progress tracking and improved web fetching.

Key Highlights

  • Added `spawn_subagent` for parallel task execution
  • CLI subagent progress UI with status and tool-use counts
  • Improved `web_fetch` with HTML-to-markdown conversion
  • Parallel execution of independent tasks in one turn

New Features

  • Subagent delegation to isolated workers
  • CLI progress tracking UI
  • Enhanced web fetching with caching and Readability

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