[PR #2960] [CLOSED] Feature/fix detached head #4184

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2960
Author: @choiss7
Created: 1/10/2025
Status: Closed

Base: masterHead: feature/fix-detached-head


📝 Commits (2)

📊 Changes

9 files changed (+211 additions, -951 deletions)

View changed files

📝 collector/package.json (+2 -2)
📝 frontend/package.json (+1 -1)
📝 package.json (+7 -3)
📝 server/endpoints/api/openai/index.js (+87 -149)
📝 server/endpoints/api/workspaceThread/index.js (+41 -308)
📝 server/endpoints/chat.js (+31 -5)
📝 server/models/eventLogs.js (+3 -3)
📝 server/package.json (+1 -1)
📝 server/swagger/openapi.json (+38 -479)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

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/2960 **Author:** [@choiss7](https://github.com/choiss7) **Created:** 1/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/fix-detached-head` --- ### 📝 Commits (2) - [`3fa3a04`](https://github.com/Mintplex-Labs/anything-llm/commit/3fa3a04ae19e2b995240f40f3ca8055204b6a537) debug detail - [`51ef963`](https://github.com/Mintplex-Labs/anything-llm/commit/51ef963e214e10d06b94977c887bcb95ecf0014d) cp -> copy ### 📊 Changes **9 files changed** (+211 additions, -951 deletions) <details> <summary>View changed files</summary> 📝 `collector/package.json` (+2 -2) 📝 `frontend/package.json` (+1 -1) 📝 `package.json` (+7 -3) 📝 `server/endpoints/api/openai/index.js` (+87 -149) 📝 `server/endpoints/api/workspaceThread/index.js` (+41 -308) 📝 `server/endpoints/chat.js` (+31 -5) 📝 `server/models/eventLogs.js` (+3 -3) 📝 `server/package.json` (+1 -1) 📝 `server/swagger/openapi.json` (+38 -479) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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. --> - [ ] 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 --- <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:19 -05:00
yindo closed this issue 2026-02-22 18:35:19 -05:00
yindo changed title from [PR #2960] Feature/fix detached head to [PR #2960] [CLOSED] Feature/fix detached head 2026-06-05 15:17:16 -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#4184