feat: display tool calls and reasoning in channel output (#302)

This commit is contained in:
Cameron
2026-02-23 09:15:43 -08:00
committed by GitHub
parent a06641b08d
commit 0544102fe3
5 changed files with 101 additions and 2 deletions

View File

@@ -74,6 +74,10 @@ features:
intervalMin: 30
# skipRecentUserMin: 5 # Skip auto-heartbeats for N minutes after user message (0 disables)
# memfs: true # Enable memory filesystem (git-backed context repository). Syncs memory blocks to local files.
# display:
# showToolCalls: false # Show tool invocations in chat (e.g. "Using tool: Read (file_path: ...)")
# showReasoning: false # Show agent reasoning/thinking in chat
# reasoningMaxChars: 0 # Truncate reasoning to N chars (0 = no limit, default)
# Attachment handling (defaults to 20MB if omitted)
# attachments: