[PR #42] [MERGED] fix: able to get custom annotation data #72

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/42
Author: @thucpn
Created: 2/12/2025
Status: Merged
Merged: 2/14/2025
Merged by: @marcusschiesser

Base: mainHead: fix/able-to-get-custom-annotation-data


📝 Commits (10+)

📊 Changes

9 files changed (+248 additions, -142 deletions)

View changed files

.changeset/sweet-fireants-relax.md (+5 -0)
.github/workflows/release.yml (+70 -0)
📝 apps/web/app/custom-demo.tsx (+23 -22)
📝 packages/chat-ui/src/chat/annotation.ts (+38 -3)
📝 packages/chat-ui/src/chat/chat-annotations.tsx (+30 -25)
packages/chat-ui/src/chat/chat-message.context.ts (+20 -0)
📝 packages/chat-ui/src/chat/chat-message.tsx (+51 -91)
📝 packages/chat-ui/src/chat/chat.interface.ts (+10 -0)
📝 packages/chat-ui/src/index.tsx (+1 -1)

📄 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/42 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 2/12/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `fix/able-to-get-custom-annotation-data` --- ### 📝 Commits (10+) - [`68c1b27`](https://github.com/run-llama/chat-ui/commit/68c1b27ddb28091983a1a2acb1759e74550dd976) fix: able to get custom annotation data - [`3335e0c`](https://github.com/run-llama/chat-ui/commit/3335e0c11a63458dabed7fc92e2addd4a01f6f8b) make generic - [`7e3cb51`](https://github.com/run-llama/chat-ui/commit/7e3cb51ffc543cff4f882d9faf01a348ff6509ec) Create sweet-fireants-relax.md - [`5d68bae`](https://github.com/run-llama/chat-ui/commit/5d68bae9c970fb5d26da3d0aa2edc80d1dba3677) fix: lint - [`ea77e5f`](https://github.com/run-llama/chat-ui/commit/ea77e5f1fe7e4da58020dc8789392d5ed644bc0c) simplify custom chat message content - [`4ed9ac4`](https://github.com/run-llama/chat-ui/commit/4ed9ac485c02944006cbb2277356ba1c4612c8b2) export annotations component sticky to chat message content - [`3ae699d`](https://github.com/run-llama/chat-ui/commit/3ae699dd8bd972f99198769f64888ac6f2151e19) fix: code review - [`84f51a2`](https://github.com/run-llama/chat-ui/commit/84f51a22235cbd672b9b0a065a891abd6cb1edda) fix: lint - [`9394652`](https://github.com/run-llama/chat-ui/commit/9394652d65c688b22abc70ddd54a5dbef8bd3f77) update example - [`495c822`](https://github.com/run-llama/chat-ui/commit/495c822433862fedebfd909ff077418ecbe59935) fix: typing ### 📊 Changes **9 files changed** (+248 additions, -142 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/sweet-fireants-relax.md` (+5 -0) ➕ `.github/workflows/release.yml` (+70 -0) 📝 `apps/web/app/custom-demo.tsx` (+23 -22) 📝 `packages/chat-ui/src/chat/annotation.ts` (+38 -3) 📝 `packages/chat-ui/src/chat/chat-annotations.tsx` (+30 -25) ➕ `packages/chat-ui/src/chat/chat-message.context.ts` (+20 -0) 📝 `packages/chat-ui/src/chat/chat-message.tsx` (+51 -91) 📝 `packages/chat-ui/src/chat/chat.interface.ts` (+10 -0) 📝 `packages/chat-ui/src/index.tsx` (+1 -1) </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:04 -05:00
yindo closed this issue 2026-02-16 02:18:04 -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#72