[PR #1] [MERGED] feat: @llamaindex/chat-ui components #35

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/1
Author: @thucpn
Created: 10/21/2024
Status: Merged
Merged: 10/25/2024
Merged by: @marcusschiesser

Base: mainHead: feat/implement-llamaindex-chat-ui-components


📝 Commits (10+)

📊 Changes

61 files changed (+8053 additions, -595 deletions)

View changed files

.changeset/README.md (+8 -0)
.changeset/config.json (+11 -0)
.changeset/pretty-panthers-pretend.md (+8 -0)
.github/workflows/build.yml (+37 -0)
.github/workflows/changeset.yml (+34 -0)
.github/workflows/format.yml (+33 -0)
.github/workflows/lint.yml (+36 -0)
.husky/pre-commit (+5 -0)
📝 README.md (+101 -17)
📝 apps/docs/.eslintrc.js (+2 -2)
📝 apps/docs/next.config.js (+2 -2)
📝 apps/docs/postcss.config.js (+1 -1)
📝 apps/docs/src/app/layout.tsx (+0 -1)
📝 apps/docs/src/app/page.tsx (+0 -3)
apps/web/.env.template (+1 -0)
📝 apps/web/.eslintrc.js (+2 -2)
📝 apps/web/.gitignore (+1 -0)
📝 apps/web/README.md (+6 -0)
apps/web/app/api/chat/route.ts (+47 -0)
apps/web/app/custom-demo.tsx (+178 -0)

...and 41 more files

📄 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/1 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 10/21/2024 **Status:** ✅ Merged **Merged:** 10/25/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/implement-llamaindex-chat-ui-components` --- ### 📝 Commits (10+) - [`60ac78c`](https://github.com/run-llama/chat-ui/commit/60ac78c8b41d5e08c5f28384fab4dfcd9cd9200b) feat: @llamaindex/chat-ui components - [`fe65ace`](https://github.com/run-llama/chat-ui/commit/fe65ace96ef63c54ee22460d48f5c4a01b2efa3f) feat: chat message composer - [`498e1ec`](https://github.com/run-llama/chat-ui/commit/498e1ec23e02cf0492f9b3d55233dbb60cb619fa) add create-llama nextjs-agent example - [`8932d34`](https://github.com/run-llama/chat-ui/commit/8932d34b042b106167ccf62b0abfc6211c37cdb5) use port 4000 - [`5459471`](https://github.com/run-llama/chat-ui/commit/5459471b2961bad79932aa06cd02b9caf67d81c5) create adapters - [`081452f`](https://github.com/run-llama/chat-ui/commit/081452f15dfa9ee99309b21dd2dfb0bd4728595f) update config - [`8d1bf58`](https://github.com/run-llama/chat-ui/commit/8d1bf58ef2ff6671a3453989905fdf9e1ad57010) create simple chat session example - [`cc92694`](https://github.com/run-llama/chat-ui/commit/cc926948da2d3affa89d2ccea9e9ec69f56507b9) fix: return null when preview is empty - [`4f5b054`](https://github.com/run-llama/chat-ui/commit/4f5b0545c9c7bc6bb2f39087801abe16383bfc18) simply chat section examples - [`6ca4555`](https://github.com/run-llama/chat-ui/commit/6ca4555139a0c35f0d4ca578869d16741ee66411) update eslint ### 📊 Changes **61 files changed** (+8053 additions, -595 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/README.md` (+8 -0) ➕ `.changeset/config.json` (+11 -0) ➕ `.changeset/pretty-panthers-pretend.md` (+8 -0) ➕ `.github/workflows/build.yml` (+37 -0) ➕ `.github/workflows/changeset.yml` (+34 -0) ➕ `.github/workflows/format.yml` (+33 -0) ➕ `.github/workflows/lint.yml` (+36 -0) ➕ `.husky/pre-commit` (+5 -0) 📝 `README.md` (+101 -17) 📝 `apps/docs/.eslintrc.js` (+2 -2) 📝 `apps/docs/next.config.js` (+2 -2) 📝 `apps/docs/postcss.config.js` (+1 -1) 📝 `apps/docs/src/app/layout.tsx` (+0 -1) 📝 `apps/docs/src/app/page.tsx` (+0 -3) ➕ `apps/web/.env.template` (+1 -0) 📝 `apps/web/.eslintrc.js` (+2 -2) 📝 `apps/web/.gitignore` (+1 -0) 📝 `apps/web/README.md` (+6 -0) ➕ `apps/web/app/api/chat/route.ts` (+47 -0) ➕ `apps/web/app/custom-demo.tsx` (+178 -0) _...and 41 more files_ </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:17:50 -05:00
yindo closed this issue 2026-02-16 02:17:50 -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#35