Blog

Notes on the agentic coding harnesses — what shipped, what changed, and what you can do with it.

Claude Code /fork now spawns a background sessionClaude Code 2.1.212 changes /fork to copy the conversation into an independent background session. The forked-subagent behavior it used to have moved to a new /subtask command. Claude Code adds circuit breakers for runaway agentsClaude Code 2.1.212 caps web searches and subagent spawns at 200 per session, both tunable by environment variable, and moves MCP tool calls to the background after two minutes. Codex moved into the ChatGPT desktop appOn July 9 the Codex app merged into the ChatGPT desktop app for macOS and Windows, and the GPT-5.6 model family — Sol, Terra, and Luna — became the recommended lineup across Codex CLI and the IDE extension. Cursor CLI adds model slash shortcutsThe July 6 Cursor CLI release lets you switch models by typing shortcuts like /opus or /composer, defaults new installs to Auto routing, and gives /fast a quick toggle. Claude Code moved MCP auth to a subcommandWeek 26 adds claude mcp login and claude mcp logout, so you can authenticate a configured MCP server from the shell instead of the interactive /mcp menu. Codex CLI can web-search from inside code modeCodex CLI 0.139 lets code mode run standalone web searches and get plaintext results mid-task, and 0.138 hands a live CLI thread off to Codex Desktop with /app. Every harness put the agent on your phoneCursor, Claude Code, and Codex all shipped ways to launch, watch, or steer agents from a phone in 2026. The three take different bets on how much you do from mobile. Cursor 3.11 adds side chatsA side chat runs a parallel conversation with /side or /btw while the main agent keeps working, so a clarifying question no longer derails the run or its context.