mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #15653] [CLOSED] Add claude GitHub actions 1752251064098 #46949
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/15653
Author: @devdanks
Created: 7/11/2025
Status: ❌ Closed
Base:
main← Head:add-claude-github-actions-1752251064098📝 Commits (10+)
018000ci18n: Improve zh-CN6c7a7bcMerge pull request #15219 from qingchunnh/Update_zh-CN-256239b2c3deMerge pull request #15220 from prilosac/allow_auto_gpt_image_1f4b9286refac610680aMerge pull request #15213 from beecho01/patch-1f0e60c2fix: use correct password autocomplete for signup708010afeat(i18n): update Spanish translationse237600feat(i18n): update Catalan translations77a9687Merge branch 'open-webui:dev' into devc9c5340Update translation.json📊 Changes
257 files changed (+9876 additions, -5161 deletions)
View changed files
➕
.github/workflows/claude-code-review.yml(+78 -0)➕
.github/workflows/claude.yml(+64 -0)📝
backend/open_webui/config.py(+54 -7)📝
backend/open_webui/env.py(+75 -6)📝
backend/open_webui/internal/db.py(+19 -13)📝
backend/open_webui/main.py(+48 -8)📝
backend/open_webui/models/chats.py(+42 -31)📝
backend/open_webui/retrieval/loaders/main.py(+7 -2)📝
backend/open_webui/retrieval/loaders/mistral.py(+1 -0)📝
backend/open_webui/retrieval/utils.py(+44 -36)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+6 -3)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+21 -1)📝
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py(+145 -507)📝
backend/open_webui/retrieval/web/brave.py(+3 -1)📝
backend/open_webui/retrieval/web/duckduckgo.py(+2 -2)📝
backend/open_webui/routers/audio.py(+32 -25)📝
backend/open_webui/routers/auths.py(+3 -2)📝
backend/open_webui/routers/chats.py(+4 -2)📝
backend/open_webui/routers/configs.py(+14 -7)📝
backend/open_webui/routers/files.py(+8 -7)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.