mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #15215] [CLOSED] Fix/file #23759
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/15215
Author: @karlorz
Created: 6/22/2025
Status: ❌ Closed
Base:
main← Head:fix/file📝 Commits (10+)
9742ca1chore: update workflow triggers to use workflow_dispatch92ce2fechore: update push branch in build-release workflow to 'next'f0b734fCode Interpreter Auto-Prepare feature filesystem functionality5c0d6dcworkflow6bcab23Merge branch 'open-webui:main' into next770d4e4chore: update push branch in build-release workflow to 'next'f501601Merge branch 'workflow'00a2100Update docker-build.yaml61e31ebMerge branch 'open-webui:main' into main8a15949Merge branch 'main' into next📊 Changes
23 files changed (+1955 additions, -29 deletions)
View changed files
📝
.github/workflows/build-release.yml(+2 -1)📝
.github/workflows/docker-build.yaml(+4 -4)📝
.github/workflows/format-backend.yaml(+2 -0)📝
.github/workflows/format-build-frontend.yaml(+4 -0)📝
.github/workflows/release-pypi.yml(+6 -5)➕
.serena/cache/python/document_symbols_cache_v20-05-25.pkl(+0 -0)➕
.serena/memories/code_structure.md(+68 -0)➕
.serena/memories/code_style_conventions.md(+66 -0)➕
.serena/memories/file_upload_edit_mode_analysis.md(+64 -0)➕
.serena/memories/macos_development_guide.md(+124 -0)➕
.serena/memories/project_overview.md(+46 -0)➕
.serena/memories/suggested_commands.md(+111 -0)➕
.serena/memories/task_completion_workflow.md(+106 -0)➕
.serena/project.yml(+66 -0)📝
backend/open_webui/config.py(+1 -0)📝
backend/open_webui/routers/utils.py(+2 -0)📝
backend/open_webui/utils/code_interpreter.py(+1006 -3)📝
backend/open_webui/utils/middleware.py(+24 -6)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)...and 3 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.