fix(tool-subagent): default maxDepth to 3
This commit is contained in:
@@ -1180,7 +1180,7 @@ export interface Config {
|
||||
deny?: string[]
|
||||
}
|
||||
/**
|
||||
* Maximum child depth: a non-negative safe integer (default `1`; `0` forbids
|
||||
* Maximum child depth: a non-negative safe integer (default `3`; `0` forbids
|
||||
* delegation entirely), or `'provider-managed'` to send no cap. A numeric cap
|
||||
* requires the provider's `depthLimit` capability (mount fails loud
|
||||
* otherwise), and a child AT the cap additionally loses this tool from its
|
||||
|
||||
Reference in New Issue
Block a user