mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 18:14:16 -05:00
[PR #16456] [MERGED] 0.6.22 #10939
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (10+)
c7753f2i18n add kabyle translation4df4091Update languages.json059cc63fix: openai response propagation issuefbb8c11refac497471denh: regenerate menu toggle setting32a022aenh: v1 endpoint support5941713Merge pull request #16448 from BoFFire/dev2944736refac: styling1623396refac: stylingbc9b5140.6.22 changelog init📊 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.