Vibe Coding
Pattern: The Git Worktree Is Becoming the Unit of Agent Review, Not the Diff
Kilo Code v7.5.6 added `/review worktree` covering committed and uncommitted changes plus a searchable cross-worktree @ picker; Claude Code 2.1.251 fixed background sessions being unable to edit files in a worktree they created with `git worktree add`; qwen-code v0.22.3 bound sessions to pull requests with merge-state snapshots and colored state icons. Three tools in one week treating a worktree or PR as the durable, addressable thing an agent works inside. The practical read is that parallel-agent setups should create the worktree first and name it, rather than letting agents share a checkout and reconcile diffs afterwards.
Source
↳ Follow the thread