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

9.3 KiB

@assistant-ui/react-o11y

0.0.25

Patch Changes

0.0.24

Patch Changes

  • Updated dependencies [8d3b0e8]:
    • @assistant-ui/tap@0.9.2
    • @assistant-ui/store@0.2.18

0.0.23

Patch Changes

0.0.22

Patch Changes

  • #4385 ae59baf - feat: precompile packages with React Compiler (@Yonom)

    • aui-build runs React Compiler over packages that depend on tap and remaps react/compiler-runtime to the tap shim subpath, so compiled hooks and components work both in React components and inside tap resource renders
    • @assistant-ui/tap/react-shim exports useMemoCache (tap inside a resource render, React.__COMPILER_RUNTIME.c otherwise, with a React 18 polyfill); new @assistant-ui/tap/react-shim/compiler-runtime subpath mirrors react/compiler-runtime's c export
    • tap implements useSyncExternalStore and a no-op useDebugValue; useSubscribable now builds on useSyncExternalStore so its store reads stay visible to the compiler
    • AssistantProviderBase opts out via "use no memo" because the runtime receives options through an effect inside a re-rendered child element
  • Updated dependencies [ae59baf, 9f13fdb]:

    • @assistant-ui/tap@0.8.1
    • @assistant-ui/store@0.2.17

0.0.21

Patch Changes

0.0.20

Patch Changes

  • #4318 1b6a0d6 - refactor: adopt the extracted-hook convention for resources (@Yonom)

    A resource body is a hook, so resources are now authored as a use-prefixed hook wrapped with resource():

    const useCounter = () => { ... };
    const Counter = resource(useCounter);
    

    resource() turns a hook into a Resource; useResource(Counter(props)) turns it back into a hook call. Extracting the body to a use-prefixed hook lets React's stock rules-of-hooks and exhaustive-deps lint resource bodies directly. No public API or runtime behavior changes.

  • Updated dependencies [1b6a0d6, 1b6a0d6, 1b6a0d6, 1b6a0d6]:

    • @assistant-ui/tap@0.6.2
    • @assistant-ui/store@0.2.15

0.0.19

Patch Changes

  • Updated dependencies [5e1151e]:
    • @assistant-ui/tap@0.6.1
    • @assistant-ui/store@0.2.14

0.0.18

Patch Changes

0.0.17

Patch Changes

  • Updated dependencies [299d448]:
    • @assistant-ui/store@0.2.13
    • @assistant-ui/tap@0.5.14

0.0.16

Patch Changes

  • Updated dependencies [cabfc71]:
    • @assistant-ui/tap@0.5.13
    • @assistant-ui/store@0.2.12

0.0.15

Patch Changes

0.0.14

Patch Changes

  • Updated dependencies [db721df, 94548fa]:
    • @assistant-ui/store@0.2.11
    • @assistant-ui/tap@0.5.11

0.0.13

Patch Changes

  • Updated dependencies [b090acb, 5fdf17e]:
    • @assistant-ui/store@0.2.10
    • @assistant-ui/tap@0.5.11

0.0.12

Patch Changes

  • Updated dependencies [005f83f]:
    • @assistant-ui/store@0.2.9
    • @assistant-ui/tap@0.5.10

0.0.11

Patch Changes

0.0.10

Patch Changes

  • c988db8: chore: update dependencies
  • Updated dependencies [c988db8]
    • @assistant-ui/store@0.2.7
    • @assistant-ui/tap@0.5.8

0.0.9

Patch Changes

  • Updated dependencies [376bb00]
    • @assistant-ui/tap@0.5.7
    • @assistant-ui/store@0.2.6

0.0.8

Patch Changes

  • 9103282: fix: resolve biome lint warnings (optional chaining, unused suppressions)
  • 209ae81: chore: remove aui-source export condition from package.json exports
  • Updated dependencies [bdce66f]
  • Updated dependencies [209ae81]
  • Updated dependencies [2dd0c9f]
    • @assistant-ui/store@0.2.6
    • @assistant-ui/tap@0.5.6

0.0.7

Patch Changes

  • Updated dependencies [52403c3]
    • @assistant-ui/store@0.2.5
    • @assistant-ui/tap@0.5.5

0.0.6

Patch Changes

  • Updated dependencies [28a987a]
  • Updated dependencies [736344c]
  • Updated dependencies [c71cb58]
    • @assistant-ui/store@0.2.4
    • @assistant-ui/tap@0.5.4

0.0.5

Patch Changes

  • 7ecc497: feat: children API for primitives with part.toolUI, part.dataRendererUI, and MessagePrimitive.Quote

0.0.4

Patch Changes

  • 349f3c7: chore: update deps
  • Updated dependencies [349f3c7]
    • @assistant-ui/store@0.2.3
    • @assistant-ui/tap@0.5.3

0.0.3

Patch Changes

  • Updated dependencies [a845911]
    • @assistant-ui/store@0.2.2
    • @assistant-ui/tap@0.5.2

0.0.2

Patch Changes

  • 36ef3a2: chore: update dependencies
  • Updated dependencies [36ef3a2]
  • Updated dependencies [fc98475]
  • Updated dependencies [a638f05]
    • @assistant-ui/store@0.2.1
    • @assistant-ui/tap@0.5.1