[PR #9945] [MERGED] 0.5.12 #9238

Closed
opened 2025-11-11 18:17:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/9945
Author: @tjbck
Created: 2/13/2025
Status: Merged
Merged: 2/14/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

77 files changed (+869 additions, -141 deletions)

View changed files

📝 CHANGELOG.md (+13 -0)
📝 backend/open_webui/config.py (+18 -0)
📝 backend/open_webui/main.py (+6 -0)
backend/open_webui/retrieval/web/serpapi.py (+48 -0)
📝 backend/open_webui/routers/retrieval.py (+27 -1)
📝 backend/open_webui/routers/tasks.py (+11 -0)
📝 backend/open_webui/utils/chat.py (+15 -9)
📝 backend/open_webui/utils/middleware.py (+42 -16)
📝 backend/open_webui/utils/misc.py (+5 -4)
📝 backend/requirements.txt (+0 -3)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 pyproject.toml (+0 -3)
📝 src/lib/components/admin/Settings/Interface.svelte (+26 -13)
📝 src/lib/components/admin/Settings/WebSearch.svelte (+29 -0)
📝 src/lib/components/chat/Messages/ContentRenderer.svelte (+3 -0)
📝 src/lib/components/chat/Messages/Markdown.svelte (+3 -0)
📝 src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte (+45 -1)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+3 -0)
📝 src/lib/components/chat/Settings/Connections/Connection.svelte (+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/9945 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d590647`](https://github.com/open-webui/open-webui/commit/d590647d0938a870d7e961232a4840877c940045) Update translation.json - [`3ac3615`](https://github.com/open-webui/open-webui/commit/3ac3615ecdb27918f6f60f8e895fdf2b35122d03) Merge pull request #9890 from OriginalSimon/dev - [`86074cf`](https://github.com/open-webui/open-webui/commit/86074cff6c5e08d6114a42bfba6ba0db789fdd18) fix: re-enable tool use when sending tool output - [`e98f859`](https://github.com/open-webui/open-webui/commit/e98f859a143df9554bfa84d9524f9a7c3ebcfc34) format - [`c47eddc`](https://github.com/open-webui/open-webui/commit/c47eddce3275bf29430e0be75fa8e654e496f538) Optional title generation - [`c315634`](https://github.com/open-webui/open-webui/commit/c3156343650efad049f4e36a22d883246610cd0e) Merge pull request #9917 from nachogmd/dev - [`df1ff8f`](https://github.com/open-webui/open-webui/commit/df1ff8f9943c89e290e13818931a2f36a6fa04d6) chore: remove flask - [`95d56c7`](https://github.com/open-webui/open-webui/commit/95d56c737d2f3d008d6b127804131813b40bd44e) Merge pull request #9907 from smonux/dev - [`ba4b0db`](https://github.com/open-webui/open-webui/commit/ba4b0db4629db049f5b16cfa22764d13e2d422a8) fix playground text completion - [`cd27845`](https://github.com/open-webui/open-webui/commit/cd27845c750603ad7cd4c5165ff9d9791e7ca6b1) fix: direct connections ### 📊 Changes **77 files changed** (+869 additions, -141 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -0) 📝 `backend/open_webui/config.py` (+18 -0) 📝 `backend/open_webui/main.py` (+6 -0) ➕ `backend/open_webui/retrieval/web/serpapi.py` (+48 -0) 📝 `backend/open_webui/routers/retrieval.py` (+27 -1) 📝 `backend/open_webui/routers/tasks.py` (+11 -0) 📝 `backend/open_webui/utils/chat.py` (+15 -9) 📝 `backend/open_webui/utils/middleware.py` (+42 -16) 📝 `backend/open_webui/utils/misc.py` (+5 -4) 📝 `backend/requirements.txt` (+0 -3) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `pyproject.toml` (+0 -3) 📝 `src/lib/components/admin/Settings/Interface.svelte` (+26 -13) 📝 `src/lib/components/admin/Settings/WebSearch.svelte` (+29 -0) 📝 `src/lib/components/chat/Messages/ContentRenderer.svelte` (+3 -0) 📝 `src/lib/components/chat/Messages/Markdown.svelte` (+3 -0) 📝 `src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte` (+45 -1) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+3 -0) 📝 `src/lib/components/chat/Settings/Connections/Connection.svelte` (+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 18:17:31 -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#9238