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

Remote tool calls now survive session restarts with explicit status messaging

Tool calls sent to remote hosts are tracked so a session restart can adopt them and explain whether the command actually ran.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaRemote Toolswhat it touches
KindImprovementsin v2.1.259,
You'll notice

Tool calls sent to remote hosts are tracked so a session restart can adopt them and explain whether the command actually ran.

A new tracking class records tool calls dispatched to remote hosts in in_flight_served_calls. On restart, it tries to adopt these in-flight calls and generates detailed status messages depending on whether the command definitely ran, was still pending approval, or its fate is unknown, including messaging that the session restarted while a command was under way.

See this entry in the whole of v2.1.259 →

Feedback