Skip to content

v0.13.3

Choose a tag to compare

@hueyexe hueyexe released this 05 May 06:39
· 61 commits to main since this release

Skip worktree for read-only agents

Read-only agents (explore, plan) no longer create git worktrees on spawn. They can't write files, so isolation was unnecessary overhead.

  • Worktree creation automatically skipped for explore/plan agent types
  • Lead system prompt updated with guidance on worktree: false for custom read-only agents
  • Stress test coverage for read-only agent full lifecycle

Also in this release

  • Auto-assign workflow for issues
  • Fixed flaky timing margins in rate-limit tests

Full Changelog: v0.13.2...v0.13.3