CLAUDE LABJP
FORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as OctoberFORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as October
TAG

git

20 articles
Back to all tags
Related:
claude-code10troubleshooting9Claude Code8automation6push3workflow3reliability2Cowork2scheduled-tasks2error2fix2sandbox2
Claude Code/2026-04-26Intermediate

Sharing Claude Code's .claude/ directory across a team — what to commit and what to keep personal

When you start sharing Claude Code's .claude/ directory across a team, which files belong in Git and which stay local? Here are the boundaries I've drawn after running it on four projects, plus a working .gitignore template.

Claude Code/2026-04-25Intermediate

When Claude Code Hits `index.lock` in VMs and CI: Three Workarounds That Actually Stick

When Claude Code freezes on `fatal: Unable to create '.git/index.lock'` inside a VM, container, or CI sandbox, here are three battle-tested workarounds — pick the one that matches the layer of failure you're actually hitting.

Claude Code/2026-04-22Intermediate

Auto-Generating Conventional Commits with Claude Code — Letting it Infer Type and Scope from the Diff

Are your commit messages starting to look like a wall of update and fix? Here's a small, stable setup that lets Claude Code read your staged diff and turn it into proper Conventional Commits.

Claude Code/2026-04-14Intermediate

Claude Code Stopped Mid-Task? A Practical Recovery Guide to Resume Work Safely

When Claude Code stops responding mid-task, the worst thing you can do is immediately retry. This guide walks you through a 5-step recovery process using git to confirm what was completed before resuming safely.

Claude Code/2026-04-02Intermediate

Parallel Development with Claude Code Worktrees

A practical look at running parallel tasks with Claude Code and Git worktrees. Learn how to isolate branches into separate directories so context switches stay cheap, with the rough edges I hit while actually running this day to day.

Claude Code/2026-03-30Intermediate

How to Auto-Resolve Git Conflicts with Claude Code — Merge and Rebase Strategies

Learn how to resolve Git merge conflicts efficiently using Claude Code. This guide covers 3-way merge fundamentals, rebase conflict handling, complex resolution patterns, and automation techniques with practical command examples.

Claude Code/2026-03-25Intermediate

Claude Code Worktree — Maximize Productivity with Parallel Development

Master parallel branch development with Claude Code's --worktree flag. Work on multiple features simultaneously without switching overhead.

Claude Code/2026-03-11Intermediate

Claude Code Worktree Guide — Safe Parallel Development Techniques

Learn how to use git worktree with Claude Code for safe parallel development. Work on multiple tasks simultaneously without branch switching.