Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.260 ·

Background workflow session-restore cache stored with a fixed-shape schema

A background workflow session record schema now tracks process kind and identity fields.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSessionswhat it touches
KindInternal Changesin v2.1.260,
Under the hood

A background workflow session record schema now tracks process kind and identity fields.

An internal schema constant previously used for the AWS Bedrock SDK's job-request shape now instead describes background workflow session records, with fields pid, sessionId, cwd, startedAt, version, kind (interactive, bg, daemon, or daemon-worker), entrypoint, and pidDomain. This points to a persisted table tracking Claude Code process instances by kind.

See this entry in the whole of v2.1.260 →

Feedback