Vibe Coding
Tip: --worktree startup now checks out in parallel on git 2.32 and later
2.1.265 improves Claude Code's --worktree startup on large repositories by parallelising the checkout, gated on git 2.32+. If you spawn a worktree per agent on a big monorepo and wrote your own pre-created worktree pool to dodge the startup cost, re-time it against the built-in flag before keeping the workaround. The same release also fixes Claude Code's own git status and diff probes running clean filters configured by a nested repository inside the working tree.
↳ Follow the thread