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

GitHub

8 articles
Back to all tags
Related:
claude-code3MCP3automation3Automation2Notion2Claude API2Slack2Cowork2troubleshooting1git1fine-grained-pat14031
Claude Code/2026-06-01Intermediate

Fixing 403 Write Access to Repository Not Granted When Pushing from Claude Code

When Claude Code automation pushes to GitHub and hits a 403 'Write access to repository not granted', the cause usually lies in how fine-grained PATs differ from classic ones. Here's how to diagnose repository access, Contents permissions, and org approval.

Claude Code/2026-05-28Intermediate

The Six-Step Order I Use Before Handing Claude Code to Non-Engineers — A Rollout Design for Tiny Teams

I took CyberAgent WINTICKET's six-session Claude Code training for business roles and compressed it into a rollout sequence that fits a solo indie developer or a tiny team. Covers Permission design, supply-chain defense with pnpm, Managed Settings, and shipping a first real PR.

Claude Code/2026-05-13Intermediate

I Rewrote My App's README With Claude Code — There Was Something to Fix Before Adding More Features

A practical walkthrough of using Claude Code to revamp neglected app README files. Covers the setup, prompts, and before/after results from a real indie development workflow.

Claude Code/2026-05-06Advanced

Build a Personal AI Automation Hub with Claude Code and MCP — Cross-Service Integration Guide

How to build a personal AI automation hub spanning GitHub, Notion, and Slack with Claude Code and MCP — covering cross-service context, error-handling code, production pitfalls, and a measured ~60% token reduction.

API & SDK/2026-05-05Intermediate

Stop Writing Weekly Reports Manually — Automate Them with Claude API, GitHub, Linear, and Slack

Automate your team's weekly Slack progress reports using Claude API. This guide walks through a Node.js system that pulls GitHub and Linear data, formats it with Claude API, and posts it to Slack automatically.

API & SDK/2026-04-17Advanced

Building a GitHub PR Review Bot with Claude API — From Webhook Signature Verification to Structured Reviews with Tool Use

Build a production PR review bot with Claude API and GitHub Webhooks. Enforce structured scoring, security scanning, and suggestions via Tool Use — with signature verification, debouncing, rate limits, and cost tracking drawn from real-world operation.

Cowork/2026-04-02Advanced

Cowork Multi-MCP Orchestration in Practice: A Complete Blueprint for Automating Figma, GitHub, and Stripe

Learn how to design and implement cross-service orchestration in Cowork connecting Figma, GitHub, and Stripe. A complete blueprint for indie developers to build production-ready automation systems from scratch.

Cowork/2026-03-31Advanced

Claude Cowork × MCP Server Integration Guide — Building a Cross-Service Automation Ecosystem with Slack, Notion & GitHub

Learn how to integrate MCP servers with Claude Cowork to build automated workflows spanning Slack, Notion, and GitHub. Covers connector setup, design patterns, and production best practices.