Claude Code Articles
30 articles across AI Catchup's news, guides, tutorials, and comparisons.
All Claude Code articles
Claude Code Remote Control Can Start Sessions From Your Phone
Claude Code's Remote Control update lets you start a session from the Claude mobile app, choose a directory on a connected machine, and continue working from a phone, tablet, or browser. The code and tools still run on the local machine, while the phone acts as a remote control surface.
Claude Code Desktop Adds Auto-Continue After Usage Limits
Claude Code now continues your session automatically when a claude.ai usage limit resets. Anthropic's changelog documents the behavior in version 2.1.234 as on by default, with an opt-out in /config named 'Continue automatically at usage limit'. It resumes work after a reset; it does not raise or remove the limit.
Codex Can Import Workflows From Other AI Agents
OpenAI now lets the ChatGPT desktop app and Codex CLI import supported setup and recent work from other agents. The desktop app can import from Claude Code, Claude Cowork, and Cursor, while Codex CLI supports Claude Code and Cursor, with automatic updates and import history available in the desktop app.
Claude Code Will Make Auto Mode the Default on August 14
Anthropic says Claude Code will make auto mode the default for new sessions on Pro, Max, and Team plans starting August 14, 2026. The mode routes tool calls through a safety classifier, keeps manual approval available, and no longer charges those plans for classifier overhead.
Claude Code Sessions Can Now Message Each Other
Claude Code now lets independent sessions discover and message one another. The feature supports local coordination on macOS and Linux, reply-only communication across machines or the web through Remote Control, and controls for holding, refusing, or approving incoming messages.
Claude Code artifacts can now call MCP connectors for live, viewer-specific data
Claude Code artifacts can call MCP connectors each time someone views them, so a published page shows current data rather than a session snapshot. Available on Pro, Max, Team, and Enterprise plans, requiring Claude Code v2.1.209 or later. Connector-backed artifacts cannot be shared to a public link on any plan.
Claude Code Desktop Adds an iOS Simulator Pane: Watch Claude Test Your App Live
Claude Code Desktop opens Apple's iOS Simulator in a pane beside your conversation when Claude builds or checks your app, taps through it, and reads the screen to verify its own changes. Public beta on macOS for Pro, Max, Team, and Enterprise plans; needs Claude Desktop v1.24012.0+ and Xcode 26.x, not Xcode 27.
Claude Code Ships Screen Reader Mode: Plain-Text TUI for VoiceOver and NVDA
Claude Code now has an opt-in screen reader mode that replaces boxes, spinners, and in-place redraws with labeled linear text that VoiceOver and NVDA read in order. Turn it on with the --ax-screen-reader flag, the CLAUDE_AX_SCREEN_READER env var, or the axScreenReader setting (v2.1.181+). Menus become numbered lists, a terminal bell signals when Claude needs you, and separate settings cover magnifiers, reduced motion, and colorblind themes.
Claude Code Artifacts Expand to Pro and Max Plans (Private by Default)
Anthropic's ClaudeDevs says Claude Code Artifacts are now available on Pro and Max plans. The Claude Code docs now list Pro/Max/Team/Enterprise as eligible, with Pro/Max artifacts remaining private to the individual user.
Claude Desktop for Linux Beta: Ubuntu and Debian, With Caveats
Anthropic shipped a beta of the Claude desktop app for Linux on Ubuntu 22.04+ and Debian 12+ (x86_64 or arm64). It gives the same Chat, Cowork, and Claude Code experience as macOS and Windows on all paid plans. Install via Anthropic's apt repo to get updates -- the app does not self-update, and a raw .deb install gets no updates. Computer Use and Dictation are not in the Linux beta yet, and only Debian-based distros are supported today.
Claude Sonnet 5 Launch: Anthropic's Most Agentic Sonnet, Now the Default Tier
Anthropic launched Claude Sonnet 5 on June 30, 2026, calling it its most agentic Sonnet yet -- it plans, drives browsers and terminals, and runs autonomously. It is the default for Free and Pro, available across all plans, in Claude Code, and on the API as claude-sonnet-5. Anthropic later made its $2 per million input and $10 per million output token pricing permanent.
Claude Code Adds Artifacts: Live, Shareable Pages for PR Walkthroughs and Dashboards
Anthropic introduced Artifacts in Claude Code, letting Team and Enterprise orgs turn an in-progress Claude Code session into a live web page that updates as the session progresses and can be shared privately within the organization.
Claude Design's `/design-sync` Makes Claude Design and Claude Code a Two-Way Workflow
Anthropic's `/design-sync` pulls your design system into Claude Design so everything Claude builds starts from your real components, and keeps work synced as you move between Claude Design and Claude Code. You can start in either surface, hand a finished design off to Claude Code, and continue from existing work instead of a screenshot.
Claude Code adds dynamic workflows (research preview) for large parallel agent runs
Dynamic workflows in Claude Code let Claude write orchestration scripts, fan out work across tens to hundreds of parallel subagents, verify results, and resume long-running jobs.
Claude Opus 4.8 Fast Mode: 2.5x Faster Output Tokens in Research Preview
Anthropic launched Fast mode for Claude Opus 4.8 in research preview, promising 2.5x faster output token speeds with the same Opus-level intelligence. It is available now in Claude Code for developers with extra usage enabled, and on the Claude Platform API through an account manager or a waitlist form.
Claude Code ships a security-guidance plugin for in-session vulnerability checks
Anthropic shipped an official security-guidance plugin for Claude Code. It runs automatic vulnerability checks while Claude edits files, at the end of each turn, and when Claude runs commits or pushes through its Bash tool.
Claude Agent SDK Gets a Monthly Credit on Paid Claude Plans Starting June 15, 2026
Anthropic is bundling a dedicated monthly credit for programmatic Claude usage into Pro, Max, Team, and Enterprise plans starting June 15, 2026. The credit covers Claude Agent SDK projects, `claude -p` non-interactive Claude Code, Claude Code GitHub Actions, and third-party apps built on the Agent SDK, with amounts ranging from $20 on Pro to $200 on Max 20x and seat-based Enterprise Premium.
Claude Code 2.1.142: `claude agents` Gains Session Flags, Fast Mode Defaults to Opus 4.7, MCP Tool Timeout Honored
Anthropic shipped Claude Code 2.1.142 on May 14, 2026. The release adds eight session-configuration flags to `claude agents` (`--add-dir`, `--settings`, `--mcp-config`, `--plugin-dir`, `--permission-mode`, `--model`, `--effort`, `--dangerously-skip-permissions`), flips fast mode's default model from Opus 4.6 to Opus 4.7, and fixes `MCP_TOOL_TIMEOUT` not raising the per-request fetch timeout for remote HTTP/SSE MCP servers -- a regression that capped tool calls at 60 seconds regardless of configuration.
Claude Code Weekly Limits +50%: Promo Extended Through August 31, 2026
Anthropic's +50% Claude Code weekly-limits promo is still live, and Anthropic has now extended it a third time: its support doc runs the window through August 31, 2026 at 11:59 PM PT, not August 19. It covers Pro, Max, and Team plans plus legacy seat-based Enterprise, across the CLI, IDE extensions, desktop, and web.
Claude Code 2.1.133: `worktree.baseRef` Default Returns to `origin/<default>`, MCP OAuth Proxy Honored Across the Whole Flow
Anthropic shipped Claude Code 2.1.133 on May 7, 2026. The headline is a worktree-base behavior change: a new `worktree.baseRef` setting (`fresh` | `head`) defaults to `fresh`, which moves `EnterWorktree`'s base back to `origin/<default>` after several months of branching from local `HEAD`. The release also routes `HTTP(S)_PROXY` / `NO_PROXY` / mTLS through the entire MCP OAuth flow (discovery, dynamic client registration, token exchange, refresh), exposes effort level to hooks via `$CLAUDE_EFFORT`, adds Linux sandbox path overrides, and fixes a refresh-token race that was 401-ing parallel sessions.
Anthropic's Claude Code Post-Mortem: Three Engineering Missteps Behind the Spring 2026 Quality Decline
Anthropic published a post-mortem on April 23, 2026 explaining the Claude Code quality regression that ran from early March through mid-April: a March 4 default-effort downgrade from high to medium, a March 26 caching change that wiped reasoning history every turn, and an April 16 verbosity prompt that capped responses at 25 words between tool calls. All three were resolved by April 20, the API was unaffected, and Anthropic reset usage limits for all subscribers.
Claude Code Subagent Patterns: 10 Reusable Agent Definitions
A Claude Code subagent is a delegated worker with its own context window, defined as a markdown file with YAML frontmatter in .claude/agents/. Subagents can edit files when you grant Edit or Write, nest three layers deep by default, and run 20 at a time. These 10 definitions cover the highest-value delegations.
Claude Opus 4.7 Best Practices: How to Actually Get the Most Out of the Upgrade
Claude Opus 4.7 follows instructions more literally than 4.6, runs longer agentic tasks more reliably, and ships a new xhigh effort level. The practical effect: prompts that worked before may now produce surprises, and the workflows that earn the upgrade are the ones built around detailed plans, deliberate effort selection, auto mode with /fewer-permission-prompts, and explicit verification steps. Boris Cherny's day-of-launch tips are the honest playbook; this guide breaks them down with the workflows readers can apply this week.
Codex CLI vs Claude Code vs Cursor: 2026 Architecture Deep-Dive (Sandboxing, Context, Plugins, Scheduling)
Codex CLI, Claude Code, and Cursor all reach for the same outcome -- an AI agent that ships code -- with three different architectures. Codex enforces safety at the OS kernel layer. Claude Code uses application-layer hooks for programmable governance. Cursor builds the agent into a visual IDE with a marketplace of plugins. The right one depends less on which model you prefer and more on which architecture matches your security posture, your composition needs, and your team shape.
Claude Opus 4.7 Is Here: State-of-the-Art Coding, xhigh Effort, and a New Cyber Safeguards Tier
Anthropic launched Claude Opus 4.7 on April 16, 2026 -- a notable improvement on Opus 4.6 in advanced software engineering, with the same pricing, a new xhigh effort level, /ultrareview in Claude Code, higher-resolution vision, and the first deployment of cyber safeguards from the Mythos Preview track.
Master Claude Code's 1M Context Window: Rewind, Compact, Clear, and Subagents
Claude Code's 1M token context window opens longer autonomous sessions but introduces 'context rot' -- degraded performance as the window fills. Master four turn-end tools: /rewind to drop bad branches, /compact to summarize and continue, /clear to start fresh with a distilled brief, and subagents to wall off noisy work in their own context.
Inside Claude Code's Rebuilt Desktop: Parallel Agents, Drag-Drop Panes, Side Chat
Anthropic rebuilt the Claude Code desktop app on April 14, 2026 around parallel agent workflows. The new app adds a multi-session sidebar, drag-and-drop pane layout, an in-app file editor, integrated terminal, side chat for asides, three view modes, and SSH support on macOS -- making the orchestrator role the default.
Claude Code Routines: Schedule, API, and GitHub-Trigger Your AI Agents
Claude Code Routines is Anthropic's new way to run saved Claude Code configurations automatically -- by schedule, API call, or GitHub event. Routines run on Anthropic's cloud infrastructure with a prompt, repo, and MCP connectors. Available in research preview on Pro, Max, Team, and Enterprise plans.
Scheduled AI Coding Agents in 2026: Claude Code Routines vs Cursor Automations vs Codex vs Warp vs Gemini CLI
Five major AI coding platforms schedule and trigger agents differently. Claude Code Routines and Cursor Automations both ship schedules, API calls, and native source-control events; Cursor's trigger set is by far the widest. OpenAI's product is now ChatGPT scheduled tasks and is still schedule-only. Warp orchestrates other vendors' agents. Gemini CLI ships no scheduler.
Cursor vs Claude Code in 2026: Which AI Coding Tool Is Better?
Neither tool is terminal-only or editor-only any more. Cursor ships a CLI and Claude Code ships a desktop app, an IDE extension, and a browser surface. Choose Cursor for inline tab autocomplete and cross-lab model choice; choose Claude Code for one agent that follows you across surfaces.