Resumed forked agents now run on your session's current model instead of the one they started with.
What's wrong with this entry?
Resuming an agent that is a fork of the main thread now forces it to inherit the session's current model instead of reusing whatever model was recorded when it was first created. Its tool list and system-prompt override are recomputed the same way a fresh fork's are.
- Applies to all fork resumes; observer agents are unaffected. Not behind a flag.
r?.isObserver ? void 0 : M ? "inherit" : r?.model
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.235
Question options with identical text are no longer confused with each other
Both mention agent
-
v2.1.236
Teammate messages whose summary swallowed the body are split back apart
Both mention agent
-
v2.1.238
Claude is told to stay in a worktree even when it did not create one
Both mention agent