From e723ea6b7ef74863eefa559569d91d64ff2b8a18 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Tue, 25 Aug 2026 11:47:33 +0800 Subject: [PATCH] docs(config): mark failOnToolError deprecated --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 163725d5b..0cb779006 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2225,7 +2225,7 @@ By default, nanobot only allows one spawned subagent at a time. When the limit i } ``` -Tool execution errors are returned to the subagent model so it can retry or choose a different approach within the same run. Provider failures, cancellation, and the maximum tool-iteration limit still stop the run. +The deprecated `agents.defaults.failOnToolError` field is silently ignored when present in older configs. | Option | Default | Description | |--------|---------|-------------|