From 6ec75912703a9c350c69f73580ba31b841338546 Mon Sep 17 00:00:00 2001 From: Fusion Date: Wed, 13 May 2026 23:51:33 -0700 Subject: [PATCH] docs(FN-4166): cross-reference persistAgentThinkingLog in agents.md Fusion-Task-Id: FN-4166 Fusion-Task-Lineage: 8c491fd0-2390-4501-9b80-8c45c9ebf6b5 --- docs/agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agents.md b/docs/agents.md index 7b2ac6427..dc723c5eb 100644 --- a/docs/agents.md +++ b/docs/agents.md @@ -1273,7 +1273,7 @@ Heartbeat events are also appended to `.fusion/agents/{agentId}-heartbeats.jsonl ### Thinking/Reasoning Log Persistence -By default, `thinking`/reasoning agent log entries are discarded after each run. The `persistAgentThinkingLogPermanent` and `persistAgentThinkingLogEphemeral` project settings (both `boolean`, default `false`) control whether these entries are persisted for permanent and ephemeral agents respectively. A legacy `persistAgentThinkingLog` fallback is also supported. When disabled, only thinking rows are suppressed; normal assistant text and tool rows are unchanged. See the [settings reference](./settings-reference.md) for full configuration details. +`persistAgentThinkingLog` is a `boolean` setting with a default of `false` (legacy alias for the granular persistence keys). It controls whether `thinking`/reasoning agent-log rows are persisted across agent roles (executor, reviewer, merger, triage, and step-session). When disabled (the default), only `thinking` rows are suppressed; normal assistant text output and tool rows are unchanged. See the [settings reference](./settings-reference.md) for full configuration details. ### Stopping Runs