TaskOutput ignores the old wait_up_to setting and just uses the 30 second default timeout.
What's wrong with this entry?
The TaskOutput input normalizer dropped its conversion of the old wait_up_to seconds value into a timeout.
- task_id still falls back to agentId or bash_id.
- Timeout is now
n.timeout ?? 30000, so a call passing only wait_up_to gets the 30 second default.
block: n.block ?? !0,
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.