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>
439 B
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).