From d8ce3f408825102061a6d166949a64e9c838d3ab Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Wed, 8 Jul 2026 15:34:18 -0700 Subject: [PATCH] fix(FUX-039): add release changeset for runtime-fallback viewport hardening Main landed the FUX-039 runtime-fallback agent-card hardening (003948033) without a changeset, but it affects published @runfusion/fusion. This adds the missing patch changeset so the fix appears in release notes. --- .changeset/fux-039-runtime-fallback-review-polish.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/fux-039-runtime-fallback-review-polish.md diff --git a/.changeset/fux-039-runtime-fallback-review-polish.md b/.changeset/fux-039-runtime-fallback-review-polish.md new file mode 100644 index 000000000..17c748ff4 --- /dev/null +++ b/.changeset/fux-039-runtime-fallback-review-polish.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Prevent redundant polling and a re-render loop in agent-card runtime-fallback badges. +category: fix +dev: AgentsView now caches one stable ref callback per viewport key (avoids an infinite re-render loop when IntersectionObserver is unavailable) and evicts it on unmount; the test-only toast-dedupe reset is guarded to a no-op in production builds.