Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.259 ·

Workflow journal writer now detaches permanently on a failed append instead of silently continuing

A failed workflow journal write now detaches the writer permanently instead of retrying every append.

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

A failed workflow journal write now detaches the writer permanently instead of retrying every append.

If a write to a workflow's journal fails, the journal writer now marks itself permanently detached for that run instead of logging a warning and retrying on each subsequent append. Later rows are kept in memory only rather than being repeatedly re-attempted against a failing journal.

See this entry in the whole of v2.1.259 →