[PR #1636] [MERGED] patch: Auto thread renaming #3728

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

📋 Pull Request Information

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

Base: masterHead: thread-auto-rename-updates


📝 Commits (1)

  • 00d1247 patch: Auto thread renaming

📊 Changes

5 files changed (+40 additions, -19 deletions)

View changed files

📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx (+3 -2)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+0 -14)
📝 frontend/src/utils/chat/index.js (+16 -0)
📝 server/endpoints/chat.js (+10 -0)
📝 server/models/workspaceThread.js (+11 -3)

📄 Description

  • Do not rename threads if already named
  • Move update to chatHandler action emitter
  • Remove logic from frontend to rename the thread based in chat container.

🔄 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/1636 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `thread-auto-rename-updates` --- ### 📝 Commits (1) - [`00d1247`](https://github.com/Mintplex-Labs/anything-llm/commit/00d12473b1abd3738512fe3f35debdf0c80605ab) patch: Auto thread renaming ### 📊 Changes **5 files changed** (+40 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx` (+3 -2) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+0 -14) 📝 `frontend/src/utils/chat/index.js` (+16 -0) 📝 `server/endpoints/chat.js` (+10 -0) 📝 `server/models/workspaceThread.js` (+11 -3) </details> ### 📄 Description - Do not rename threads if already named - Move update to `chatHandler` action emitter - Remove logic from frontend to rename the thread based in chat container. --- <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:22 -05:00
yindo closed this issue 2026-02-22 18:34:22 -05:00
yindo changed title from [PR #1636] patch: Auto thread renaming to [PR #1636] [MERGED] patch: Auto thread renaming 2026-06-05 15:14: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#3728