refactor: replace action log sheet with dialog component and update related references

This commit is contained in:
Anish Sarkar 2026-05-18 01:34:41 +05:30
parent c580addc04
commit 5bcda6b83b
11 changed files with 168 additions and 91 deletions

View file

@ -10,7 +10,7 @@ import { useAgentActionsQuery } from "@/hooks/use-agent-actions-query";
* Resolve the ``AgentActionLog`` row for a given tool-call card. Tries
* three lookup strategies, in priority order, against the unified
* ``useAgentActionsQuery`` cache (the same react-query cache the
* agent-actions sheet consumes keeps the card and the sheet in
* agent-actions dialog consumes keeps the card and the dialog in
* lockstep across reload, navigation, live stream, post-stream
* reversibility flips, and explicit revert clicks).
*