[PR #126] [MERGED] History per workspace #3204

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/126
Author: @AntonioCiolino
Created: 6/27/2023
Status: Merged
Merged: 6/28/2023
Merged by: @timothycarambat

Base: masterHead: to-merge


📝 Commits (4)

  • a8075f5 Enable saving history value per workspace
  • c9ae7ff added history
  • 693ad8a added history
  • 8b4af25 Changes re: the PR for message limits from history

📊 Changes

3 files changed (+46 additions, -3 deletions)

View changed files

📝 frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx (+34 -0)
📝 server/models/workspace.js (+9 -2)
📝 server/utils/chats/index.js (+3 -1)

📄 Description

Merge for Adding chat history window into the code base.


🔄 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/126 **Author:** [@AntonioCiolino](https://github.com/AntonioCiolino) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 6/28/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `to-merge` --- ### 📝 Commits (4) - [`a8075f5`](https://github.com/Mintplex-Labs/anything-llm/commit/a8075f52f7c8359a73e19c06a9826a0971cd781c) Enable saving history value per workspace - [`c9ae7ff`](https://github.com/Mintplex-Labs/anything-llm/commit/c9ae7ffc26248f01c1e093402539c408ed345b58) added history - [`693ad8a`](https://github.com/Mintplex-Labs/anything-llm/commit/693ad8aecbc45b0aa4e5a9f794b8758c717e4e2e) added history - [`8b4af25`](https://github.com/Mintplex-Labs/anything-llm/commit/8b4af25619b889c03ef3284828b26dcb35bfa916) Changes re: the PR for message limits from history ### 📊 Changes **3 files changed** (+46 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx` (+34 -0) 📝 `server/models/workspace.js` (+9 -2) 📝 `server/utils/chats/index.js` (+3 -1) </details> ### 📄 Description Merge for Adding chat history window into the code base. --- <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:33:16 -05:00
yindo closed this issue 2026-02-22 18:33:16 -05: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#3204