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>
This commit is contained in:
5
.changeset/agent-log-tool-output-toggle.md
Normal file
5
.changeset/agent-log-tool-output-toggle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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`).
|
||||
Reference in New Issue
Block a user