Workflow-spawned agents resolve a model themselves before falling back to the main one.
What's wrong with this entry?
An agent started by a workflow used to always take the main loop's model when none was given. It now consults a model resolution step first and only falls back to the main loop model when that step says "inherit". An explicit model on the call still wins.
- What the resolution step reads, and so what makes it return something other than "inherit", is not visible in the shipped code.
N !== "inherit" ? N : F.options.mainLoopModel
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.239
Workflow tool gains run operations, with the auto-approval hook switched off
Both mention workflow
-
v2.1.239
Workflow tool has a second command shape built in but switched off
Both mention workflow
-
v2.1.239
Workflow "v2 run" handles are scaffolded but never created
Both mention workflow