update

Installation
Summary

Automated version detection and migration for assistant-ui and AI SDK with breaking-change guidance.

  • Detects current installed versions against npm ground truth and identifies which migrations are needed
  • Routes updates through AI SDK v6 migration first (if required), then assistant-ui version-specific migrations, with clear dependency ordering
  • Includes reference guides for AI SDK v4/v5 to v6 transitions, assistant-ui version jumps, and a breaking-changes quick reference table
  • Provides shell commands for package updates and verification steps (type checking, build validation)
SKILL.md

assistant-ui Update

Always verifies against npm ground truth and GitHub commits.

References

Phase 1: Detect Versions

Get Ground Truth

# Installed versions
npm ls @assistant-ui/react @assistant-ui/react-ai-sdk ai @ai-sdk/react 2>/dev/null
Related skills
Installs
1.3K
GitHub Stars
15
First Seen
Jan 22, 2026