[PR #56] [MERGED] Fix not showing citation issue #89

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/56
Author: @leehuwuj
Created: 3/7/2025
Status: Merged
Merged: 3/10/2025
Merged by: @marcusschiesser

Base: mainHead: lee/fix-citation


📝 Commits (5)

  • 21d7fa8 update regex to fix citation
  • 31e22c3 add changeset
  • 4a51ca7 improve citation and add support citation component
  • 1ed03ee refactor: update citation component and markdown rendering
  • a0b7654 remove unused classname

📊 Changes

6 files changed (+68 additions, -32 deletions)

View changed files

.changeset/calm-bananas-smile.md (+5 -0)
📝 packages/chat-ui/src/chat/chat-message.tsx (+8 -3)
packages/chat-ui/src/widgets/citation.tsx (+11 -0)
📝 packages/chat-ui/src/widgets/index.tsx (+1 -0)
📝 packages/chat-ui/src/widgets/markdown.tsx (+42 -28)
📝 packages/chat-ui/src/widgets/source-number-button.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/56 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `lee/fix-citation` --- ### 📝 Commits (5) - [`21d7fa8`](https://github.com/run-llama/chat-ui/commit/21d7fa8705fbc47bcbf6b55d0b2198d007bfa16e) update regex to fix citation - [`31e22c3`](https://github.com/run-llama/chat-ui/commit/31e22c36f392ccfef2370043e9e8b2a5aaaa22b1) add changeset - [`4a51ca7`](https://github.com/run-llama/chat-ui/commit/4a51ca7d789938e979da1b1f579c84dfa471c32b) improve citation and add support citation component - [`1ed03ee`](https://github.com/run-llama/chat-ui/commit/1ed03ee11a07acef97903cb34ce35884fb457fbe) refactor: update citation component and markdown rendering - [`a0b7654`](https://github.com/run-llama/chat-ui/commit/a0b7654059520f76a1ab70ed39b1fa98d8669469) remove unused classname ### 📊 Changes **6 files changed** (+68 additions, -32 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/calm-bananas-smile.md` (+5 -0) 📝 `packages/chat-ui/src/chat/chat-message.tsx` (+8 -3) ➕ `packages/chat-ui/src/widgets/citation.tsx` (+11 -0) 📝 `packages/chat-ui/src/widgets/index.tsx` (+1 -0) 📝 `packages/chat-ui/src/widgets/markdown.tsx` (+42 -28) 📝 `packages/chat-ui/src/widgets/source-number-button.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 03:15:04 -05:00
yindo closed this issue 2026-02-16 03:15: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#89