[PR #4076] [MERGED] Add hint for chats in query mode #4507

Closed
opened 2026-02-22 18:35:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4076
Author: @shatfield4
Created: 6/30/2025
Status: Merged
Merged: 7/2/2025
Merged by: @timothycarambat

Base: masterHead: 4075-feat-add-hint-for-query-mode-chats


📝 Commits (6)

  • e7b7fe2 add hint for chats in query mode
  • 17c256c add and normalize translations
  • da8b1a4 improve semantic HTML for linking
  • 77a9cbe use existing util
  • fa5fda1 linting
  • c840348 Merge branch 'master' into 4075-feat-add-hint-for-query-mode-chats

📊 Changes

23 files changed (+75 additions, -1 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+25 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatTooltips/index.jsx (+6 -0)
📝 frontend/src/locales/ar/common.js (+2 -0)
📝 frontend/src/locales/da/common.js (+2 -0)
📝 frontend/src/locales/de/common.js (+2 -0)
📝 frontend/src/locales/en/common.js (+3 -0)
📝 frontend/src/locales/es/common.js (+2 -0)
📝 frontend/src/locales/et/common.js (+2 -0)
📝 frontend/src/locales/fa/common.js (+2 -0)
📝 frontend/src/locales/fr/common.js (+2 -0)
📝 frontend/src/locales/he/common.js (+2 -0)
📝 frontend/src/locales/it/common.js (+2 -0)
📝 frontend/src/locales/ja/common.js (+2 -0)
📝 frontend/src/locales/ko/common.js (+2 -0)
📝 frontend/src/locales/lv/common.js (+2 -0)
📝 frontend/src/locales/nl/common.js (+2 -0)
📝 frontend/src/locales/pt_BR/common.js (+2 -0)
📝 frontend/src/locales/ru/common.js (+2 -0)
📝 frontend/src/locales/tr/common.js (+2 -0)
📝 frontend/src/locales/vn/common.js (+2 -0)

...and 3 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #4075

What is in this change?

  • Adds a tooltip hint below the refusal message in the chat window that says "Why am I seeing this?"
  • Tooltip links to new docs page explaining about the different chat modes

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/4076 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 7/2/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4075-feat-add-hint-for-query-mode-chats` --- ### 📝 Commits (6) - [`e7b7fe2`](https://github.com/Mintplex-Labs/anything-llm/commit/e7b7fe28a7840f673ca968fa333810a98de2e808) add hint for chats in query mode - [`17c256c`](https://github.com/Mintplex-Labs/anything-llm/commit/17c256c7469525dbc67296df8a81b94c790aff3c) add and normalize translations - [`da8b1a4`](https://github.com/Mintplex-Labs/anything-llm/commit/da8b1a4ef99335a657d6b23d461f4a909cedbc6d) improve semantic HTML for linking - [`77a9cbe`](https://github.com/Mintplex-Labs/anything-llm/commit/77a9cbe8e79bebc0faaa3ffa0c443d0c1a855b95) use existing util - [`fa5fda1`](https://github.com/Mintplex-Labs/anything-llm/commit/fa5fda12362eece250cc3aa67442e981060639bb) linting - [`c840348`](https://github.com/Mintplex-Labs/anything-llm/commit/c840348da2fdf4a810ab8c4cb528ecdd537b9a1e) Merge branch 'master' into 4075-feat-add-hint-for-query-mode-chats ### 📊 Changes **23 files changed** (+75 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+25 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatTooltips/index.jsx` (+6 -0) 📝 `frontend/src/locales/ar/common.js` (+2 -0) 📝 `frontend/src/locales/da/common.js` (+2 -0) 📝 `frontend/src/locales/de/common.js` (+2 -0) 📝 `frontend/src/locales/en/common.js` (+3 -0) 📝 `frontend/src/locales/es/common.js` (+2 -0) 📝 `frontend/src/locales/et/common.js` (+2 -0) 📝 `frontend/src/locales/fa/common.js` (+2 -0) 📝 `frontend/src/locales/fr/common.js` (+2 -0) 📝 `frontend/src/locales/he/common.js` (+2 -0) 📝 `frontend/src/locales/it/common.js` (+2 -0) 📝 `frontend/src/locales/ja/common.js` (+2 -0) 📝 `frontend/src/locales/ko/common.js` (+2 -0) 📝 `frontend/src/locales/lv/common.js` (+2 -0) 📝 `frontend/src/locales/nl/common.js` (+2 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+2 -0) 📝 `frontend/src/locales/ru/common.js` (+2 -0) 📝 `frontend/src/locales/tr/common.js` (+2 -0) 📝 `frontend/src/locales/vn/common.js` (+2 -0) _...and 3 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4075 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Adds a tooltip hint below the refusal message in the chat window that says "Why am I seeing this?" - Tooltip links to new docs page explaining about the different chat modes ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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-22 18:35:58 -05:00
yindo closed this issue 2026-02-22 18:35:58 -05:00
yindo changed title from [PR #4076] Add hint for chats in query mode to [PR #4076] [MERGED] Add hint for chats in query mode 2026-06-05 15:18:55 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4507