[PR #1130] [MERGED] Feat/chat add origin #22905

Closed
opened 2026-02-21 20:20:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1130
Author: @zxhlyh
Created: 9/9/2023
Status: Merged
Merged: 9/9/2023
Merged by: @zxhlyh

Base: mainHead: feat/chat-add-origin


📝 Commits (10+)

📊 Changes

74 files changed (+2454 additions, -28 deletions)

View changed files

📝 web/app/components/app/chat/answer/index.tsx (+12 -3)
web/app/components/app/chat/citation/index.tsx (+123 -0)
web/app/components/app/chat/citation/popup.tsx (+123 -0)
web/app/components/app/chat/citation/progress-tooltip.tsx (+46 -0)
web/app/components/app/chat/citation/tooltip.tsx (+46 -0)
📝 web/app/components/app/chat/index.tsx (+8 -0)
📝 web/app/components/app/chat/type.ts (+21 -0)
web/app/components/app/configuration/base/icons/citation.tsx (+0 -0)
web/app/components/app/configuration/config/feature/choose-feature/feature-item/preview-imgs/citation.svg (+150 -0)
📝 web/app/components/app/configuration/config/feature/choose-feature/feature-item/style.module.css (+4 -0)
📝 web/app/components/app/configuration/config/feature/choose-feature/index.tsx (+10 -0)
📝 web/app/components/app/configuration/config/feature/use-feature.tsx (+8 -0)
📝 web/app/components/app/configuration/config/index.tsx (+10 -1)
📝 web/app/components/app/configuration/debug/index.tsx (+19 -1)
web/app/components/app/configuration/features/chat-group/citation/index.tsx (+25 -0)
📝 web/app/components/app/configuration/features/chat-group/index.tsx (+8 -0)
📝 web/app/components/app/configuration/index.tsx (+15 -0)
web/app/components/base/file-icon/index.tsx (+48 -0)
web/app/components/base/icons/assets/public/common/notion.svg (+12 -0)
web/app/components/base/icons/assets/public/files/html.svg (+23 -0)

...and 54 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/langgenius/dify/pull/1130 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 9/9/2023 **Status:** ✅ Merged **Merged:** 9/9/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `feat/chat-add-origin` --- ### 📝 Commits (10+) - [`5fe2c41`](https://github.com/langgenius/dify/commit/5fe2c4125945a54b3d4846c4b2a816a0928534a2) feat: chat add citation - [`1244952`](https://github.com/langgenius/dify/commit/12449524f152a4d4b0ba9f61c2399e89e1cc1a82) Merge branch 'main' into feat/chat-add-origin - [`8ac9d98`](https://github.com/langgenius/dify/commit/8ac9d98fd82d59f94ee308a690706be8fb68042e) fix - [`fd492f8`](https://github.com/langgenius/dify/commit/fd492f8fecb2a831edf08192fd1d9ca98489707c) replace onCitatin to onMessageEnd - [`078614f`](https://github.com/langgenius/dify/commit/078614f80c08564c3aa1ea06ebe93d0a2492fd18) fix: onMessageEnd - [`2b17fe2`](https://github.com/langgenius/dify/commit/2b17fe2f5245e873fb3f02c84214dcfedf8523d6) remove console - [`0390e95`](https://github.com/langgenius/dify/commit/0390e958a2084b0ad37b25325143f8bb89d30864) fix: style - [`73a0400`](https://github.com/langgenius/dify/commit/73a0400211681d3041c0492f6407f6649d0d9a38) fix: style - [`dc0a993`](https://github.com/langgenius/dify/commit/dc0a9932ad401ce453a75208821f9e0354c8ed5f) fix: icon - [`efac3b7`](https://github.com/langgenius/dify/commit/efac3b7f99715542b16cd1fffa77e385b6e41030) fix: limit number ### 📊 Changes **74 files changed** (+2454 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/app/chat/answer/index.tsx` (+12 -3) ➕ `web/app/components/app/chat/citation/index.tsx` (+123 -0) ➕ `web/app/components/app/chat/citation/popup.tsx` (+123 -0) ➕ `web/app/components/app/chat/citation/progress-tooltip.tsx` (+46 -0) ➕ `web/app/components/app/chat/citation/tooltip.tsx` (+46 -0) 📝 `web/app/components/app/chat/index.tsx` (+8 -0) 📝 `web/app/components/app/chat/type.ts` (+21 -0) ➕ `web/app/components/app/configuration/base/icons/citation.tsx` (+0 -0) ➕ `web/app/components/app/configuration/config/feature/choose-feature/feature-item/preview-imgs/citation.svg` (+150 -0) 📝 `web/app/components/app/configuration/config/feature/choose-feature/feature-item/style.module.css` (+4 -0) 📝 `web/app/components/app/configuration/config/feature/choose-feature/index.tsx` (+10 -0) 📝 `web/app/components/app/configuration/config/feature/use-feature.tsx` (+8 -0) 📝 `web/app/components/app/configuration/config/index.tsx` (+10 -1) 📝 `web/app/components/app/configuration/debug/index.tsx` (+19 -1) ➕ `web/app/components/app/configuration/features/chat-group/citation/index.tsx` (+25 -0) 📝 `web/app/components/app/configuration/features/chat-group/index.tsx` (+8 -0) 📝 `web/app/components/app/configuration/index.tsx` (+15 -0) ➕ `web/app/components/base/file-icon/index.tsx` (+48 -0) ➕ `web/app/components/base/icons/assets/public/common/notion.svg` (+12 -0) ➕ `web/app/components/base/icons/assets/public/files/html.svg` (+23 -0) _...and 54 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-21 20:20:01 -05:00
yindo closed this issue 2026-02-21 20:20:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22905