Claude Code can now detect when the model says it will check back later.
What's wrong with this entry?
Two case-insensitive patterns now look for deferral language: one for "I will / I'll / Will" followed by check back, re-check, poll, look again, retry, re-run or try again, and one for "Stopping here", "I've stopped here", "Parked the/this branch" or "Paused here". Both were empty no-op functions before, so this build is the first where they can match anything.
- The patterns are ungated where they are defined; what consumes a match is elsewhere in the build.
Stopping here|I've stopped here|Parked (?:the|this) branch|Paused here
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.229
Assistant messages built from streamed text now report a stop reason
Both mention output
-
v2.1.235
Eval results written inside a plugin warn that they may load as components
Both mention output
-
v2.1.238
Files changed during a turn are uploaded to the cloud session worker
Both mention output