← Back to all entries
2026-09-19 🧭 Daily News

Claude Code Projects Redesigned for Parallel Agents, Plus v2.1.274–276 Batch

Claude Code Projects Redesigned for Parallel Agents, Plus v2.1.274–276 Batch — visual for 2026-09-19

🧭 Claude Code Projects Redesigned: A Coordinator Now Directs Parallel Agent Threads with Shared Memory

Anthropic has shipped a complete redesign of Claude Code Projects, now available in beta for Pro and Max subscribers who use cloud sessions. The core change: a Project is no longer just a shared context folder — it is now a coordinator that can spawn and direct multiple parallel Claude Code cloud sessions (threads), each working on its own Git branch, while sharing a common memory store and file library. You describe the goal at a high level; Claude scopes the work, delegates to threads, monitors progress, resolves merge overlaps, and assembles the result.

How the new Projects model works

Example: retiring a deprecated API endpoint across three repos

Connect your API, web, and mobile repositories to a project. Set the goal: "Retire the v1 checkout endpoint." Claude creates one thread per repository to migrate callers, run test suites, and open pull requests. The coordinator identifies that the API repo PR must merge before the mobile PR can unblock, and surfaces that ordering in its progress summary.

Getting the most out of parallel Projects

Start with tasks that naturally decompose by repository, service, or test category — places where threads won't fight over the same file. Write a crisp project goal (one sentence with a measurable success condition) before you start: the coordinator uses it verbatim to scope and evaluate threads. If threads stall, check the coordinator's status summary rather than diving into individual sessions; it surfaces which thread is the bottleneck and why. The shared memory store is especially powerful for large refactors: seed it with your architecture decisions up front so every thread starts with the same constraints in context.

⭐⭐⭐ claude.com
Claude Code Projects parallel agents coordinator cloud sessions shared memory multi-agent async workflows beta Pro / Max

🧭 Claude Code v2.1.274–276: Critical-Memory Warning, Send-Now Key, and Claude.ai Skills Sync to Terminal

Three rapid-fire releases landed this week, each fixing a real developer pain point. The headline change from v2.1.274 (108 CLI changes) is a visible critical-memory warning that surfaces when the session is approaching its RAM limit — showing actionable steps to free memory or restart safely before Claude crashes mid-task. v2.1.275 added the most-requested terminal shortcut: a send-now key (ctrl+enter) that interrupts the current Claude turn and immediately delivers all queued messages. And both v2.1.275 and the same-day v2.1.276 hotfix addressed a regression in proxy and gateway base URL handling.

Highlights across all three releases

Migration note for proxy/gateway users

If you upgraded to v2.1.275 and started seeing 400 errors on every request with a custom ANTHROPIC_BASE_URL, update to v2.1.276 immediately — npm install -g @anthropic-ai/claude-code@latest. The bug was introduced in v2.1.275 and fully resolved in the same-day hotfix. If you are running Claude Code in a pinned enterprise environment and cannot update, the workaround is to temporarily unset ANTHROPIC_BASE_URL and route requests directly to Anthropic's API.

Claude Code v2.1.274 Claude Code v2.1.275 Claude Code v2.1.276 memory warning send-now key ctrl+enter AGENTS.md skills sync MCP startup proxy fix LLM gateway
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research