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

code-review

5 articles
Back to all tags
Related:
claude-code4automation3husky1lint-staged1pre-commit1ci-cd1release1deployment1github-actions1cicd1api1devops1
Claude Code/2026-05-07Intermediate

Pre-commit AI Review with Claude Code, husky, and lint-staged — Reviewing Only Staged Files

A pragmatic guide to running a lightweight Claude Code review on only the files you've staged for commit. Using husky and lint-staged, this setup minimizes both cost and latency for solo developers.

Claude Code/2026-05-01Advanced

Designing a Release Gate Claude Code Can Run — Pre-Deploy Verification You Can Actually Read

A green CI does not mean a safe release. Walk through a seven-checkpoint release gate that asks Claude Code to write a readable, narrative report — with concrete scripts and the operational lessons behind them.

API & SDK/2026-04-04Advanced

Claude API × GitHub Actions: Production CI/CD Pipelines for Automated Code Review, Test Generation, and Documentation

Add AI code review, test generation, and PR summaries to GitHub Actions with Claude API. Covers cost control, security, and rate limit strategies.

Claude Code/2026-03-26Advanced

Fully Automated Code Review with Claude Code—Implementing Harness Engineering Patterns

Master harness engineering (coined by HashiCorp founder) for AI-driven code review. Learn Claude Code implementation patterns and solutions for over-suggestion and review oscillation.

Claude Code/2026-03-12Intermediate

Claude Code Launches Code Review — AI Agent Team Automatically Hunts Bugs on Every PR

Anthropic adds Code Review to Claude Code. Every time a PR is opened, a team of AI agents searches for bugs in parallel, verifies findings, and ranks them by severity. Here's how to read the accuracy data and adapt the idea for solo and small-team work.