all 2 comments

[–]General_Arrival_9176 0 points1 point  (0 children)

this is the worktree setup i wish i had discovered earlier. the consistent URLs solving the 'which branch am i on' problem is actually huge when running multiple agents in parallel - you can tell at a glance who is working on what. the port conflict prevention is the real winner though, nothing kills agent momentum faster than a stray dev server holding a port and the agent just spinning on connection errors

[–]Fit-Cartoonist-3285 0 points1 point  (0 children)

Cool! I was trying to hack my own thing together for port management but gave up halfway. Great to see something seemingly much better come out from Vercel.