Start Debugging

Tag: claude-code

73 posts · Page 1 of 8

How to Run a Background Coding Agent That Auto-Commits and Opens a Draft PR When It Finishes
Two ways to make a coding agent land its own work: Claude Code 2.1.198+ background sessions commit, push, and open a draft PR from their worktree with no config, or wrap any agent CLI in a git worktree plus gh pr create --draft. Covers the worktree guardrails, the subagent-vs-session distinction, the GITHUB_TOKEN trigger trap, and why there is still no off switch.
Next