[PR #3733] [CLOSED] Create the default feature #4375

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3733
Author: @amouawad
Created: 4/28/2025
Status: Closed

Base: masterHead: master


📝 Commits (8)

📊 Changes

78 files changed (+8801 additions, -218 deletions)

View changed files

.vs/ProjectSettings.json (+3 -0)
.vs/VSWorkspaceState.json (+8 -0)
.vs/anything-llm-1/v16/.suo (+0 -0)
.vs/slnx.sqlite (+0 -0)
📝 collector/processSingleFile/convert/asAudio.js (+2 -1)
📝 collector/processSingleFile/convert/asDocx.js (+3 -2)
📝 collector/processSingleFile/convert/asEPub.js (+3 -2)
📝 collector/processSingleFile/convert/asMbox.js (+3 -2)
📝 collector/processSingleFile/convert/asOfficeMime.js (+3 -2)
📝 collector/processSingleFile/convert/asPDF/index.js (+3 -2)
📝 collector/processSingleFile/convert/asTxt.js (+3 -2)
📝 collector/processSingleFile/convert/asXlsx.js (+3 -2)
📝 collector/processSingleFile/index.js (+1 -0)
📝 docker/Dockerfile (+1 -0)
frontend/package-lock.json (+3253 -0)
📝 frontend/package.json (+1 -1)
📝 frontend/public/embed/anythingllm-chat-widget.min.js (+1 -1)
📝 frontend/src/App.jsx (+1 -0)
📝 frontend/src/components/ChatBubble/index.jsx (+1 -1)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx (+1 -1)

...and 58 more files

📄 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/3733 **Author:** [@amouawad](https://github.com/amouawad) **Created:** 4/28/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`197850f`](https://github.com/Mintplex-Labs/anything-llm/commit/197850f18f719e347f2ce3207c4b7a560d9f646f) Update index.css - [`65429bf`](https://github.com/Mintplex-Labs/anything-llm/commit/65429bfe9709b0c3f54b81da21b692a65affcc52) Update index.css - [`5ce0abc`](https://github.com/Mintplex-Labs/anything-llm/commit/5ce0abc0bc0810c550723f7185017d3526984a37) Index.css file change - [`6216ab0`](https://github.com/Mintplex-Labs/anything-llm/commit/6216ab0e9b496505458bcffec4d76cf7a8e54d82) Change colors - [`da201ce`](https://github.com/Mintplex-Labs/anything-llm/commit/da201ce116e698310c2104b6f254607c6093953b) Change colors - [`fb6eaa4`](https://github.com/Mintplex-Labs/anything-llm/commit/fb6eaa4f884197dea7e5db05055b3a59809d0f2f) UI changes - [`c42f926`](https://github.com/Mintplex-Labs/anything-llm/commit/c42f926e307424c7dd5c878fd870f14ee0f7ab2c) UI changes v2 - [`fae1ef1`](https://github.com/Mintplex-Labs/anything-llm/commit/fae1ef17395793b5901443a21123eedf75a7ef66) Version v1.0 with sync option ### 📊 Changes **78 files changed** (+8801 additions, -218 deletions) <details> <summary>View changed files</summary> ➕ `.vs/ProjectSettings.json` (+3 -0) ➕ `.vs/VSWorkspaceState.json` (+8 -0) ➕ `.vs/anything-llm-1/v16/.suo` (+0 -0) ➕ `.vs/slnx.sqlite` (+0 -0) 📝 `collector/processSingleFile/convert/asAudio.js` (+2 -1) 📝 `collector/processSingleFile/convert/asDocx.js` (+3 -2) 📝 `collector/processSingleFile/convert/asEPub.js` (+3 -2) 📝 `collector/processSingleFile/convert/asMbox.js` (+3 -2) 📝 `collector/processSingleFile/convert/asOfficeMime.js` (+3 -2) 📝 `collector/processSingleFile/convert/asPDF/index.js` (+3 -2) 📝 `collector/processSingleFile/convert/asTxt.js` (+3 -2) 📝 `collector/processSingleFile/convert/asXlsx.js` (+3 -2) 📝 `collector/processSingleFile/index.js` (+1 -0) 📝 `docker/Dockerfile` (+1 -0) ➕ `frontend/package-lock.json` (+3253 -0) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/public/embed/anythingllm-chat-widget.min.js` (+1 -1) 📝 `frontend/src/App.jsx` (+1 -0) 📝 `frontend/src/components/ChatBubble/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx` (+1 -1) _...and 58 more files_ </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:42 -05:00
yindo closed this issue 2026-02-22 18:35:42 -05:00
yindo changed title from [PR #3733] Create the default feature to [PR #3733] [CLOSED] Create the default feature 2026-06-05 15:18: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#4375