Files
wehub-resource-sync e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:40:13 +08:00

10 KiB

@assistant-ui/next

0.0.10

Patch Changes

0.0.9

Patch Changes

  • Updated dependencies [d162f44]:
    • @assistant-ui/x-generative-compiler@0.0.7

0.0.8

Patch Changes

0.0.7

Patch Changes

  • #4390 bb38d08 - chore: update dependencies (@Yonom)

  • Updated dependencies [bb38d08]:

    • @assistant-ui/x-generative-compiler@0.0.5

0.0.6

Patch Changes

  • #4327 1437805 - fix: give each "use generative" module a distinct bundler-redirect identity so two toolkits in one app no longer collide under next dev (@AVGVSTVS96)

0.0.5

Patch Changes

0.0.4

Patch Changes

  • #4178 70de5eb - fix: resolve type-check errors — @assistant-ui/next now extends the Node tsconfig so node:path resolves, and drop an unused import in react-langgraph (@Yonom)

  • #4199 d9b3119 - feat: the "use generative" compiler now understands generative-UI libraries. It splits every defineGenerativeComponents({ ... }) call (dropping each component's render and its client-only imports from the server build, keeping properties on both), unwraps the marker like defineToolkit, and processes multiple defineToolkit/defineGenerativeComponents calls anywhere in the module. A toolkit entry that is a method call on a new JSONGenerativeUI(...) instance (e.g. generative.present()) now passes through untouched — the library routes its halves via export conditions — while any other non-inline tool is still rejected. (@Yonom)

  • #4200 4853543 - fix(next): bust the "use generative" loader cache when the compiler changes. withAui now folds a token derived from @assistant-ui/x-generative-compiler's version and dist mtime into the loader options, which Turbopack and webpack include in their transform cache key. Previously a change to the compiler (a published upgrade, or an in-place rebuild in a monorepo) could leave stale compiled "use generative" modules cached until .next was cleared. (@Yonom)

  • Updated dependencies [d9b3119, 58f80e0, 78ff336, 5fe118d, dcd5897, 69540af, ae54c55]:

    • @assistant-ui/x-generative-compiler@0.0.3

0.0.3

Patch Changes

  • #4176 27ae936 - feat: add @assistant-ui/next — the withAui() Next.js config wrapper and the compiler for the "use generative" directive that colocates a tool's schema, server-only execute, and client-only render in one file (@Yonom)

  • #4176 27ae936 - feat: extract the framework-agnostic "use generative" compiler into the internal @assistant-ui/x-generative-compiler package. @assistant-ui/next now consumes the shared compiler instead of bundling its own copy, so other build integrations can reuse it. (@Yonom)

  • #4176 27ae936 - feat: move the defineToolkit and hitl use-generative markers from @assistant-ui/next into @assistant-ui/core/react, so they ship once from every distribution (@assistant-ui/react, @assistant-ui/react-native, @assistant-ui/react-ink) and stay portable across build targets. Import them from @assistant-ui/react instead of @assistant-ui/next; they remain no-op markers stripped at build time by a "use generative" compiler. (@Yonom)

  • Updated dependencies [27ae936]:

    • @assistant-ui/x-generative-compiler@0.0.2

0.0.2

Patch Changes