Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 00:54
· 48 commits to main since this release

v0.4.0

Sub agents grow up in this release: create your own, watch them work live in the CLI, and manage every prompt from a cleaner settings page.

New

  • Custom sub agents: create your own agents for the task tool to spawn — each with a name, a summary the model uses to pick it, its own system prompt, and an optional read-only toolset.
  • /sub-agents command (CLI): browse built-in and custom sub agents, create new ones, edit any agent's prompt, and delete custom ones.
  • Sub agent transcript viewer (CLI): press ↑ to browse the sub agent panel and Enter to open a full-screen live transcript of that run — the same view the VS Code modal offers.

Improved

  • Settings › Agents & Prompts (VS Code): system prompts and sub agents now live on separate tabs, as a flat catalog with custom/edited badges and expandable rows instead of stacked sections.
  • Long transcripts only render the newest 200 messages until you ask for earlier ones, keeping big sessions fast while streaming.

Fixed

  • Auto-scroll no longer dies mid-response (VS Code): the transcript now follows a streaming reply token-by-token, and only stops when you deliberately scroll up.
  • The "Saved." confirmation in prompt settings no longer crowds the buttons around it.