mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-08-10 14:58:46 +00:00
* fix(frontend): refresh active artifact content * fix(frontend): remove 1Hz polling, keep only final refetch after run Address review feedback: the 1Hz refetchInterval could poll indefinitely when a write tool call is left unresolved (abort, error, or missing ToolMessage). Removing the polling entirely eliminates this risk while still satisfying the core requirement: artifact content is refreshed once when the run settles, so edits are visible without a manual reload. - Remove refetchInterval / hasActiveWrite logic from hooks.ts - Delete refresh.ts (hasActiveWriteForArtifact helper) - Delete refresh.test.ts * docs: align README and AGENTS.md with settle-time refetch behavior