feat(FN-3037): add focus-visible styling to AgentLogViewer log action butto

Adds `focus-visible` styling to action buttons in the AgentLogViewer component, improving keyboard accessibility for interactive button elements.

Fusion-Task-Id: FN-3037
This commit is contained in:
Fusion
2026-04-30 19:16:41 -07:00
committed by gsxdsm
parent c553920b40
commit 135b0f0b16
13 changed files with 593 additions and 432 deletions

View File

@@ -138,6 +138,16 @@ Memory view provides a multi-file editor for project and daily memory files.
Inspect task definition, logs, comments, documents, workflow outcomes, model overrides, and task routing from a single modal.
### Logs → Agent Log view
The **Logs** tab includes an **Agent Log** subview designed for debugging long-running and tool-heavy sessions:
- Full `thinking`, `tool_result`, and `tool_error` payloads are shown without entry-content truncation.
- Raw tool output is rendered as multiline blocks, preserving line breaks and indentation.
- The initial load fetches a recent page, then **Load More** progressively prepends older history.
- Live streaming appends new entries in chronological order while preserving your scroll position when loading older pages.
- The **Markdown / Plain** toggle lets you switch between formatted markdown and literal/raw text rendering.
The **Routing** tab shows:
- effective node
- routing source (task override vs project default vs local)