[PR #16456] [MERGED] 0.6.22 #10939

Closed
opened 2025-11-11 19:17:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/16456
Author: @tjbck
Created: 8/10/2025
Status: Merged
Merged: 8/11/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

77 files changed (+1922 additions, -202 deletions)

View changed files

📝 CHANGELOG.md (+16 -0)
📝 backend/open_webui/config.py (+1 -1)
📝 backend/open_webui/main.py (+3 -0)
📝 backend/open_webui/retrieval/vector/dbs/pinecone.py (+3 -1)
📝 backend/open_webui/retrieval/vector/dbs/s3vector.py (+1 -1)
📝 backend/open_webui/utils/middleware.py (+90 -70)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/apis/openai/index.ts (+1 -1)
📝 src/lib/components/chat/Chat.svelte (+14 -1)
📝 src/lib/components/chat/Messages/Error.svelte (+15 -1)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+83 -39)
📝 src/lib/components/chat/Navbar.svelte (+3 -8)
📝 src/lib/components/chat/Settings/Interface.svelte (+24 -1)
📝 src/lib/components/common/Tooltip.svelte (+1 -1)
📝 src/lib/components/layout/Sidebar/ChatItem.svelte (+4 -7)
📝 src/lib/components/workspace/Knowledge.svelte (+1 -1)
📝 src/lib/components/workspace/Prompts.svelte (+1 -1)
📝 src/lib/components/workspace/Tools.svelte (+1 -1)
📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -0)

...and 57 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/16456 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/10/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c7753f2`](https://github.com/open-webui/open-webui/commit/c7753f2d9b82ead1be8a2e12e326f993bdeae161) i18n add kabyle translation - [`4df4091`](https://github.com/open-webui/open-webui/commit/4df40918997ef72ea2e4f1ba7ddb921a37cdd494) Update languages.json - [`059cc63`](https://github.com/open-webui/open-webui/commit/059cc636f6c28c6e496ffc0dc05cc0e2390981f3) fix: openai response propagation issue - [`fbb8c11`](https://github.com/open-webui/open-webui/commit/fbb8c111edb863bdae8bef70a4e9fba1abda054d) refac - [`497471d`](https://github.com/open-webui/open-webui/commit/497471d16b0275ad6b45fcc2441855174e06096d) enh: regenerate menu toggle setting - [`32a022a`](https://github.com/open-webui/open-webui/commit/32a022a823eac7d308bc699e319992319fa375ee) enh: v1 endpoint support - [`5941713`](https://github.com/open-webui/open-webui/commit/5941713b0c39e4a0c7d8f771894e184620a365c0) Merge pull request #16448 from BoFFire/dev - [`2944736`](https://github.com/open-webui/open-webui/commit/29447366d140beb1807f5cb3e5604fd695b28bf8) refac: styling - [`1623396`](https://github.com/open-webui/open-webui/commit/1623396086531b628a768095edd31139eb71f53d) refac: styling - [`bc9b514`](https://github.com/open-webui/open-webui/commit/bc9b51402f9d6dab0cb451990c721b444cdc8f6d) 0.6.22 changelog init ### 📊 Changes **77 files changed** (+1922 additions, -202 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -0) 📝 `backend/open_webui/config.py` (+1 -1) 📝 `backend/open_webui/main.py` (+3 -0) 📝 `backend/open_webui/retrieval/vector/dbs/pinecone.py` (+3 -1) 📝 `backend/open_webui/retrieval/vector/dbs/s3vector.py` (+1 -1) 📝 `backend/open_webui/utils/middleware.py` (+90 -70) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/openai/index.ts` (+1 -1) 📝 `src/lib/components/chat/Chat.svelte` (+14 -1) 📝 `src/lib/components/chat/Messages/Error.svelte` (+15 -1) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+83 -39) 📝 `src/lib/components/chat/Navbar.svelte` (+3 -8) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+24 -1) 📝 `src/lib/components/common/Tooltip.svelte` (+1 -1) 📝 `src/lib/components/layout/Sidebar/ChatItem.svelte` (+4 -7) 📝 `src/lib/components/workspace/Knowledge.svelte` (+1 -1) 📝 `src/lib/components/workspace/Prompts.svelte` (+1 -1) 📝 `src/lib/components/workspace/Tools.svelte` (+1 -1) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+1 -0) _...and 57 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 2025-11-11 19:17:51 -06: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#10939