[PR #29] [MERGED] feat: update for vercel ai 4.0 #60

Closed
opened 2026-02-16 02:18:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/29
Author: @marcusschiesser
Created: 11/19/2024
Status: Merged
Merged: 11/19/2024
Merged by: @marcusschiesser

Base: mainHead: ms/update-ai-4.0


📝 Commits (3)

📊 Changes

16 files changed (+434 additions, -507 deletions)

View changed files

.changeset/old-schools-divide.md (+5 -0)
📝 README.md (+3 -2)
📝 apps/web/app/custom-demo.tsx (+3 -3)
📝 apps/web/app/globals.css (+42 -33)
📝 apps/web/app/guide.tsx (+1 -1)
📝 apps/web/app/page.tsx (+2 -2)
📝 apps/web/app/simple-demo.tsx (+14 -9)
apps/web/components.json (+21 -0)
📝 apps/web/components/code.tsx (+0 -0)
📝 apps/web/components/ui/tabs.tsx (+7 -6)
📝 apps/web/lib/utils.ts (+0 -0)
📝 apps/web/package.json (+8 -6)
📝 apps/web/tailwind.config.ts (+53 -1)
📝 apps/web/tsconfig.json (+20 -4)
📝 packages/chat-ui/src/chat/chat.interface.ts (+1 -7)
📝 pnpm-lock.yaml (+254 -433)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/chat-ui/pull/29 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 11/19/2024 **Status:** ✅ Merged **Merged:** 11/19/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/update-ai-4.0` --- ### 📝 Commits (3) - [`b6a3da5`](https://github.com/run-llama/chat-ui/commit/b6a3da55dfa28e36225e2c72d2336e88f9f1b043) feat: add ai 4.0 support - [`66c7d59`](https://github.com/run-llama/chat-ui/commit/66c7d590f3096a1fb1a2f45e652a51d51b6d6bbe) chore: use shadcn cli in web demo - [`fd81648`](https://github.com/run-llama/chat-ui/commit/fd81648a9f0df6a5956f75b5c9c638de440237a7) changeset ### 📊 Changes **16 files changed** (+434 additions, -507 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/old-schools-divide.md` (+5 -0) 📝 `README.md` (+3 -2) 📝 `apps/web/app/custom-demo.tsx` (+3 -3) 📝 `apps/web/app/globals.css` (+42 -33) 📝 `apps/web/app/guide.tsx` (+1 -1) 📝 `apps/web/app/page.tsx` (+2 -2) 📝 `apps/web/app/simple-demo.tsx` (+14 -9) ➕ `apps/web/components.json` (+21 -0) 📝 `apps/web/components/code.tsx` (+0 -0) 📝 `apps/web/components/ui/tabs.tsx` (+7 -6) 📝 `apps/web/lib/utils.ts` (+0 -0) 📝 `apps/web/package.json` (+8 -6) 📝 `apps/web/tailwind.config.ts` (+53 -1) 📝 `apps/web/tsconfig.json` (+20 -4) 📝 `packages/chat-ui/src/chat/chat.interface.ts` (+1 -7) 📝 `pnpm-lock.yaml` (+254 -433) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:18:00 -05:00
yindo closed this issue 2026-02-16 02:18:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-ui#60