Files
fusion/.changeset/agent-log-tool-output-toggle.md
gsxdsm bb32765438 feat(dashboard): add tool-output toggle to agent log viewer with persisted markdown/tools prefs
Adds a "Tools: On/Off" toggle next to the existing markdown toggle in
AgentLogViewer (used by both agent logs and task agent logs). When tool
output is off, tool/tool_result/tool_error entries are filtered before
grouping so only agent text and thinking render. Both toggles persist
globally across sessions via localStorage (fn-agent-log-markdown,
fn-agent-log-tool-output).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 22:18:35 -07:00

439 B

@fusion/dashboard
@fusion/dashboard
minor

Add a "Tools: On/Off" toggle next to the existing "Markdown/Plain" toggle in the agent log viewer (used by both agent logs and task agent logs). When tool output is off, entries of type tool / tool_result / tool_error are hidden — only agent text and thinking are shown. Both toggles now persist globally across sessions via localStorage (fn-agent-log-markdown, fn-agent-log-tool-output).