What's wrong with this entry?
Agents can now specify an isolation field to run in an isolated worktree.
Agents can be configured with isolation: "worktree" to run in a temporary git worktree or hook-based worktree for isolated work.
- Creates an isolated copy of the repository for the agent to work on
- Supports both Git worktrees and custom hook-based worktrees
- Useful for agents that need to make changes without affecting the main working directory
Isolation parsing in agent frontmatter (search for "isolation", "Isolation mode")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.