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:
parent
4f9c8321a2
commit
4ab5378d28
2 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue