fix(config): change no_tools_mode default to false for pi_embedded

The previous default of true was overly restrictive. false is the correct
default — tool-like prompts fall through to native handling only when
explicitly enabled.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-02-26 11:52:43 -08:00
parent a00451a690
commit d07e05d4cc
4 changed files with 473 additions and 3 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ models:
# pi_embedded:
# enabled: false
# # timeout_ms: 120000
# # no_tools_mode: true # keep Pi path text-only in canary; force native for tool-like prompts
# # no_tools_mode: false # when true, force native for tool-like prompts (default: false)
# # model: openclaw-default # optional model/session selector passed to Pi runtime
# # system_prompt_mode: hybrid # flynn | pi_default | hybrid
# # module: "@mariozechner/pi-agent-core" # optional module override