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

15 KiB

@assistant-ui/react-mcp

0.0.17

Patch Changes

0.0.16

Patch Changes

0.0.15

Patch Changes

0.0.14

Patch Changes

0.0.13

Patch Changes

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

0.0.12

Patch Changes

  • Updated dependencies [434bba5, bb38d08, 4cc7eaa, 4cc7eaa]:
    • assistant-stream@0.3.23
    • @assistant-ui/core@0.2.16
    • @assistant-ui/tap@0.9.1
    • @assistant-ui/store@0.2.18

0.0.11

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 [c207bcd, ae59baf, 9f13fdb, 4583ca7, 94cc028]:

    • @assistant-ui/core@0.2.15
    • @assistant-ui/tap@0.8.1
    • @assistant-ui/store@0.2.17
    • assistant-stream@0.3.22

0.0.10

Patch Changes

0.0.9

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 [60ef0e9, 1b6a0d6, 1b6a0d6, 1b6a0d6, 1b6a0d6]:

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

0.0.8

Patch Changes

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

0.0.7

Patch Changes

0.0.6

Patch Changes

0.0.5

Patch Changes

  • Updated dependencies [27ae936, 27ae936]:
    • assistant-stream@0.3.19
    • @assistant-ui/core@0.2.9

0.0.4

Patch Changes

0.0.3

Patch Changes

  • Updated dependencies [7395092, a6e0653, cabfc71]:
    • @assistant-ui/core@0.2.7
    • @assistant-ui/tap@0.5.13
    • @assistant-ui/store@0.2.12

0.0.2

Patch Changes

0.0.1

Patch Changes

  • #4085 01244a5 - chore: update dependencies (@Yonom)

  • #4025 c74c3bb - feat: new package — MCP server configuration and OAuth primitives. Unstyled Radix-style primitives (McpManagerPrimitive, McpServerPrimitive, McpAddFormPrimitive), a tap-backed manager + per-server resource, OAuth (PKCE + DCR) / bearer / none auth modes, and pluggable persistence via MCPLocalStorage / MCPMemoryStorage / MCPCustomStorage. (@Yonom)

  • Updated dependencies [13a12c4, 0a0c306, 6a0ecb2, e4634a5, 325de4c, 01244a5, f2ec01c, 1e21076]:

    • assistant-stream@0.3.16
    • @assistant-ui/core@0.2.5
    • @assistant-ui/store@0.2.12
    • @assistant-ui/tap@0.5.12