fix(FUX-039): add release changeset for runtime-fallback viewport hardening#1966
Merged
Conversation
Contributor
|
No reviewable files after applying ignore patterns. |
Contributor
📝 WalkthroughWalkthroughThis PR adds a single changeset file documenting a patch release for ChangesChangeset Documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…dening Main landed the FUX-039 runtime-fallback agent-card hardening (0039480) without a changeset, but it affects published @runfusion/fusion. This adds the missing patch changeset so the fix appears in release notes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
003948033("harden runtime-fallback agent-card viewport gating") landed onmainwithout a changeset, but it affects published@runfusion/fusion. This PR adds the missing patch changeset so the fix shows up in release notes.Context
Supersedes the now-closed #1963, whose code was fully redundant with
main— all four FUX-039 findings plus every Greptile/CodeRabbit review comment already shipped via003948033and the preceding FUX-039 commits. The only remaining gap was this release-notes entry.What the changeset documents
fixAgentsViewcaches one stable ref callback per viewport key (avoids an infinite re-render loop whenIntersectionObserveris unavailable) and evicts it on unmount; the test-only toast-dedupe reset is guarded to a no-op in production builds.Status
.changeset/. No production code changes.d8ce3f408.fn-7692's over-length summary to unblock the gate, butmainsince fixed that itself in5815cd170, so this branch was rebased to drop the now-redundant commit. The diff is now purely the FUX-039 changeset.🤖 Generated with an autonomous coding agent