feat(delegate): support per-task model and reasoning_effort in delegate_task - #52693
feat(delegate): support per-task model and reasoning_effort in delegate_task#52693neaucode-bot wants to merge 1 commit into
Conversation
…te_task delegate_task now accepts top-level and per-task `model` and `reasoning_effort`. Per-task values resolve in order: per-task -> delegation.reasoning_effort config -> parent inheritance. _dispatch_delegate_task forwards both so they reach _build_child_agent, and DELEGATE_TASK_SCHEMA exposes the new fields on both the top-level and per-task shapes. Covers schema, dispatch, and child-build paths with tests. Co-authored-by: neaucode <3423750+neaucode@users.noreply.github.com>
Duplicate of #50465 — both add per-task |
|
Thanks for the focused implementation and tests. This automated hermes-sweeper review is closing this under the standing
If a different delegation behavior is needed, please re-scope it around the existing Closed as not-planned per standing maintainer policy ( |
delegate_task now accepts top-level and per-task
modelandreasoning_effort. Per-task values resolve in order: per-task ->delegation.reasoning_effortconfig -> parent inheritance._dispatch_delegate_taskforwards both so they reach_build_child_agent, andDELEGATE_TASK_SCHEMAexposes the new fields on both the top-level and per-task shapes.Covers schema, dispatch, and child-build paths with tests.
Made with Cursor