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:
Target branch: Please verify that the pull request targets the dev branch.
Description: Provide a concise description of the changes made in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests to validate the changes?
Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
Prefix: To clearly categorize this pull request, prefix the pull request title using one of the following:
BREAKING CHANGE: Significant changes that may affect compatibility
build: Changes that affect the build system or external dependencies
ci: Changes to our continuous integration processes or workflows
chore: Refactor, cleanup, or other non-functional code changes
docs: Documentation update or addition
feat: Introduces a new feature or enhancement to the codebase
fix: Bug fix or error correction
i18n: Internationalization or localization changes
perf: Performance improvement
refactor: Code restructuring for better maintainability, readability, or scalability
style: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.)
test: Adding missing tests or correcting existing tests
WIP: Work in progress, a temporary label for incomplete or ongoing work
Changelog Entry
Description
[Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
Added
[List any new features, functionalities, or additions]
Changed
[List any changes, updates, refactorings, or optimizations]
Deprecated
[List any deprecated functionality or features that have been removed]
Removed
[List any removed features, files, or functionalities]
Fixed
[List any fixes, corrections, or bug fixes]
Security
[List any new or updated security-related changes, including vulnerability fixes]
Breaking Changes
BREAKING CHANGE: [List any breaking changes affecting compatibility or functionality]
Additional Information
[Insert any additional context, notes, or explanations for the changes]
[Reference any related issues, commits, or other relevant information]
Screenshots or Videos
[Attach any relevant screenshots or videos demonstrating the changes]
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.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/15603
**Author:** [@prerna01-nagarro](https://github.com/prerna01-nagarro)
**Created:** 7/9/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `cust-callback-mob`
---
### 📝 Commits (10+)
- [`a1fe3c9`](https://github.com/open-webui/open-webui/commit/a1fe3c9ea4565de13c9f39d20141673bdaad7006) docs(sync): add internal guide for syncing with Open WebUI upstream
- [`76a05f0`](https://github.com/open-webui/open-webui/commit/76a05f0e98532b72d58d62db35f2dc3177a9c72c) updated code for pipeline
- [`186acc5`](https://github.com/open-webui/open-webui/commit/186acc5461a7baa44950d570bdecd949f84342b5) updated dockerfile
- [`4816e3f`](https://github.com/open-webui/open-webui/commit/4816e3fce684945577c880dfb9b630b6940a0e6e) udpated dteails
- [`68655c0`](https://github.com/open-webui/open-webui/commit/68655c09e1c4567ac5f7ef58597cff28a9ca16ea) Merged PR 4: GPT-67 - Implement the UI changes
- [`7d5955d`](https://github.com/open-webui/open-webui/commit/7d5955d881201cc2ed5030e0cfbcf3f3c1f589f3) Merged PR 5: GPT-67 - Implement the UI changes
- [`cbf7645`](https://github.com/open-webui/open-webui/commit/cbf7645ed04357e6fb701c3828f8277d6b4fc845) Sidebar css and NavBar css added as per figma
- [`c6e717e`](https://github.com/open-webui/open-webui/commit/c6e717e7d60c7c2d795b253ea4d970f7e99443fb) Feat:[GPT-436] suggestion action items added
- [`db13b4b`](https://github.com/open-webui/open-webui/commit/db13b4b985cbab9f962a374f9acec492b2bac119) updated code for pipeline
- [`1ac4d60`](https://github.com/open-webui/open-webui/commit/1ac4d6029e978ab9e9916d3467122f7a2ef6cd7b) updated dockerfile
### 📊 Changes
**87 files changed** (+1890 additions, -1180 deletions)
<details>
<summary>View changed files</summary>
📝 `Dockerfile` (+5 -1)
📝 `README.md` (+7 -0)
➕ `azure-pipeline.yml` (+51 -0)
📝 `backend/open_webui/config.py` (+10 -22)
📝 `backend/open_webui/main.py` (+7 -0)
📝 `backend/open_webui/utils/oauth.py` (+53 -28)
➕ `docs/upstream-sync.md` (+60 -0)
📝 `src/app.css` (+91 -0)
📝 `src/app.html` (+60 -121)
📝 `src/lib/components/admin/Evaluations.svelte` (+1 -1)
📝 `src/lib/components/admin/Settings.svelte` (+3 -3)
📝 `src/lib/components/admin/Users.svelte` (+1 -1)
📝 `src/lib/components/admin/Users/Groups/EditGroupModal.svelte` (+1 -1)
📝 `src/lib/components/channel/Channel.svelte` (+1 -1)
📝 `src/lib/components/channel/Navbar.svelte` (+1 -1)
📝 `src/lib/components/chat/Chat.svelte` (+3 -3)
📝 `src/lib/components/chat/ChatPlaceholder.svelte` (+7 -73)
📝 `src/lib/components/chat/MessageInput.svelte` (+98 -128)
📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+1 -1)
📝 `src/lib/components/chat/Navbar.svelte` (+31 -48)
_...and 67 more files_
</details>
### 📄 Description
# Pull Request Checklist
### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request.
**Before submitting, make sure you've checked the following:**
- [ ] **Target branch:** Please verify that the pull request targets the `dev` branch.
- [ ] **Description:** Provide a concise description of the changes made in this pull request.
- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [ ] **Testing:** Have you written and run sufficient tests to validate the changes?
- [ ] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
- [ ] **Prefix:** To clearly categorize this pull request, prefix the pull request title using one of the following:
- **BREAKING CHANGE**: Significant changes that may affect compatibility
- **build**: Changes that affect the build system or external dependencies
- **ci**: Changes to our continuous integration processes or workflows
- **chore**: Refactor, cleanup, or other non-functional code changes
- **docs**: Documentation update or addition
- **feat**: Introduces a new feature or enhancement to the codebase
- **fix**: Bug fix or error correction
- **i18n**: Internationalization or localization changes
- **perf**: Performance improvement
- **refactor**: Code restructuring for better maintainability, readability, or scalability
- **style**: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.)
- **test**: Adding missing tests or correcting existing tests
- **WIP**: Work in progress, a temporary label for incomplete or ongoing work
# Changelog Entry
### Description
- [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
### Added
- [List any new features, functionalities, or additions]
### Changed
- [List any changes, updates, refactorings, or optimizations]
### Deprecated
- [List any deprecated functionality or features that have been removed]
### Removed
- [List any removed features, files, or functionalities]
### Fixed
- [List any fixes, corrections, or bug fixes]
### Security
- [List any new or updated security-related changes, including vulnerability fixes]
### Breaking Changes
- **BREAKING CHANGE**: [List any breaking changes affecting compatibility or functionality]
---
### Additional Information
- [Insert any additional context, notes, or explanations for the changes]
- [Reference any related issues, commits, or other relevant information]
### Screenshots or Videos
- [Attach any relevant screenshots or videos demonstrating the changes]
### Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15603
Author: @prerna01-nagarro
Created: 7/9/2025
Status: ❌ Closed
Base:
main← Head:cust-callback-mob📝 Commits (10+)
a1fe3c9docs(sync): add internal guide for syncing with Open WebUI upstream76a05f0updated code for pipeline186acc5updated dockerfile4816e3fudpated dteails68655c0Merged PR 4: GPT-67 - Implement the UI changes7d5955dMerged PR 5: GPT-67 - Implement the UI changescbf7645Sidebar css and NavBar css added as per figmac6e717eFeat:[GPT-436] suggestion action items addeddb13b4bupdated code for pipeline1ac4d60updated dockerfile📊 Changes
87 files changed (+1890 additions, -1180 deletions)
View changed files
📝
Dockerfile(+5 -1)📝
README.md(+7 -0)➕
azure-pipeline.yml(+51 -0)📝
backend/open_webui/config.py(+10 -22)📝
backend/open_webui/main.py(+7 -0)📝
backend/open_webui/utils/oauth.py(+53 -28)➕
docs/upstream-sync.md(+60 -0)📝
src/app.css(+91 -0)📝
src/app.html(+60 -121)📝
src/lib/components/admin/Evaluations.svelte(+1 -1)📝
src/lib/components/admin/Settings.svelte(+3 -3)📝
src/lib/components/admin/Users.svelte(+1 -1)📝
src/lib/components/admin/Users/Groups/EditGroupModal.svelte(+1 -1)📝
src/lib/components/channel/Channel.svelte(+1 -1)📝
src/lib/components/channel/Navbar.svelte(+1 -1)📝
src/lib/components/chat/Chat.svelte(+3 -3)📝
src/lib/components/chat/ChatPlaceholder.svelte(+7 -73)📝
src/lib/components/chat/MessageInput.svelte(+98 -128)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+1 -1)📝
src/lib/components/chat/Navbar.svelte(+31 -48)...and 67 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.