docs(ai-transport): remove channel-rule banner from Vercel AI SDK framework pages#3476
Merged
owenpearson merged 1 commit intoJul 22, 2026
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 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 |
…mework pages The framework pages explain how AI Transport composes with each technology; they are not setup guides. The 'Message annotations, updates, deletes, and appends' channel-rule note read as an out-of-context config reminder there. Remove it from the Vercel AI SDK Core and UI framework pages. The requirement stays documented where it is actionable: the Getting Started guide (which the 'Ready to build?' link points to) and the channel-rules page.
rainbowFi
force-pushed
the
AIT-1165-remove-mutable-messages-framework-banner
branch
from
July 22, 2026 09:48
c57d665 to
7259a5d
Compare
owenpearson
approved these changes
Jul 22, 2026
owenpearson
deleted the
AIT-1165-remove-mutable-messages-framework-banner
branch
July 22, 2026 10:20
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.
What
Removes the channel-rule setup banner (the
<Aside data-type='important'>— "Message annotations, updates, deletes, and appends… or streaming fails with error93002") from the two AI Transport framework pages:frameworks/vercel-ai-sdk-core.mdxframeworks/vercel-ai-sdk-ui.mdxWhy
The framework pages explain how AI Transport composes with a given technology — they answer "what is this and how does it fit my stack", not "how do I set it up". A namespace channel-rule reminder at the top of those pages is out of context: it interrupts the conceptual explanation with a one-off configuration detail that only matters once you're actually building.
The requirement isn't lost — it stays where it's actionable: the Get started with Vercel AI SDK guide and the dedicated channel rules page. Both framework pages already carry a "Ready to build? See Get started with Vercel AI SDK" link immediately above the removed banner, so a reader who needs the setup step is routed straight to it. This is a pure removal, not a relocation.
Resolves AIT-1165.
Scope
Only these two framework pages carried the banner. The same note on the Getting Started, channel-rules, troubleshooting, and API error pages is deliberately left untouched — there it sits beside the instructions it describes.