@assistant-ui/mcp-docs-server 0.1.25 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.docs/organized/code-examples/waterfall.md +4 -4
- package/.docs/organized/code-examples/with-a2a.md +5 -5
- package/.docs/organized/code-examples/with-ag-ui.md +6 -6
- package/.docs/organized/code-examples/with-ai-sdk-v6.md +7 -7
- package/.docs/organized/code-examples/with-artifacts.md +7 -7
- package/.docs/organized/code-examples/with-assistant-transport.md +5 -5
- package/.docs/organized/code-examples/with-chain-of-thought.md +7 -7
- package/.docs/organized/code-examples/with-cloud-standalone.md +8 -8
- package/.docs/organized/code-examples/with-cloud.md +7 -7
- package/.docs/organized/code-examples/with-custom-thread-list.md +7 -7
- package/.docs/organized/code-examples/with-elevenlabs-scribe.md +10 -10
- package/.docs/organized/code-examples/with-expo.md +14 -14
- package/.docs/organized/code-examples/with-external-store.md +5 -5
- package/.docs/organized/code-examples/with-ffmpeg.md +7 -7
- package/.docs/organized/code-examples/with-google-adk.md +5 -5
- package/.docs/organized/code-examples/with-heat-graph.md +4 -4
- package/.docs/organized/code-examples/with-interactables.md +778 -0
- package/.docs/organized/code-examples/with-langgraph.md +6 -6
- package/.docs/organized/code-examples/with-parent-id-grouping.md +6 -6
- package/.docs/organized/code-examples/with-react-hook-form.md +8 -8
- package/.docs/organized/code-examples/with-react-ink.md +2 -2
- package/.docs/organized/code-examples/with-react-router.md +10 -10
- package/.docs/organized/code-examples/with-store.md +5 -5
- package/.docs/organized/code-examples/with-tanstack.md +8 -8
- package/.docs/organized/code-examples/with-tap-runtime.md +8 -8
- package/.docs/raw/blog/2026-03-launch-week/index.mdx +31 -0
- package/.docs/raw/docs/(docs)/cli.mdx +60 -0
- package/.docs/raw/docs/(docs)/guides/attachments.mdx +65 -4
- package/.docs/raw/docs/(docs)/guides/interactables.mdx +292 -0
- package/.docs/raw/docs/(docs)/guides/message-timing.mdx +3 -3
- package/.docs/raw/docs/(docs)/guides/multi-agent.mdx +1 -0
- package/.docs/raw/docs/(reference)/api-reference/primitives/composer.mdx +128 -0
- package/.docs/raw/docs/cloud/ai-sdk-assistant-ui.mdx +6 -0
- package/.docs/raw/docs/cloud/ai-sdk.mdx +81 -1
- package/.docs/raw/docs/ink/primitives.mdx +141 -0
- package/.docs/raw/docs/primitives/action-bar.mdx +351 -0
- package/.docs/raw/docs/primitives/assistant-modal.mdx +215 -0
- package/.docs/raw/docs/primitives/attachment.mdx +216 -0
- package/.docs/raw/docs/primitives/branch-picker.mdx +221 -0
- package/.docs/raw/docs/primitives/chain-of-thought.mdx +311 -0
- package/.docs/raw/docs/primitives/composer.mdx +526 -0
- package/.docs/raw/docs/primitives/error.mdx +141 -0
- package/.docs/raw/docs/primitives/index.mdx +98 -0
- package/.docs/raw/docs/primitives/message.mdx +524 -0
- package/.docs/raw/docs/primitives/selection-toolbar.mdx +165 -0
- package/.docs/raw/docs/primitives/suggestion.mdx +242 -0
- package/.docs/raw/docs/primitives/thread-list.mdx +404 -0
- package/.docs/raw/docs/primitives/thread.mdx +482 -0
- package/.docs/raw/docs/ui/mention.mdx +168 -0
- package/package.json +3 -3
|
@@ -769,19 +769,19 @@ export default nextConfig;
|
|
|
769
769
|
"@assistant-ui/react-o11y": "workspace:*",
|
|
770
770
|
"@assistant-ui/store": "workspace:*",
|
|
771
771
|
"@assistant-ui/tap": "workspace:*",
|
|
772
|
-
"next": "^16.1
|
|
772
|
+
"next": "^16.2.1",
|
|
773
773
|
"react": "^19.2.4",
|
|
774
774
|
"react-dom": "^19.2.4"
|
|
775
775
|
},
|
|
776
776
|
"devDependencies": {
|
|
777
777
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
778
|
-
"@tailwindcss/postcss": "^4.2.
|
|
778
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
779
779
|
"@types/node": "^25.5.0",
|
|
780
780
|
"@types/react": "^19.2.14",
|
|
781
781
|
"@types/react-dom": "^19.2.3",
|
|
782
782
|
"postcss": "^8.5.8",
|
|
783
|
-
"tailwindcss": "^4.2.
|
|
784
|
-
"typescript": "
|
|
783
|
+
"tailwindcss": "^4.2.2",
|
|
784
|
+
"typescript": "5.9.3"
|
|
785
785
|
}
|
|
786
786
|
}
|
|
787
787
|
|
|
@@ -568,22 +568,22 @@ export default nextConfig;
|
|
|
568
568
|
"@assistant-ui/ui": "workspace:*",
|
|
569
569
|
"class-variance-authority": "^0.7.1",
|
|
570
570
|
"clsx": "^2.1.1",
|
|
571
|
-
"lucide-react": "^
|
|
572
|
-
"next": "^16.1
|
|
571
|
+
"lucide-react": "^1.7.0",
|
|
572
|
+
"next": "^16.2.1",
|
|
573
573
|
"react": "^19.2.4",
|
|
574
574
|
"react-dom": "^19.2.4",
|
|
575
575
|
"tailwind-merge": "^3.5.0"
|
|
576
576
|
},
|
|
577
577
|
"devDependencies": {
|
|
578
578
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
579
|
-
"@tailwindcss/postcss": "^4.2.
|
|
579
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
580
580
|
"@types/node": "^25.5.0",
|
|
581
581
|
"@types/react": "^19.2.14",
|
|
582
582
|
"@types/react-dom": "^19.2.3",
|
|
583
583
|
"postcss": "^8.5.8",
|
|
584
|
-
"tailwindcss": "^4.2.
|
|
584
|
+
"tailwindcss": "^4.2.2",
|
|
585
585
|
"tw-animate-css": "^1.4.0",
|
|
586
|
-
"typescript": "
|
|
586
|
+
"typescript": "5.9.3"
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
589
|
|
|
@@ -413,29 +413,29 @@ export default nextConfig;
|
|
|
413
413
|
"start": "next start"
|
|
414
414
|
},
|
|
415
415
|
"dependencies": {
|
|
416
|
-
"@ag-ui/client": "^0.0.
|
|
416
|
+
"@ag-ui/client": "^0.0.48",
|
|
417
417
|
"@assistant-ui/react": "workspace:*",
|
|
418
418
|
"@assistant-ui/react-ag-ui": "workspace:*",
|
|
419
419
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
420
420
|
"@assistant-ui/ui": "workspace:*",
|
|
421
421
|
"class-variance-authority": "^0.7.1",
|
|
422
422
|
"clsx": "^2.1.1",
|
|
423
|
-
"lucide-react": "^
|
|
424
|
-
"next": "^16.1
|
|
423
|
+
"lucide-react": "^1.7.0",
|
|
424
|
+
"next": "^16.2.1",
|
|
425
425
|
"react": "^19.2.4",
|
|
426
426
|
"react-dom": "^19.2.4",
|
|
427
427
|
"tailwind-merge": "^3.5.0"
|
|
428
428
|
},
|
|
429
429
|
"devDependencies": {
|
|
430
430
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
431
|
-
"@tailwindcss/postcss": "^4.2.
|
|
431
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
432
432
|
"@types/node": "^25.5.0",
|
|
433
433
|
"@types/react": "^19.2.14",
|
|
434
434
|
"@types/react-dom": "^19.2.3",
|
|
435
435
|
"postcss": "^8.5.8",
|
|
436
|
-
"tailwindcss": "^4.2.
|
|
436
|
+
"tailwindcss": "^4.2.2",
|
|
437
437
|
"tw-animate-css": "^1.4.0",
|
|
438
|
-
"typescript": "
|
|
438
|
+
"typescript": "5.9.3"
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
|
|
@@ -315,16 +315,16 @@ export default nextConfig;
|
|
|
315
315
|
"start": "next start"
|
|
316
316
|
},
|
|
317
317
|
"dependencies": {
|
|
318
|
-
"@ai-sdk/openai": "^3.0.
|
|
318
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
319
319
|
"@assistant-ui/react": "workspace:*",
|
|
320
320
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
321
321
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
322
322
|
"@assistant-ui/ui": "workspace:*",
|
|
323
|
-
"ai": "^6.0.
|
|
323
|
+
"ai": "^6.0.138",
|
|
324
324
|
"class-variance-authority": "^0.7.1",
|
|
325
325
|
"clsx": "^2.1.1",
|
|
326
|
-
"lucide-react": "^
|
|
327
|
-
"next": "^16.1
|
|
326
|
+
"lucide-react": "^1.7.0",
|
|
327
|
+
"next": "^16.2.1",
|
|
328
328
|
"react": "^19.2.4",
|
|
329
329
|
"react-dom": "^19.2.4",
|
|
330
330
|
"tailwind-merge": "^3.5.0",
|
|
@@ -332,14 +332,14 @@ export default nextConfig;
|
|
|
332
332
|
},
|
|
333
333
|
"devDependencies": {
|
|
334
334
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
335
|
-
"@tailwindcss/postcss": "^4.2.
|
|
335
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
336
336
|
"@types/node": "^25.5.0",
|
|
337
337
|
"@types/react": "^19.2.14",
|
|
338
338
|
"@types/react-dom": "^19.2.3",
|
|
339
339
|
"postcss": "^8.5.8",
|
|
340
|
-
"tailwindcss": "^4.2.
|
|
340
|
+
"tailwindcss": "^4.2.2",
|
|
341
341
|
"tw-animate-css": "^1.4.0",
|
|
342
|
-
"typescript": "
|
|
342
|
+
"typescript": "5.9.3"
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
|
|
@@ -413,16 +413,16 @@ export default nextConfig;
|
|
|
413
413
|
"start": "next start"
|
|
414
414
|
},
|
|
415
415
|
"dependencies": {
|
|
416
|
-
"@ai-sdk/openai": "^3.0.
|
|
416
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
417
417
|
"@assistant-ui/react": "workspace:*",
|
|
418
418
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
419
419
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
420
420
|
"@assistant-ui/ui": "workspace:*",
|
|
421
|
-
"ai": "^6.0.
|
|
421
|
+
"ai": "^6.0.138",
|
|
422
422
|
"class-variance-authority": "^0.7.1",
|
|
423
423
|
"clsx": "^2.1.1",
|
|
424
|
-
"lucide-react": "^
|
|
425
|
-
"next": "^16.1
|
|
424
|
+
"lucide-react": "^1.7.0",
|
|
425
|
+
"next": "^16.2.1",
|
|
426
426
|
"react": "^19.2.4",
|
|
427
427
|
"react-dom": "^19.2.4",
|
|
428
428
|
"tailwind-merge": "^3.5.0",
|
|
@@ -430,14 +430,14 @@ export default nextConfig;
|
|
|
430
430
|
},
|
|
431
431
|
"devDependencies": {
|
|
432
432
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
433
|
-
"@tailwindcss/postcss": "^4.2.
|
|
433
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
434
434
|
"@types/node": "^25.5.0",
|
|
435
435
|
"@types/react": "^19.2.14",
|
|
436
436
|
"@types/react-dom": "^19.2.3",
|
|
437
437
|
"postcss": "^8.5.8",
|
|
438
|
-
"tailwindcss": "^4.2.
|
|
438
|
+
"tailwindcss": "^4.2.2",
|
|
439
439
|
"tw-animate-css": "^1.4.0",
|
|
440
|
-
"typescript": "
|
|
440
|
+
"typescript": "5.9.3"
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
|
|
@@ -423,8 +423,8 @@ export default nextConfig;
|
|
|
423
423
|
"@assistant-ui/ui": "workspace:*",
|
|
424
424
|
"class-variance-authority": "^0.7.1",
|
|
425
425
|
"clsx": "^2.1.1",
|
|
426
|
-
"lucide-react": "^
|
|
427
|
-
"next": "^16.1
|
|
426
|
+
"lucide-react": "^1.7.0",
|
|
427
|
+
"next": "^16.2.1",
|
|
428
428
|
"react": "^19.2.4",
|
|
429
429
|
"react-dom": "^19.2.4",
|
|
430
430
|
"tailwind-merge": "^3.5.0",
|
|
@@ -432,14 +432,14 @@ export default nextConfig;
|
|
|
432
432
|
},
|
|
433
433
|
"devDependencies": {
|
|
434
434
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
435
|
-
"@tailwindcss/postcss": "^4.2.
|
|
435
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
436
436
|
"@types/node": "^25.5.0",
|
|
437
437
|
"@types/react": "^19.2.14",
|
|
438
438
|
"@types/react-dom": "^19.2.3",
|
|
439
439
|
"postcss": "^8.5.8",
|
|
440
|
-
"tailwindcss": "^4.2.
|
|
440
|
+
"tailwindcss": "^4.2.2",
|
|
441
441
|
"tw-animate-css": "^1.4.0",
|
|
442
|
-
"typescript": "
|
|
442
|
+
"typescript": "5.9.3"
|
|
443
443
|
}
|
|
444
444
|
}
|
|
445
445
|
|
|
@@ -557,16 +557,16 @@ export default nextConfig;
|
|
|
557
557
|
"start": "next start"
|
|
558
558
|
},
|
|
559
559
|
"dependencies": {
|
|
560
|
-
"@ai-sdk/openai": "^3.0.
|
|
560
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
561
561
|
"@assistant-ui/react": "workspace:*",
|
|
562
562
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
563
563
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
564
564
|
"@assistant-ui/ui": "workspace:*",
|
|
565
|
-
"ai": "^6.0.
|
|
565
|
+
"ai": "^6.0.138",
|
|
566
566
|
"class-variance-authority": "^0.7.1",
|
|
567
567
|
"clsx": "^2.1.1",
|
|
568
|
-
"lucide-react": "^
|
|
569
|
-
"next": "^16.1
|
|
568
|
+
"lucide-react": "^1.7.0",
|
|
569
|
+
"next": "^16.2.1",
|
|
570
570
|
"react": "^19.2.4",
|
|
571
571
|
"react-dom": "^19.2.4",
|
|
572
572
|
"tailwind-merge": "^3.5.0",
|
|
@@ -574,14 +574,14 @@ export default nextConfig;
|
|
|
574
574
|
},
|
|
575
575
|
"devDependencies": {
|
|
576
576
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
577
|
-
"@tailwindcss/postcss": "^4.2.
|
|
577
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
578
578
|
"@types/node": "^25.5.0",
|
|
579
579
|
"@types/react": "^19.2.14",
|
|
580
580
|
"@types/react-dom": "^19.2.3",
|
|
581
581
|
"postcss": "^8.5.8",
|
|
582
|
-
"tailwindcss": "^4.2.
|
|
582
|
+
"tailwindcss": "^4.2.2",
|
|
583
583
|
"tw-animate-css": "^1.4.0",
|
|
584
|
-
"typescript": "
|
|
584
|
+
"typescript": "5.9.3"
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
|
|
@@ -565,27 +565,27 @@ export default nextConfig;
|
|
|
565
565
|
"start": "next start"
|
|
566
566
|
},
|
|
567
567
|
"dependencies": {
|
|
568
|
-
"@ai-sdk/openai": "^3.0.
|
|
568
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
569
569
|
"@assistant-ui/cloud-ai-sdk": "workspace:*",
|
|
570
|
-
"ai": "^6.0.
|
|
570
|
+
"ai": "^6.0.138",
|
|
571
571
|
"class-variance-authority": "^0.7.1",
|
|
572
572
|
"clsx": "^2.1.1",
|
|
573
|
-
"lucide-react": "^
|
|
574
|
-
"next": "^16.1
|
|
573
|
+
"lucide-react": "^1.7.0",
|
|
574
|
+
"next": "^16.2.1",
|
|
575
575
|
"react": "^19.2.4",
|
|
576
576
|
"react-dom": "^19.2.4",
|
|
577
577
|
"tailwind-merge": "^3.5.0"
|
|
578
578
|
},
|
|
579
579
|
"devDependencies": {
|
|
580
580
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
581
|
-
"@tailwindcss/postcss": "^4.2.
|
|
581
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
582
582
|
"@types/node": "^25.5.0",
|
|
583
583
|
"@types/react": "^19.2.14",
|
|
584
584
|
"@types/react-dom": "^19.2.3",
|
|
585
585
|
"postcss": "^8.5.8",
|
|
586
|
-
"tailwindcss": "^4.2.
|
|
586
|
+
"tailwindcss": "^4.2.2",
|
|
587
587
|
"tw-animate-css": "^1.4.0",
|
|
588
|
-
"typescript": "
|
|
588
|
+
"typescript": "5.9.3"
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
|
|
@@ -598,7 +598,7 @@ export default nextConfig;
|
|
|
598
598
|
|
|
599
599
|
Lightweight cloud persistence for AI SDK apps without assistant-ui components.
|
|
600
600
|
|
|
601
|
-
> **Want the full assistant-ui experience?** See [with-cloud](
|
|
601
|
+
> **Want the full assistant-ui experience?** See [with-cloud](https://github.com/assistant-ui/assistant-ui/tree/main/examples/with-cloud) instead, which uses `useChatRuntime` with `<Thread />` and other primitives.
|
|
602
602
|
|
|
603
603
|
## Setup
|
|
604
604
|
|
|
@@ -327,30 +327,30 @@ export default nextConfig;
|
|
|
327
327
|
"start": "next start"
|
|
328
328
|
},
|
|
329
329
|
"dependencies": {
|
|
330
|
-
"@ai-sdk/openai": "^3.0.
|
|
330
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
331
331
|
"@assistant-ui/react": "workspace:*",
|
|
332
332
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
333
333
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
334
334
|
"@assistant-ui/ui": "workspace:*",
|
|
335
|
-
"ai": "^6.0.
|
|
335
|
+
"ai": "^6.0.138",
|
|
336
336
|
"class-variance-authority": "^0.7.1",
|
|
337
337
|
"clsx": "^2.1.1",
|
|
338
|
-
"lucide-react": "^
|
|
339
|
-
"next": "^16.1
|
|
338
|
+
"lucide-react": "^1.7.0",
|
|
339
|
+
"next": "^16.2.1",
|
|
340
340
|
"react": "^19.2.4",
|
|
341
341
|
"react-dom": "^19.2.4",
|
|
342
342
|
"tailwind-merge": "^3.5.0"
|
|
343
343
|
},
|
|
344
344
|
"devDependencies": {
|
|
345
345
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
346
|
-
"@tailwindcss/postcss": "^4.2.
|
|
346
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
347
347
|
"@types/node": "^25.5.0",
|
|
348
348
|
"@types/react": "^19.2.14",
|
|
349
349
|
"@types/react-dom": "^19.2.3",
|
|
350
350
|
"postcss": "^8.5.8",
|
|
351
|
-
"tailwindcss": "^4.2.
|
|
351
|
+
"tailwindcss": "^4.2.2",
|
|
352
352
|
"tw-animate-css": "^1.4.0",
|
|
353
|
-
"typescript": "
|
|
353
|
+
"typescript": "5.9.3"
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
|
|
@@ -414,17 +414,17 @@ export default nextConfig;
|
|
|
414
414
|
"start": "next start"
|
|
415
415
|
},
|
|
416
416
|
"dependencies": {
|
|
417
|
-
"@ai-sdk/openai": "^3.0.
|
|
417
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
418
418
|
"@assistant-ui/react": "workspace:*",
|
|
419
419
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
420
420
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
421
421
|
"@assistant-ui/ui": "workspace:*",
|
|
422
|
-
"ai": "^6.0.
|
|
422
|
+
"ai": "^6.0.138",
|
|
423
423
|
"assistant-stream": "workspace:*",
|
|
424
424
|
"class-variance-authority": "^0.7.1",
|
|
425
425
|
"clsx": "^2.1.1",
|
|
426
|
-
"lucide-react": "^
|
|
427
|
-
"next": "^16.1
|
|
426
|
+
"lucide-react": "^1.7.0",
|
|
427
|
+
"next": "^16.2.1",
|
|
428
428
|
"react": "^19.2.4",
|
|
429
429
|
"react-dom": "^19.2.4",
|
|
430
430
|
"tailwind-merge": "^3.5.0",
|
|
@@ -432,14 +432,14 @@ export default nextConfig;
|
|
|
432
432
|
},
|
|
433
433
|
"devDependencies": {
|
|
434
434
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
435
|
-
"@tailwindcss/postcss": "^4.2.
|
|
435
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
436
436
|
"@types/node": "^25.5.0",
|
|
437
437
|
"@types/react": "^19.2.14",
|
|
438
438
|
"@types/react-dom": "^19.2.3",
|
|
439
439
|
"postcss": "^8.5.8",
|
|
440
|
-
"tailwindcss": "^4.2.
|
|
440
|
+
"tailwindcss": "^4.2.2",
|
|
441
441
|
"tw-animate-css": "^1.4.0",
|
|
442
|
-
"typescript": "
|
|
442
|
+
"typescript": "5.9.3"
|
|
443
443
|
}
|
|
444
444
|
}
|
|
445
445
|
|
|
@@ -562,25 +562,25 @@ export default nextConfig;
|
|
|
562
562
|
"version": "0.0.0",
|
|
563
563
|
"type": "module",
|
|
564
564
|
"dependencies": {
|
|
565
|
-
"@ai-sdk/openai": "^3.0.
|
|
566
|
-
"@ai-sdk/react": "^3.0.
|
|
565
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
566
|
+
"@ai-sdk/react": "^3.0.140",
|
|
567
567
|
"@assistant-ui/react": "workspace:^",
|
|
568
568
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
569
569
|
"@assistant-ui/react-markdown": "workspace:^",
|
|
570
570
|
"@assistant-ui/ui": "workspace:*",
|
|
571
|
-
"@elevenlabs/client": "^0.
|
|
572
|
-
"@tailwindcss/postcss": "^4.2.
|
|
573
|
-
"ai": "^6.0.
|
|
571
|
+
"@elevenlabs/client": "^0.16.0",
|
|
572
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
573
|
+
"ai": "^6.0.138",
|
|
574
574
|
"class-variance-authority": "^0.7.1",
|
|
575
575
|
"clsx": "^2.1.1",
|
|
576
|
-
"lucide-react": "^
|
|
577
|
-
"motion": "^12.
|
|
578
|
-
"next": "^16.1
|
|
576
|
+
"lucide-react": "^1.7.0",
|
|
577
|
+
"motion": "^12.38.0",
|
|
578
|
+
"next": "^16.2.1",
|
|
579
579
|
"postcss": "^8.5.8",
|
|
580
580
|
"react": "^19.2.4",
|
|
581
581
|
"react-dom": "^19.2.4",
|
|
582
582
|
"tailwind-merge": "^3.5.0",
|
|
583
|
-
"tailwindcss": "^4.2.
|
|
583
|
+
"tailwindcss": "^4.2.2",
|
|
584
584
|
"zod": "^4.3.6"
|
|
585
585
|
},
|
|
586
586
|
"devDependencies": {
|
|
@@ -589,7 +589,7 @@ export default nextConfig;
|
|
|
589
589
|
"@types/react": "^19.2.14",
|
|
590
590
|
"@types/react-dom": "^19.2.3",
|
|
591
591
|
"tw-animate-css": "^1.4.0",
|
|
592
|
-
"typescript": "
|
|
592
|
+
"typescript": "5.9.3"
|
|
593
593
|
},
|
|
594
594
|
"scripts": {
|
|
595
595
|
"dev": "next dev",
|
|
@@ -1940,29 +1940,29 @@ module.exports = config;
|
|
|
1940
1940
|
"export:web": "expo export --platform web && node scripts/flatten-assets.mjs"
|
|
1941
1941
|
},
|
|
1942
1942
|
"dependencies": {
|
|
1943
|
-
"@ai-sdk/openai": "^3.0.
|
|
1944
|
-
"@ai-sdk/react": "^3.0.
|
|
1943
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
1944
|
+
"@ai-sdk/react": "^3.0.140",
|
|
1945
1945
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
1946
1946
|
"@assistant-ui/react-native": "workspace:*",
|
|
1947
1947
|
"@expo/vector-icons": "^15.1.1",
|
|
1948
|
-
"@react-navigation/drawer": "^7.
|
|
1949
|
-
"@react-navigation/native": "^7.1.
|
|
1950
|
-
"ai": "^6.0.
|
|
1951
|
-
"expo": "~55.0.
|
|
1952
|
-
"expo-constants": "~55.0.
|
|
1948
|
+
"@react-navigation/drawer": "^7.9.4",
|
|
1949
|
+
"@react-navigation/native": "^7.1.33",
|
|
1950
|
+
"ai": "^6.0.138",
|
|
1951
|
+
"expo": "~55.0.8",
|
|
1952
|
+
"expo-constants": "~55.0.9",
|
|
1953
1953
|
"expo-font": "~55.0.4",
|
|
1954
|
-
"expo-image-picker": "~55.0.
|
|
1955
|
-
"expo-linking": "~55.0.
|
|
1956
|
-
"expo-router": "~55.0.
|
|
1954
|
+
"expo-image-picker": "~55.0.13",
|
|
1955
|
+
"expo-linking": "~55.0.8",
|
|
1956
|
+
"expo-router": "~55.0.7",
|
|
1957
1957
|
"expo-server": "~55.0.6",
|
|
1958
|
-
"expo-splash-screen": "~55.0.
|
|
1958
|
+
"expo-splash-screen": "~55.0.12",
|
|
1959
1959
|
"expo-status-bar": "~55.0.4",
|
|
1960
|
-
"expo-system-ui": "~55.0.
|
|
1960
|
+
"expo-system-ui": "~55.0.10",
|
|
1961
1961
|
"react": "19.2.0",
|
|
1962
1962
|
"react-dom": "19.2.0",
|
|
1963
1963
|
"react-native": "0.83.2",
|
|
1964
1964
|
"react-native-gesture-handler": "~2.30.0",
|
|
1965
|
-
"react-native-reanimated": "~4.2.
|
|
1965
|
+
"react-native-reanimated": "~4.2.1",
|
|
1966
1966
|
"react-native-safe-area-context": "~5.7.0",
|
|
1967
1967
|
"react-native-screens": "~4.24.0",
|
|
1968
1968
|
"react-native-web": "~0.21.2",
|
|
@@ -1971,7 +1971,7 @@ module.exports = config;
|
|
|
1971
1971
|
},
|
|
1972
1972
|
"devDependencies": {
|
|
1973
1973
|
"@types/react": "~19.2.14",
|
|
1974
|
-
"typescript": "
|
|
1974
|
+
"typescript": "5.9.3"
|
|
1975
1975
|
},
|
|
1976
1976
|
"private": true
|
|
1977
1977
|
}
|
|
@@ -319,22 +319,22 @@ export default nextConfig;
|
|
|
319
319
|
"@assistant-ui/ui": "workspace:*",
|
|
320
320
|
"class-variance-authority": "^0.7.1",
|
|
321
321
|
"clsx": "^2.1.1",
|
|
322
|
-
"lucide-react": "^
|
|
323
|
-
"next": "^16.1
|
|
322
|
+
"lucide-react": "^1.7.0",
|
|
323
|
+
"next": "^16.2.1",
|
|
324
324
|
"react": "^19.2.4",
|
|
325
325
|
"react-dom": "^19.2.4",
|
|
326
326
|
"tailwind-merge": "^3.5.0"
|
|
327
327
|
},
|
|
328
328
|
"devDependencies": {
|
|
329
329
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
330
|
-
"@tailwindcss/postcss": "^4.2.
|
|
330
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
331
331
|
"@types/node": "^25.5.0",
|
|
332
332
|
"@types/react": "^19.2.14",
|
|
333
333
|
"@types/react-dom": "^19.2.3",
|
|
334
334
|
"postcss": "^8.5.8",
|
|
335
|
-
"tailwindcss": "^4.2.
|
|
335
|
+
"tailwindcss": "^4.2.2",
|
|
336
336
|
"tw-animate-css": "^1.4.0",
|
|
337
|
-
"typescript": "
|
|
337
|
+
"typescript": "5.9.3"
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
|
|
@@ -523,18 +523,18 @@ export default nextConfig;
|
|
|
523
523
|
"start": "next start"
|
|
524
524
|
},
|
|
525
525
|
"dependencies": {
|
|
526
|
-
"@ai-sdk/openai": "^3.0.
|
|
526
|
+
"@ai-sdk/openai": "^3.0.48",
|
|
527
527
|
"@assistant-ui/react": "workspace:*",
|
|
528
528
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
529
529
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
530
530
|
"@assistant-ui/ui": "workspace:*",
|
|
531
531
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
|
532
532
|
"@ffmpeg/util": "^0.12.2",
|
|
533
|
-
"ai": "^6.0.
|
|
533
|
+
"ai": "^6.0.138",
|
|
534
534
|
"class-variance-authority": "^0.7.1",
|
|
535
535
|
"clsx": "^2.1.1",
|
|
536
|
-
"lucide-react": "^
|
|
537
|
-
"next": "^16.1
|
|
536
|
+
"lucide-react": "^1.7.0",
|
|
537
|
+
"next": "^16.2.1",
|
|
538
538
|
"react": "^19.2.4",
|
|
539
539
|
"react-dom": "^19.2.4",
|
|
540
540
|
"tailwind-merge": "^3.5.0",
|
|
@@ -542,14 +542,14 @@ export default nextConfig;
|
|
|
542
542
|
},
|
|
543
543
|
"devDependencies": {
|
|
544
544
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
545
|
-
"@tailwindcss/postcss": "^4.2.
|
|
545
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
546
546
|
"@types/node": "^25.5.0",
|
|
547
547
|
"@types/react": "^19.2.14",
|
|
548
548
|
"@types/react-dom": "^19.2.3",
|
|
549
549
|
"postcss": "^8.5.8",
|
|
550
|
-
"tailwindcss": "^4.2.
|
|
550
|
+
"tailwindcss": "^4.2.2",
|
|
551
551
|
"tw-animate-css": "^1.4.0",
|
|
552
|
-
"typescript": "
|
|
552
|
+
"typescript": "5.9.3"
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
|
|
@@ -307,8 +307,8 @@ export default nextConfig;
|
|
|
307
307
|
"@google/adk": "^0.5.0",
|
|
308
308
|
"class-variance-authority": "^0.7.1",
|
|
309
309
|
"clsx": "^2.1.1",
|
|
310
|
-
"lucide-react": "^
|
|
311
|
-
"next": "^16.1
|
|
310
|
+
"lucide-react": "^1.7.0",
|
|
311
|
+
"next": "^16.2.1",
|
|
312
312
|
"react": "^19.2.4",
|
|
313
313
|
"react-dom": "^19.2.4",
|
|
314
314
|
"tailwind-merge": "^3.5.0",
|
|
@@ -316,14 +316,14 @@ export default nextConfig;
|
|
|
316
316
|
},
|
|
317
317
|
"devDependencies": {
|
|
318
318
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
319
|
-
"@tailwindcss/postcss": "^4.2.
|
|
319
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
320
320
|
"@types/node": "^25.5.0",
|
|
321
321
|
"@types/react": "^19.2.14",
|
|
322
322
|
"@types/react-dom": "^19.2.3",
|
|
323
323
|
"postcss": "^8.5.8",
|
|
324
|
-
"tailwindcss": "^4.2.
|
|
324
|
+
"tailwindcss": "^4.2.2",
|
|
325
325
|
"tw-animate-css": "^1.4.0",
|
|
326
|
-
"typescript": "
|
|
326
|
+
"typescript": "5.9.3"
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
329
|
|
|
@@ -270,19 +270,19 @@ export default nextConfig;
|
|
|
270
270
|
},
|
|
271
271
|
"dependencies": {
|
|
272
272
|
"heat-graph": "workspace:*",
|
|
273
|
-
"next": "^16.1
|
|
273
|
+
"next": "^16.2.1",
|
|
274
274
|
"react": "^19.2.4",
|
|
275
275
|
"react-dom": "^19.2.4"
|
|
276
276
|
},
|
|
277
277
|
"devDependencies": {
|
|
278
278
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
279
|
-
"@tailwindcss/postcss": "^4.2.
|
|
279
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
280
280
|
"@types/node": "^25.5.0",
|
|
281
281
|
"@types/react": "^19.2.14",
|
|
282
282
|
"@types/react-dom": "^19.2.3",
|
|
283
283
|
"postcss": "^8.5.8",
|
|
284
|
-
"tailwindcss": "^4.2.
|
|
285
|
-
"typescript": "
|
|
284
|
+
"tailwindcss": "^4.2.2",
|
|
285
|
+
"typescript": "5.9.3"
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
|