[PR #1812] [MERGED] [FEAT] Ability to delete messages from conversation history #3786

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1812
Author: @shatfield4
Created: 7/3/2024
Status: Merged
Merged: 7/3/2024
Merged by: @timothycarambat

Base: masterHead: 1408-feat-ability-to-delete-messages-from-conversation-history


📝 Commits (7)

  • f184b19 implement delete message feature
  • 6917bfb Merge branch 'master' into 1408-feat-ability-to-delete-messages-from-conversation-history
  • 46c00b4 add new delete chat endpoint that just hides messages from ui and fix perms
  • 251e390 refactor: add delete-event hooks for delete so we dont need to pass so much
  • d131a1c update animation
  • 86d8d0f Merge branch 'master' into 1408-feat-ability-to-delete-messages-from-conversation-history
  • 6bac9ac linting and cleanup imports

📊 Changes

6 files changed (+136 additions, -2 deletions)

View changed files

frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/DeleteMessage/index.jsx (+67 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx (+2 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+10 -1)
📝 frontend/src/index.css (+20 -0)
📝 frontend/src/models/workspace.js (+11 -0)
📝 server/endpoints/workspaces.js (+26 -1)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1408

What is in this change?

  • Add an action to delete messages from conversation history

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/1812 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 7/3/2024 **Status:** ✅ Merged **Merged:** 7/3/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1408-feat-ability-to-delete-messages-from-conversation-history` --- ### 📝 Commits (7) - [`f184b19`](https://github.com/Mintplex-Labs/anything-llm/commit/f184b198e5ff4b54756072341500f6c23326cc88) implement delete message feature - [`6917bfb`](https://github.com/Mintplex-Labs/anything-llm/commit/6917bfb53ca78adc795d82dfd3011a82bfb35b79) Merge branch 'master' into 1408-feat-ability-to-delete-messages-from-conversation-history - [`46c00b4`](https://github.com/Mintplex-Labs/anything-llm/commit/46c00b443f473e5ccb76d9c096c1ae6c2be2b064) add new delete chat endpoint that just hides messages from ui and fix perms - [`251e390`](https://github.com/Mintplex-Labs/anything-llm/commit/251e390f1bc2cfa64b316a183a17ec8615af8108) refactor: add delete-event hooks for delete so we dont need to pass so much - [`d131a1c`](https://github.com/Mintplex-Labs/anything-llm/commit/d131a1c653c09879bbef57f2c3ab44ded171e105) update animation - [`86d8d0f`](https://github.com/Mintplex-Labs/anything-llm/commit/86d8d0f46dd2abb3314f50b7e65bfe416c9edb29) Merge branch 'master' into 1408-feat-ability-to-delete-messages-from-conversation-history - [`6bac9ac`](https://github.com/Mintplex-Labs/anything-llm/commit/6bac9ac32941eda8fa7314a1f5098d217fb780c5) linting and cleanup imports ### 📊 Changes **6 files changed** (+136 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/DeleteMessage/index.jsx` (+67 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx` (+2 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+10 -1) 📝 `frontend/src/index.css` (+20 -0) 📝 `frontend/src/models/workspace.js` (+11 -0) 📝 `server/endpoints/workspaces.js` (+26 -1) </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 #1408 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Add an action to delete messages from conversation history ### 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:34:29 -05:00
yindo closed this issue 2026-02-22 18:34:30 -05:00
yindo changed title from [PR #1812] [FEAT] Ability to delete messages from conversation history to [PR #1812] [MERGED] [FEAT] Ability to delete messages from conversation history 2026-06-05 15:15:14 -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#3786