config-sample.md +14 −0
407# use_memories = true407# use_memories = true
408# disable_on_external_context = false # legacy alias: no_memories_if_mcp_or_web_search408# disable_on_external_context = false # legacy alias: no_memories_if_mcp_or_web_search
409 409
410################################################################################
411# Lifecycle hooks can be configured here inline or in a sibling hooks.json.
412################################################################################
413
414# [hooks]
415# [[hooks.PreToolUse]]
416# matcher = "^Bash$"
417#
418# [[hooks.PreToolUse.hooks]]
419# type = "command"
420# command = 'python3 "/absolute/path/to/pre_tool_use_policy.py"'
421# timeout = 30
422# statusMessage = "Checking Bash command"
423
410################################################################################424################################################################################
411# Define MCP servers under this table. Leave empty to disable.425# Define MCP servers under this table. Leave empty to disable.
412################################################################################426################################################################################