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

Automation

136 articles
Back to all tags
Related:
Claude Code53claude-code29Cowork14Claude API12MCP12reliability10cowork9headless8mcp7Indie Dev7workflow7CI/CD7
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.

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.

Claude Code/2026-04-02Intermediate

Claude Code's PowerShell Tool — A Native Windows Path That Bypasses WSL

Setup and practical use of the Claude Code PowerShell tool on Windows — when it actually beats WSL2, security hardening for corporate environments, and real automation patterns from daily use.

Claude Code/2026-04-02Intermediate

Claude Code Hooks: Building Automated Workflows in Practice

A systematic guide to Claude Code Hooks. Learn how to use PreToolUse, PostToolUse, Stop, and Notification hooks to automate code quality checks, logging, notifications, and more.

Claude Code/2026-04-01Advanced

Claude Code HTTP Hooks × GitHub Actions Integration Guide — Production Patterns for Automated Code Review, Testing, and Deployment

A deep dive into integrating Claude Code HTTP Hooks with GitHub Actions to build production-grade pipelines for automated code review, quality checks, and deployment — with detailed code examples throughout.

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.

Claude Code/2026-03-28Advanced

Running Claude Code × Playwright E2E Tests in Production — Measured Numbers, Pitfalls, and Decision Criteria from 6 Sites

Implementation patterns for running E2E tests with Claude Code and Playwright in production, plus measured numbers from operating six sites in parallel: flaky-test rate 15.3% to 0.42%, Page Object generation 4 hours to 18 minutes. Includes the Cloudflare Workers and Pages preview deployment pitfalls, and a decision framework that indie developers can use to judge whether E2E tests are worth the investment.

Claude AI/2026-03-27Advanced

Claude Computer Use on macOS: Complete Implementation Guide

Master Claude's Computer Use feature on macOS. Learn the internal architecture, API implementation patterns, practical automation use cases, and critical security considerations for production deployments.

Cowork/2026-03-27Advanced

Cowork Skills × Scheduling: Advanced Automation Patterns and Techniques

Master Cowork's skill and scheduling capabilities. Learn 5 real-world automation patterns: sales reports, daily standups, KPI monitoring, meeting notes, and smart customer follow-ups.

Cowork/2026-03-27Beginner

Automate Cross-App Workflows with Cowork — HubSpot, Slack, Google Drive Integration Guide

Non-technical guide to using Claude Cowork for cross-app business automation. Connect HubSpot, Slack, Google Drive, and automate sales reports, follow-ups, and data consolidation.

Claude AI/2026-03-26Advanced

Claude AI Technical Writing Guide — Advanced Techniques for Auto-Generating API Specs, Design Docs, and Operations Manuals

Learn advanced techniques for using Claude AI to auto-generate high-quality API specifications, system design documents, and operations manuals. Covers prompt design patterns, template-driven generation, and AI-powered review workflows.

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.