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

Desktop App

5 articles
Back to all tags
Related:
Claude API2Claude1setup1mobile1browser1beginner1workflow1Claude Code1parallel agents1update1AI coding1Claude Desktop1
Claude AI/2026-06-29Beginner

Three Ways to Start with Claude — Browser, Desktop, and Mobile, and How to Use Each

A clear walkthrough for getting started with Claude on the browser, desktop app, and iPhone/Android — plus how to combine all three so your day flows smoothly. Written from the perspective of a solo app developer who lives across all three.

Claude Code/2026-05-05Beginner

Claude Code Desktop Got a Major Overhaul: New UI for the Parallel Agents Era

Anthropic redesigned the Claude Code desktop app in April 2026 for the parallel agent era. Explore the new multi-session sidebar, drag-and-drop layout, integrated terminal, Side Chat, and Routines.

Claude AI/2026-05-04Beginner

Claude Desktop in 2026 — Projects, MCP, and Extended Thinking in Daily Use

Notes from using Claude Desktop daily as an indie developer — when Projects, MCP, extended thinking, and Computer Use actually pay off, and how the desktop app compares to the web version in 2026.

API & SDK/2026-04-25Advanced

Claude API × Tauri 2: Building a Production Desktop AI App With Rust — Streaming, Tool Use, and Signed Distribution

A complete guide to shipping a production-grade desktop AI app with Tauri 2 and the Claude API: keychain-backed key storage, an SSE streaming bridge in Rust, Tool Use, and macOS/Windows signed distribution — with code you can copy.

API & SDK/2026-04-09Advanced

Claude API × Electron: Production Desktop AI Apps — Secure Key Storage, Streaming, Auto-Updates, and Monetization

A complete guide to shipping production-ready Electron apps powered by Claude API. Covers secure API key storage with keytar, IPC architecture for streaming, offline resilience, electron-updater auto-updates, and monetization strategies from trial to paid.