[PR #5638] [CLOSED] Release v1.0.1 file access and provider persistence #5508

Closed
opened 2026-06-05 15:21:34 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5638
Author: @shis09000-crypto
Created: 5/15/2026
Status: Closed

Base: masterHead: codex/v1.0.1


📝 Commits (6)

  • 96d52e4 Add brand localization and connector settings
  • a16f73a Deduplicate chat draft restore and streaming messages
  • ad27e1b Fix agent thought handling and draft completion
  • e5beef6 Fix live chat turn completion
  • 3fae61b release: v1.0.0 stable core
  • e337950 Release v1.0.1 file access and provider persistence

📊 Changes

164 files changed (+16580 additions, -1271 deletions)

View changed files

RELEASE_NOTES_v1.md (+97 -0)
anythingllm_batch_workspace_debug.zip (+0 -0)
anythingllm_tree2.txt (+647 -0)
📝 docker/.env.example (+5 -0)
extras/wechat-gateway/.env.example (+3 -0)
extras/wechat-gateway/README.md (+161 -0)
extras/wechat-gateway/package-lock.json (+15 -0)
extras/wechat-gateway/package.json (+14 -0)
extras/wechat-gateway/server.js (+249 -0)
frontend/scripts/smoke-merge-turns.mjs (+54 -0)
frontend/scripts/smoke-turn-races.mjs (+437 -0)
📝 frontend/src/App.jsx (+27 -6)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx (+12 -1)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/index.jsx (+11 -0)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+3 -1)
📝 frontend/src/components/Modals/Password/SingleUserAuth.jsx (+3 -1)
frontend/src/components/ProviderPresetImport/index.jsx (+85 -0)
📝 frontend/src/components/SettingsSidebar/index.jsx (+38 -3)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx (+76 -11)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx (+91 -18)

...and 80 more files

📄 Description

This PR includes v1.0.1 changes for file access and provider persistence.


🔄 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/5638 **Author:** [@shis09000-crypto](https://github.com/shis09000-crypto) **Created:** 5/15/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `codex/v1.0.1` --- ### 📝 Commits (6) - [`96d52e4`](https://github.com/Mintplex-Labs/anything-llm/commit/96d52e47866c1742b172fa040b2ead88e141131e) Add brand localization and connector settings - [`a16f73a`](https://github.com/Mintplex-Labs/anything-llm/commit/a16f73a17894c4076fbe90233f9a14ddc770f914) Deduplicate chat draft restore and streaming messages - [`ad27e1b`](https://github.com/Mintplex-Labs/anything-llm/commit/ad27e1be32fe9ebba27d138c60c7c82c7b7bccf3) Fix agent thought handling and draft completion - [`e5beef6`](https://github.com/Mintplex-Labs/anything-llm/commit/e5beef66b2855f3df55030fbb2150df82a030754) Fix live chat turn completion - [`3fae61b`](https://github.com/Mintplex-Labs/anything-llm/commit/3fae61b4d50292fc942e00844b89ce2fedebc991) release: v1.0.0 stable core - [`e337950`](https://github.com/Mintplex-Labs/anything-llm/commit/e3379506acff1c4344321e2dffa8c82aff790b86) Release v1.0.1 file access and provider persistence ### 📊 Changes **164 files changed** (+16580 additions, -1271 deletions) <details> <summary>View changed files</summary> ➕ `RELEASE_NOTES_v1.md` (+97 -0) ➕ `anythingllm_batch_workspace_debug.zip` (+0 -0) ➕ `anythingllm_tree2.txt` (+647 -0) 📝 `docker/.env.example` (+5 -0) ➕ `extras/wechat-gateway/.env.example` (+3 -0) ➕ `extras/wechat-gateway/README.md` (+161 -0) ➕ `extras/wechat-gateway/package-lock.json` (+15 -0) ➕ `extras/wechat-gateway/package.json` (+14 -0) ➕ `extras/wechat-gateway/server.js` (+249 -0) ➕ `frontend/scripts/smoke-merge-turns.mjs` (+54 -0) ➕ `frontend/scripts/smoke-turn-races.mjs` (+437 -0) 📝 `frontend/src/App.jsx` (+27 -6) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx` (+12 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/index.jsx` (+11 -0) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+3 -1) 📝 `frontend/src/components/Modals/Password/SingleUserAuth.jsx` (+3 -1) ➕ `frontend/src/components/ProviderPresetImport/index.jsx` (+85 -0) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+38 -3) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx` (+76 -11) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx` (+91 -18) _...and 80 more files_ </details> ### 📄 Description This PR includes v1.0.1 changes for file access and provider persistence. --- <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-06-05 15:21:34 -04:00
yindo closed this issue 2026-06-05 15:21:34 -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#5508