[PR #1384] [MERGED] feat: add context missing warning #23039

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1384
Author: @iamjoel
Created: 10/19/2023
Status: Merged
Merged: 10/19/2023
Merged by: @iamjoel

Base: mainHead: feat/context-missing-warning


📝 Commits (5)

  • 07ca035 feat: missing waring ui
  • 20e776c feat: show missing logic
  • 2095f27 fix: context add show
  • f9e7edd fix: simple mode can choose context
  • 0b71d1e fix: context not show and other copywrite

📊 Changes

9 files changed (+115 additions, -57 deletions)

View changed files

📝 web/app/components/app/configuration/config-prompt/advanced-prompt-input.tsx (+61 -35)
📝 web/app/components/app/configuration/config-prompt/index.tsx (+9 -0)
📝 web/app/components/app/configuration/config-prompt/simple-prompt-input.tsx (+1 -0)
📝 web/app/components/app/configuration/config-prompt/style.module.css (+5 -0)
📝 web/app/components/base/prompt-editor/index.tsx (+20 -11)
📝 web/app/components/base/prompt-editor/plugins/component-picker.tsx (+16 -10)
📝 web/i18n/lang/app-debug.en.ts (+1 -0)
📝 web/i18n/lang/app-debug.zh.ts (+1 -0)
📝 web/i18n/lang/common.zh.ts (+1 -1)

📄 Description

  1. Add context missing warning
  2. Fix base mode can choose context
  3. Enchance normal role copywrite in Chinese

🔄 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/1384 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 10/19/2023 **Status:** ✅ Merged **Merged:** 10/19/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/context-missing-warning` --- ### 📝 Commits (5) - [`07ca035`](https://github.com/langgenius/dify/commit/07ca0354f2d3150dd083aa385a7efb5e4071df55) feat: missing waring ui - [`20e776c`](https://github.com/langgenius/dify/commit/20e776c18e8d1d8a8ace247fe5a777a15ce3e958) feat: show missing logic - [`2095f27`](https://github.com/langgenius/dify/commit/2095f271ba1e4446ff762c8cb7e7cdd67f98f6c6) fix: context add show - [`f9e7edd`](https://github.com/langgenius/dify/commit/f9e7edd79c0e25ce17d118e331378ec6135620d6) fix: simple mode can choose context - [`0b71d1e`](https://github.com/langgenius/dify/commit/0b71d1e57a34766354fb30f3399b331cade39d12) fix: context not show and other copywrite ### 📊 Changes **9 files changed** (+115 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/app/configuration/config-prompt/advanced-prompt-input.tsx` (+61 -35) 📝 `web/app/components/app/configuration/config-prompt/index.tsx` (+9 -0) 📝 `web/app/components/app/configuration/config-prompt/simple-prompt-input.tsx` (+1 -0) 📝 `web/app/components/app/configuration/config-prompt/style.module.css` (+5 -0) 📝 `web/app/components/base/prompt-editor/index.tsx` (+20 -11) 📝 `web/app/components/base/prompt-editor/plugins/component-picker.tsx` (+16 -10) 📝 `web/i18n/lang/app-debug.en.ts` (+1 -0) 📝 `web/i18n/lang/app-debug.zh.ts` (+1 -0) 📝 `web/i18n/lang/common.zh.ts` (+1 -1) </details> ### 📄 Description 1. Add context missing warning 2. Fix base mode can choose context 3. Enchance normal role copywrite in Chinese --- <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:19 -05:00
yindo closed this issue 2026-02-21 20:20:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23039