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

19 KiB

assistant-ui

0.0.105

Patch Changes

  • #4609 a50faac - fix(cli): skip shadcn registry install when --skip-install is passed (@okisdev)

  • Updated dependencies []:

    • @assistant-ui/agent-launcher@0.1.8

0.0.104

Patch Changes

  • #4588 cbb5614 - chore: share CLI program construction with API surface snapshot generation (@Yonom)

  • #4517 cefcf27 - chore: update dependencies (@okisdev)

  • #4494 5e8a4e2 - cli: rename the langgraph starter template flag to -t langchain so it matches the react-langchain adapter it actually scaffolds. -t langgraph no longer resolves; use -t langchain instead. (@okisdev)

  • Updated dependencies [cefcf27]:

    • @assistant-ui/agent-launcher@0.1.8

0.0.103

Patch Changes

0.0.102

Patch Changes

0.0.101

Patch Changes

0.0.100

Patch Changes

  • #4337 e14ca8c - docs: teach defineToolkit instead of deprecated makeAssistantToolUI in the assistant-ui skill (@okisdev)

0.0.99

Patch Changes

0.0.98

Patch Changes

  • #4228 1d21b23 - perf(cli): merge the two shadcn add calls in create into one (@okisdev)

    create for templates without local components ran shadcn@latest add twice (once for the shadcn UI components, once for the @assistant-ui/* components), paying for a separate dlx cold start, a separate registry index fetch, and a separate package-manager add subprocess each time. @assistant-ui is publicly listed in shadcn's registry index, so a single shadcn add <shadcn components> @assistant-ui/... resolves the whole mixed tree in one topologically sorted pass; the tw-shimmer CSS injection and the components.json registries write still happen. This roughly halves the component install time, including on the --skip-install path.

  • Updated dependencies []:

    • @assistant-ui/agent-launcher@0.1.5

0.0.97

Patch Changes

  • #4180 988f8dd - feat: prompt to add assistant-ui agent skills when creating a project. npx assistant-ui create now asks whether to add the agent skills and, on yes, delegates to the skills CLI (skills add assistant-ui/skills) so it installs into your chosen agent platforms (Claude Code, Cursor, Zed, etc.). Use --skills / --no-skills to skip the prompt; non-interactive runs default to adding them. (@okisdev)

0.0.96

Patch Changes

  • #4175 2dec3ae - chore: update dependencies (@Yonom)

  • Updated dependencies []:

    • @assistant-ui/agent-launcher@0.1.5

0.0.95

Patch Changes

  • #4121 7395092 - feat: detect and diagnose duplicate @assistant-ui/core installs (@Yonom)
    • In dev mode (NODE_ENV !== "production"), @assistant-ui/core now emits a single console.warn when it detects a second copy of itself loaded into the same JavaScript runtime. Mismatched transitive versions are a common source of subtle bugs (lost tool registrations, broken context lookups, failed instanceof checks — see issue #4101). The warning points users at npx assistant-ui doctor.
    • New assistant-ui doctor CLI command. It walks node_modules recursively (including nested copies), surfaces every duplicate version of any @assistant-ui/*, assistant-stream or assistant-cloud package, queries the npm registry for the latest versions and reports outdated installs. Use --no-network to skip the registry check.

0.0.94

Patch Changes

  • #4115 107d6bd - chore(cli): drop with-parent-id-grouping from the --example list. the example demonstrated MessagePrimitive.Unstable_PartsGroupedByParentId, which is deprecated; its grouping pattern is now better demonstrated by with-chain-of-thought using MessagePrimitive.GroupedParts, and the sources gap is closed by emitting source-url parts from a search_web tool in the same example. npx assistant-ui create -e with-parent-id-grouping will no longer resolve. (@okisdev)

0.0.93

Patch Changes

0.0.92

Patch Changes

  • #4044 b8fa682 - fix: validate create scaffold selector conflicts, respect package managers in add, and refresh CLI README examples (@AVGVSTVS96)

  • #4054 c1add4a - feat: add a local source override flag --debug-source-root for local CLI template testing (@AVGVSTVS96)

  • #4043 6123961 - docs: refresh assistant-ui skill examples with current model names (@AVGVSTVS96)

  • #4054 c1add4a - feat: resolve template UI components from the shared package source (@AVGVSTVS96)

  • Updated dependencies []:

    • @assistant-ui/agent-launcher@0.1.4

0.0.91

Patch Changes

  • #3962 b090acb - chore: update dependencies (@Yonom)

  • Updated dependencies []:

    • @assistant-ui/agent-launcher@0.1.4

0.0.90

Patch Changes

  • #3876 ce865bc - chore: update dependencies (@Yonom)

  • #3831 d53ff4f - chore: remove decorative separator comments across packages (@okisdev)

  • Updated dependencies []:

    • @assistant-ui/agent-launcher@0.1.4

0.0.89

Patch Changes

  • 8d334f9: fix(cli): detect package manager from npm_config_user_agent before falling back to detect-package-manager
  • c988db8: chore: update dependencies
  • Updated dependencies [c988db8]
    • @assistant-ui/agent-launcher@0.1.4

0.0.88

Patch Changes

  • 376bb00: chore: update dependencies
  • Updated dependencies [376bb00]
    • @assistant-ui/agent-launcher@0.1.3

0.0.87

Patch Changes

  • 69eb0c5: chore: add shipables.json for CLI plugin skills

  • 9103282: fix: resolve biome lint warnings (optional chaining, unused suppressions)

  • bdce66f: chore: update dependencies

  • 4abb898: refactor: align interactables with codebase conventions

    • Rename useInteractable to useAssistantInteractable (registration only, returns id)
    • Add useInteractableState hook for reading/writing interactable state
    • Remove makeInteractable and related types
    • Rename UseInteractableConfig to AssistantInteractableProps
    • Extract buildInteractableModelContext from Interactables resource
    • Add with-interactables example to CLI
  • Updated dependencies [209ae81]

    • @assistant-ui/agent-launcher@0.1.2

0.0.86

Patch Changes

  • 52403c3: chore: update dependencies

0.0.85

Patch Changes

  • 6becd84: feat: add info command to print environment and package versions for bug reports
  • c71cb58: chore: update dependencies

0.0.84

Patch Changes

  • 349f3c7: chore: update deps
  • dbb2929: Improve CLI project creation error handling and transform sequencing in assistant-ui.
  • Updated dependencies [349f3c7]
    • @assistant-ui/agent-launcher@0.1.1

0.0.83

Patch Changes

  • 6cdc259: feat(cli): add with-expo example to create command
  • 6ef092a: feat(cli): add with-react-ink example to project scaffolding
  • 848b42c: use checked-in bin wrapper to avoid pnpm install warnings in monorepos
  • 1b06c09: fix(cli): detect dev script and env file from scaffolded project

0.0.82

Patch Changes

  • 5034b1e: Add @assistant-ui/agent-launcher package and assistant-ui agent CLI command to launch Claude Code with assistant-ui skills
  • fb84e6c: Unified scaffold pipeline: both templates and examples now download from the monorepo via giget at the latest release tag. Replaced create-next-app with @clack/prompts for interactive project creation. Added grouped project picker showing templates and examples. Added --preset support with short names (e.g. --preset chatgpt). Uses the detected package manager's dlx command instead of npx for faster execution.
  • Updated dependencies [5034b1e]
    • @assistant-ui/agent-launcher@0.1.0

0.0.81

Patch Changes

  • a845911: chore: update dependencies
  • de45e19: fix(create): point the cloud template to the valid assistant-ui-starter-cloud repository in both CLIs and aligned tests.

0.0.80

Patch Changes

  • 8282dde: feat(cli): add with-artifacts and with-chain-of-thought to available examples
  • 36ef3a2: chore: update dependencies

0.0.79

Patch Changes

  • 91df50d: feat(cli): add template picker, preset support, and new templates
  • afaaf3b: fix(cli): make init command work in non-interactive environments
  • 4068df9: Strip @/lib/utils.ts workspace alias during example scaffolding

0.0.78

Patch Changes

  • a088518: chore: update dependencies

0.0.77

Patch Changes

  • d45b893: chore: update dependencies

0.0.76

Patch Changes

  • 96cb0fe: feat: use minimal template for init command

0.0.75

Patch Changes

  • 605d825: chore: update dependencies

0.0.74

Patch Changes

  • ab66134: feat(assistant-ui): allow create new project from examples

0.0.73

Minor Changes

  • cfefbf0: feat(cli): add mcp command for installing MCP docs server

    New CLI command to easily install the assistant-ui MCP docs server for various IDEs:

    npx assistant-ui mcp              # Interactive prompt
    npx assistant-ui mcp --cursor     # Install for Cursor
    npx assistant-ui mcp --windsurf   # Install for Windsurf
    npx assistant-ui mcp --vscode     # Install for VSCode
    npx assistant-ui mcp --zed        # Install for Zed
    npx assistant-ui mcp --claude-code     # Install for Claude Code
    npx assistant-ui mcp --claude-desktop  # Install for Claude Desktop
    

    The command automatically creates or merges the appropriate MCP configuration file for each IDE.

0.0.72

Patch Changes

  • 3719567: chore: update deps

0.0.71

Patch Changes

  • 501f8c6: feat(playground): build own chat interface

0.0.70

Patch Changes

  • 57bd207: chore: update dependencies
  • cce009d: chore: use tsc for building packages

0.0.69

Patch Changes

  • e8ea57b: chore: update deps

0.0.68

Patch Changes

  • 01c31fe: chore: update dependencies

0.0.67

Patch Changes

  • ec662cd: chore: update dependencies

0.0.66

Patch Changes

  • 9d50ed9: refactor assistant-ui cli

0.0.65

Patch Changes

  • 2c33091: chore: update deps

0.0.64

Patch Changes

  • 2fc7e99: chore: update deps

0.0.63

Patch Changes

  • 953db24: chore: update deps

0.0.62

Patch Changes

  • chore: update deps

0.0.61

Patch Changes

  • e6a46e4: chore: update deps

0.0.60

Patch Changes

  • 8812f86: chore: update deps

0.0.59

Patch Changes

  • 59e27c8: feat: add new Assistant Cloud template for easy thread management and persistence
  • 6649f70: feat: auto-update assistant-cloud

0.0.58

Patch Changes

  • 12e0a77: chore: update deps

0.0.57

Patch Changes

  • 0f063e0: chore: update dependencies

0.0.56

Patch Changes

  • 65b3ff1: chore: update deps
  • 2731323: - feat: Add codemod v0-11/content-part-to-message-part for ContentPart to MessagePart migration
    • Migration automatically updates imports, types, hooks, and JSX components
    • Renames MessagePrimitive.Content to MessagePrimitive.Parts

0.0.55

Patch Changes

  • 644abb8: chore: update deps

0.0.54

Patch Changes

  • chore: update deps

0.0.53

Patch Changes

  • c7ea752: feat: MCP template

0.0.52

Patch Changes

  • 98a680e: chore: update deps

0.0.51

Patch Changes

  • fix: ESM without bundler compat

0.0.50

Patch Changes

  • fix: correctly include Typescript declarations

0.0.49

Patch Changes

  • 557c3f7: build: drop CJS builds

0.0.48

Patch Changes

  • chore: update deps

0.0.47

Patch Changes

  • 1ad0696: feat: assistant-ui update CLI command

0.0.46

Patch Changes

  • c77ef43: feat: assistant-ui update CLI command

0.0.45

Patch Changes

  • b9c731a: chore: update dependencies

0.0.44

Patch Changes

  • cli: drop version option

0.0.43

Patch Changes

  • 94e9f71: feat(cli): add command tailwind v4 compat

0.0.42

Patch Changes

  • chore: update deps

0.0.41

Patch Changes

  • cdca350: feat: codemods performance improvement

0.0.41

Patch Changes

  • feat: add migration for v0-9

0.0.40

Patch Changes

  • d2988ff: fix: init command does not work on empty folders
  • 39aecd7: chore: update dependencies

0.0.39

Patch Changes

  • 1d56298: fix: make CLI's add command work w new templates

0.0.38

Patch Changes

  • 65a2c7c: feat: assistant-ui init CLI

0.0.37

Patch Changes

  • 72e66db: chore: update dependencies

0.0.36

Patch Changes

  • 8190d09: fix: fileURLToPath to get codemods

0.0.35

Patch Changes

  • 1a42993: fix: always use npx for jscodeshift

0.0.34

Patch Changes

  • c760cb3: fix: node 20 support

0.0.33

Patch Changes

  • 0a23a70: fix: node 20 support

0.0.32

Patch Changes

  • 6703842: feat: codemod to migrate to @assistant-ui/react-ui

0.0.31

Patch Changes

  • cefd975: fix: use mjs entrypoint

0.0.30

Patch Changes

  • f3368ad: feat: codemod for v0.8 migration

0.0.29

Patch Changes

  • 22272e6: chore: update dependencies

0.0.28

Patch Changes

  • 345f3d5: chore: update dependencies

0.0.27

Patch Changes

  • 4c2bf58: chore: update dependencies

0.0.26

Patch Changes

  • 982a6a2: chore: update dependencies

0.0.25

Patch Changes

  • ec3b8cc: chore: update dependencies

0.0.24

Patch Changes

  • 4c54273: chore: update dependencies

0.0.23

Patch Changes

  • 2112ce8: chore: update dependencies

0.0.22

Patch Changes

  • 938e734: fix: correctly pass component URLs to shadcn CLI

0.0.21

Patch Changes

  • 933b8c0: chore: update deps

0.0.20

Patch Changes

  • c59d8b5: chore: update dependencies

0.0.18

Patch Changes

  • 1ada091: chore: update deps

0.0.17

Patch Changes

  • ff5b86c: chore: update deps

0.0.16

Patch Changes

  • d2375cd: build: disable bundling in UI package releases

0.0.15

Patch Changes

  • fb32e61: chore: update deps

0.0.14

Patch Changes

  • fb46305: chore: update dependencies

0.0.13

Patch Changes

  • d8bd40b: chore: update dependencies

0.0.12

Patch Changes

  • c438773: feat: allow disabling ComposerInput keyboard shortcuts
  • e1ae3d0: chore: update dependencies

0.0.11

Patch Changes

  • 155d6e7: chore: update dependencies

0.0.10

Patch Changes

  • c348553: chore: update dependencies

0.0.9

Patch Changes

  • 7faa03b: cli: create -t langgraph

0.0.8

Patch Changes

  • 7d7bbce: fix: create command windows compatibility

0.0.7

Patch Changes

  • 9a55735: chore: update deps

0.0.6

Patch Changes

  • ab031a0: fix: make create directory argument optional

0.0.5

Patch Changes

  • 36f3a1f: chore: update dependencies
  • 1f8cc5e: refactor: make cli package more lightweight
  • 3810443: feat: npx assistant-ui create