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.274 ·

Slash-command / local-command output can be patched in place after the fact

Slash-command output can now be edited in place after it's already been produced

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

Slash-command output can now be edited in place after it's already been produced

What

A new internal function can update the output of an already-completed slash command or local command (such as its stdout or stderr text) with new content, and can also replace related context entries. This only happens if the current turn hasn't already moved on, such as by querying further, advancing to the next input, or finishing.

Why

This allows command output to be corrected or supplemented after the fact, as long as the turn is still in a state where that update can safely apply.

See this entry in the whole of v2.1.274 →