feat: update skills to assistant-ui 0.14 and add 4 new skills#14
Merged
Conversation
…h reference sections four new skills plus new reference docs across the existing skills (runtime adapters/voice/concepts, primitives part-grouping/mentions, tools toolkits/mcp/generative-ui/registry, setup framework runtimes and registry/devtools, streaming resumable, cloud custom persistence and auth). registers the new skills in the marketplace, lists them in the readme, and pins the version to 0.0.2.
tool-call status is an object (status.type), submitResult becomes addResult, drop the unstable_ thread-list prefixes, ChatModelRunOptions.config becomes context, migrate the primitives components prop to children render functions, rewrite the langgraph and a2a runtime references, and refresh the update skill migration guide to 0.13 and 0.14.
…ze frontmatter rewrite every SKILL.md description as a trigger-style summary, drop the non-spec version field, wire references and the setup table to the new docs, and remove restating comments.
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
statusis now an object (status.type),addResultreplacessubmitResult, primitives use children render functions instead of thecomponentsprop, theunstable_thread-list prefixes are dropped, and the LangGraph and A2A runtime references are rewritten to the current API.copilots(instructions, context, makeAssistantVisible, interactables),markdown(MarkdownTextPrimitive, syntax highlighting, LaTeX, Mermaid, Streamdown),observability(Langfuse, LangSmith, Helicone, react-o11y), andreact-mcp(user-managed MCP server UIs).versionfield, add tables of contents to long references, and trim restating comments plus cross-file duplication.no test plan, documentation-only skills repo
notes
@assistant-ui/react0.14.13,@assistant-ui/react-ai-sdk1.3.31,assistant-stream0.3.19) and the live docs; all reference links resolve and the frontmatter validates against the agent skills spec.