Patch Changes
-
#8090
2de8c2f- fix: preserve unrelated bindings when migrating client accessors (@Kinfe123) -
#7800
412bdb7- fix: keep forced child exits active until the process closes (@Kinfe123) -
#7761
687895a- feat:assistant-ui agentnow opens Claude Code with the maintained skills fromassistant-ui/skills, fetched at a pinned commit into the user cache, instead of a plugin bundled in the package. the bundled copy had drifted from the AI SDK it teaches (#7486) and is removed from the package. (@okisdev) -
#7492
de54fb0- fix: make the assistant-ui agent skill scaffold a working AI SDK 7 chat route, matching the files the ai-sdk-quick-start registry preset installs (@rupic-app) -
#7919
76e0656- fix(cli): make the create project-name default reachable (@Kinfe123) -
#7744
57f96f9- fix: stop the assistant-ui agent skill from listing@assistant-ui/ui, which is private, and@assistant-ui/styles, which is deprecated (@okisdev) -
#7922
609bf8d- fix(cli): stop upgrade from silently skipping installs on non-interactive stdin (@Kinfe123)assistant-ui upgradereached its dependency prompts, printed them, and then stopped without installing — exiting 0 and never printingUpgrade complete!— whenever stdin was not interactive (CI, an agent harness,< /dev/null). Every prompt now settles.Note the resulting non-interactive behaviour: at EOF (or Ctrl+D) a prompt takes its own default, so
upgradeinstalls the packages its codemods just rewrote imports onto, rather than leaving the project referencing packages it never installed. Cancelling a prompt with Ctrl+C declines instead, so nothing is installed. Piping a single answer (echo n | assistant-ui upgrade) still works and is still honoured, including without a trailing newline. -
#8109
9c2a9ec- fix: fail codemod commands when jscodeshift reports transformation errors (@Kinfe123) -
#8108
e859b3a- fix: process explicit source files passed to the codemod command (@Kinfe123) -
#8089
6d8011d- fix: skip dependency installation during dry upgrades (@Kinfe123) -
#8090
2de8c2f- fix: preserve unrelated imports and references during the hook migration (@Kinfe123) -
#7714
359f73c- fix: prevent timed-out template downloads from writing into the project (@Kinfe123)