feat: display tool calls and reasoning in channel output (#302)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user