Studio: Pin assistant-ui core for fresh installs (#5229)

* fix(studio): pin assistant-ui core for fresh installs

* fix(studio): use assistant-ui internal export
This commit is contained in:
Lee Jackson 2026-04-30 12:50:23 +01:00 committed by GitHub
commit 4ab5378d28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@
"biome:fix": "biome check . --write"
},
"dependencies": {
"@assistant-ui/core": "0.1.17",
"@assistant-ui/react": "^0.12.19",
"@assistant-ui/react-markdown": "^0.12.3",
"@assistant-ui/react-streamdown": "^0.1.2",

View file

@ -16,7 +16,7 @@ import type {
* delete + reload smoke tests; the path or API may change without a semver signal on public
* surface area.
*/
import { MessageRepository } from "@assistant-ui/core/runtime/utils/message-repository";
import { MessageRepository } from "@assistant-ui/core/internal";
import { db } from "@/features/chat/db";
import type { MessageRecord } from "@/features/chat/types";