ANTHROPIC ROLLS OUT CLAUDE CODE PROJECTS WITH PARALLEL THREADS AND SHARED MEMORY; QUICK HOTFIX AFTER PROXY-BREAKING REGRESSION
Anthropic rebuilt Claude Code Projects as an always-on coordinator that runs parallel threads with shared memory, and shipped a hotfix after a proxy-breaking re...
Anthropic rebuilt Claude Code Projects as an always-on coordinator that runs parallel threads with shared memory, and shipped a hotfix after a proxy-breaking release.
Projects now run from a single conversation that can split work into parallel Claude Code cloud sessions while keeping shared context over time; see the official docs for how it works and rollout details in public beta on Pro/Max plans (Docs, The Verge, VentureBeat).
Availability is limited at first to cloud sessions, with Anthropic confirming background threads continue after you close your laptop and broader access coming soon (Docs, X post).
A 2.1.275 regression broke proxied gateways with a 400 advisor_20260301 error and was fixed hours later in 2.1.276; 2.1.275 also added useful quality-of-life updates and security fixes (2.1.276, 2.1.275).
Parallel, memoryful threads can move multi-ticket backend work forward without constant re-prompting.
Hotfix cadence and QOL changes suggest Claude Code is maturing for enterprise workflows and governance.
-
terminal
Spin up a Project to refactor a service or backfill a pipeline; validate that background threads keep state and complete tasks after session close.
-
terminal
If you route via a proxy/gateway, upgrade to 2.1.276 and confirm requests no longer 400; verify skills/plugins sync behavior and disable if noncompliant.
Legacy codebase integration strategies...
- 01.
Start Projects in read-only or doc-first mode; gate write access to repos and prod via CI policies and scoped tokens.
- 02.
Audit logs for plugin/marketplace operations and validate that secrets are not exposed after the 2.1.275 logging fixes.
Fresh architecture paradigms...
- 01.
Design tasks as independent threads with clean artifacts and clear acceptance criteria; let the coordinator merge outputs.
- 02.
Bake Projects into a trunk-based flow: threads produce PRs, CI runs Claude Code Action, and reviewers gate merges.
Get daily ANTHROPIC + SDLC updates.
- Practical tactics you can ship tomorrow
- Tooling, workflows, and architecture notes
- One short email each weekday