[PR #22168] [MERGED] 0.8.8 #42158

Closed
opened 2026-04-25 14:08:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22168
Author: @tjbck
Created: 3/2/2026
Status: Merged
Merged: 3/2/2026
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

79 files changed (+1239 additions, -892 deletions)

View changed files

📝 CHANGELOG.md (+22 -0)
📝 backend/open_webui/routers/terminals.py (+154 -1)
📝 backend/open_webui/tools/builtin.py (+1 -1)
📝 backend/open_webui/utils/access_control/files.py (+13 -0)
📝 backend/open_webui/utils/middleware.py (+51 -25)
📝 backend/open_webui/utils/tools.py (+2 -1)
📝 package-lock.json (+34 -467)
📝 package.json (+3 -1)
📝 src/lib/apis/terminal/index.ts (+42 -0)
📝 src/lib/components/AddTerminalServerModal.svelte (+2 -2)
📝 src/lib/components/chat/Chat.svelte (+4 -43)
📝 src/lib/components/chat/ChatControls.svelte (+22 -12)
📝 src/lib/components/chat/FileNav.svelte (+142 -1)
📝 src/lib/components/chat/FileNav/FileEntryRow.svelte (+56 -10)
📝 src/lib/components/chat/FileNav/FileNavToolbar.svelte (+27 -1)
📝 src/lib/components/chat/FileNav/FilePreview.svelte (+18 -1)
📝 src/lib/components/chat/MessageInput.svelte (+3 -7)
📝 src/lib/components/chat/MessageInput/IntegrationsMenu.svelte (+1 -3)
📝 src/lib/components/chat/Messages.svelte (+13 -7)
src/lib/components/chat/XTerminal.svelte (+261 -0)

...and 59 more files

📄 Description

No description provided


🔄 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/open-webui/open-webui/pull/22168 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/2/2026 **Status:** ✅ Merged **Merged:** 3/2/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d7147d6`](https://github.com/open-webui/open-webui/commit/d7147d6cddfd314f0f1be77b15cec406a609ef36) refac - [`64957db`](https://github.com/open-webui/open-webui/commit/64957db7b3474574f7e083f4f306dc5a060faadf) refac - [`b338850`](https://github.com/open-webui/open-webui/commit/b338850cc1f7da884f395193bdf9c0c880d70de3) Merge pull request #22127 from ShirasawaSama/patch-49 - [`c701ebe`](https://github.com/open-webui/open-webui/commit/c701ebe07bd152eecb42b0bf6de26071358a5c76) refac - [`0c42cd2`](https://github.com/open-webui/open-webui/commit/0c42cd2c012f9f49816adac897e2b46573b3cb6c) enh: ot move - [`7295132`](https://github.com/open-webui/open-webui/commit/72951324dfeef64e09f4776898d675bc1c44f040) refac - [`395098c`](https://github.com/open-webui/open-webui/commit/395098c6f1b7499d37ad55145a5931431d3e72e9) refac - [`11487d6`](https://github.com/open-webui/open-webui/commit/11487d66fc1a2dfafbdaa2b7ef939a86caaf3872) refac - [`bec227d`](https://github.com/open-webui/open-webui/commit/bec227da302dca93b2525baa71dec3ebb5205fe0) i18n: improve Chinese translations (#22148) - [`3909b62`](https://github.com/open-webui/open-webui/commit/3909b62ffcf49839fa57346ed8487ae759811503) enh: file nav html rendering ### 📊 Changes **79 files changed** (+1239 additions, -892 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+22 -0) 📝 `backend/open_webui/routers/terminals.py` (+154 -1) 📝 `backend/open_webui/tools/builtin.py` (+1 -1) 📝 `backend/open_webui/utils/access_control/files.py` (+13 -0) 📝 `backend/open_webui/utils/middleware.py` (+51 -25) 📝 `backend/open_webui/utils/tools.py` (+2 -1) 📝 `package-lock.json` (+34 -467) 📝 `package.json` (+3 -1) 📝 `src/lib/apis/terminal/index.ts` (+42 -0) 📝 `src/lib/components/AddTerminalServerModal.svelte` (+2 -2) 📝 `src/lib/components/chat/Chat.svelte` (+4 -43) 📝 `src/lib/components/chat/ChatControls.svelte` (+22 -12) 📝 `src/lib/components/chat/FileNav.svelte` (+142 -1) 📝 `src/lib/components/chat/FileNav/FileEntryRow.svelte` (+56 -10) 📝 `src/lib/components/chat/FileNav/FileNavToolbar.svelte` (+27 -1) 📝 `src/lib/components/chat/FileNav/FilePreview.svelte` (+18 -1) 📝 `src/lib/components/chat/MessageInput.svelte` (+3 -7) 📝 `src/lib/components/chat/MessageInput/IntegrationsMenu.svelte` (+1 -3) 📝 `src/lib/components/chat/Messages.svelte` (+13 -7) ➕ `src/lib/components/chat/XTerminal.svelte` (+261 -0) _...and 59 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 14:08:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#42158