docs(plugin-dev): document MessageDisplay streaming semantics - #83374
Open
iCodeCraft wants to merge 1 commit into
Open
docs(plugin-dev): document MessageDisplay streaming semantics#83374iCodeCraft wants to merge 1 commit into
iCodeCraft wants to merge 1 commit into
Conversation
This was referenced Aug 2, 2026
Gitanuj993
approved these changes
Aug 3, 2026
This was referenced Aug 3, 2026
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
The bundled Hook Development skill currently omits
MessageDisplayfrom its trigger description, event guidance, and quick-reference table, even though it is a supported hook event.This PR documents
MessageDisplayin the bundled plugin-development guidance:message_id,index,final, anddeltaReal-world motivation
This guidance was validated while building an opt-in
MessageDisplayplugin that preserves Markdown-sensitive LaTeX escapes in terminal output:The plugin uses
MessageDisplayas intended: it is display-only, preserves the transcript and model context, and maintains state per streamed message.It is a workaround for LaTeX source corruption, not a replacement for native math rendering. Native rendering remains a separate feature request: #44479
Testing
git diff --checkThis is a documentation-only change that aligns the bundled skill with the existing MessageDisplay hook reference.