dfc6936 Refactor RAUX launch scripts to streamline conda environment handling and improve server startup logic. Updated launch_raux.cmd to set the RAUX conda environment path and removed references to the Lemonade environment. Modified launch_raux.ps1 to enhance clarity in server startup messages and process management for both RAUX and Lemonade servers.
a6fa7c9 Enhance launch_raux.ps1 to track server status for RAUX and Lemonade. Introduced global variables to monitor server readiness and modified the Test-ServerReady function to prevent redundant checks. Updated server monitoring logic to improve clarity and efficiency during server startup.
cb18e0e Update desktop shortcut and cleanup commands for RAUX environment. Changed shortcut name from "RAUX.lnk" to "GAIA-RAUX-UI-BETA.lnk" in both the VSCode tasks and NSIS installer scripts for consistency and clarity.
372528a Update desktop shortcut name in installer and VSCode tasks for consistency. Changed shortcut from "GAIA-RAUX-UI-BETA.lnk" to "GAIA-UI-BETA.lnk" to align with recent branding updates.
0c64d82 Enable blank issue templates in GitHub repository for improved user submissions and issue tracking.
d5aa305 Update .env.example and installer script to reflect project name change from RAUX to GAIA UI. Adjusted environment variable and paths in the installer for consistency with new branding.
🔄 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/14740
**Author:** [@itomek](https://github.com/itomek)
**Created:** 6/6/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `101-lemonade-status-indicator`
---
### 📝 Commits (10+)
- [`fe82416`](https://github.com/open-webui/open-webui/commit/fe824166cf5b2132611eb3b0209bbf12022f1d8b) Main sync (#65)
- [`dfc6936`](https://github.com/open-webui/open-webui/commit/dfc693655a08ac9f5ef1ef4e6b44ebd6077a1f36) Refactor RAUX launch scripts to streamline conda environment handling and improve server startup logic. Updated launch_raux.cmd to set the RAUX conda environment path and removed references to the Lemonade environment. Modified launch_raux.ps1 to enhance clarity in server startup messages and process management for both RAUX and Lemonade servers.
- [`a6fa7c9`](https://github.com/open-webui/open-webui/commit/a6fa7c957c639fd36288c74e451d1bba52022db8) Enhance launch_raux.ps1 to track server status for RAUX and Lemonade. Introduced global variables to monitor server readiness and modified the Test-ServerReady function to prevent redundant checks. Updated server monitoring logic to improve clarity and efficiency during server startup.
- [`cb18e0e`](https://github.com/open-webui/open-webui/commit/cb18e0e5c2d5c55ceb65cae2641547c2c77355a8) Update desktop shortcut and cleanup commands for RAUX environment. Changed shortcut name from "RAUX.lnk" to "GAIA-RAUX-UI-BETA.lnk" in both the VSCode tasks and NSIS installer scripts for consistency and clarity.
- [`372528a`](https://github.com/open-webui/open-webui/commit/372528ae41c85c990547643ec5dd552fd595c55e) Update desktop shortcut name in installer and VSCode tasks for consistency. Changed shortcut from "GAIA-RAUX-UI-BETA.lnk" to "GAIA-UI-BETA.lnk" to align with recent branding updates.
- [`0c64d82`](https://github.com/open-webui/open-webui/commit/0c64d821577da26c232dee3d8b9fbcd83482ea9b) Enable blank issue templates in GitHub repository for improved user submissions and issue tracking.
- [`d5aa305`](https://github.com/open-webui/open-webui/commit/d5aa305ea49dd119e94d9cb21a8b905cfa5a9f74) Update .env.example and installer script to reflect project name change from RAUX to GAIA UI. Adjusted environment variable and paths in the installer for consistency with new branding.
- [`06c62e0`](https://github.com/open-webui/open-webui/commit/06c62e084ee3ba6cfa4511ba373df81363f63f26) RAUX - back to CONDA
- [`a224b64`](https://github.com/open-webui/open-webui/commit/a224b64b4979bbcd6c5f1c10eebada654cb61198) Feature/tmi/69 feat remove conda env in favor of standalone python (#73)
- [`9730231`](https://github.com/open-webui/open-webui/commit/973023112a68b863ea64fa49b3cec21517e9b79f) Update launch_raux.cmd to change RAUX conda environment path and PowerShell script location to reflect new directory structure under GAIA.
### 📊 Changes
**107 files changed** (+17858 additions, -998 deletions)
<details>
<summary>View changed files</summary>
➕ `.cursor/.cursorignore` (+0 -0)
➕ `.cursor/raux_understanding.json` (+117 -0)
➕ `.cursor/rules/code_analysis.json` (+59 -0)
➕ `.cursor/rules/development_practices.json` (+86 -0)
➕ `.cursor/rules/documentation_refs.json` (+28 -0)
➕ `.cursor/rules/raux_understanding.json` (+43 -0)
➕ `.cursor/rules/rules.mdc` (+48 -0)
➕ `.cursorignore` (+6 -0)
➕ `.github/ISSUE_TEMPLATE/80-2902499246.md` (+16 -0)
📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+59 -107)
📝 `.github/ISSUE_TEMPLATE/config.yml` (+4 -1)
📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+35 -48)
📝 `.github/pull_request_template.md` (+16 -60)
➕ `.github/workflows/build-and-package.yml` (+189 -0)
➕ `.github/workflows/build-pr.yml` (+11 -0)
📝 `.github/workflows/build-release.yml` (+38 -58)
➕ `.github/workflows/claude.yml` (+37 -0)
📝 `.github/workflows/deploy-to-hf-spaces.yml` (+4 -4)
➖ `.github/workflows/docker-build.yaml` (+0 -477)
���� `.github/workflows/format-backend.yaml.disabled` (+0 -0)
_...and 80 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>
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/14740
Author: @itomek
Created: 6/6/2025
Status: ❌ Closed
Base:
main← Head:101-lemonade-status-indicator📝 Commits (10+)
fe82416Main sync (#65)dfc6936Refactor RAUX launch scripts to streamline conda environment handling and improve server startup logic. Updated launch_raux.cmd to set the RAUX conda environment path and removed references to the Lemonade environment. Modified launch_raux.ps1 to enhance clarity in server startup messages and process management for both RAUX and Lemonade servers.a6fa7c9Enhance launch_raux.ps1 to track server status for RAUX and Lemonade. Introduced global variables to monitor server readiness and modified the Test-ServerReady function to prevent redundant checks. Updated server monitoring logic to improve clarity and efficiency during server startup.cb18e0eUpdate desktop shortcut and cleanup commands for RAUX environment. Changed shortcut name from "RAUX.lnk" to "GAIA-RAUX-UI-BETA.lnk" in both the VSCode tasks and NSIS installer scripts for consistency and clarity.372528aUpdate desktop shortcut name in installer and VSCode tasks for consistency. Changed shortcut from "GAIA-RAUX-UI-BETA.lnk" to "GAIA-UI-BETA.lnk" to align with recent branding updates.0c64d82Enable blank issue templates in GitHub repository for improved user submissions and issue tracking.d5aa305Update .env.example and installer script to reflect project name change from RAUX to GAIA UI. Adjusted environment variable and paths in the installer for consistency with new branding.06c62e0RAUX - back to CONDAa224b64Feature/tmi/69 feat remove conda env in favor of standalone python (#73)9730231Update launch_raux.cmd to change RAUX conda environment path and PowerShell script location to reflect new directory structure under GAIA.📊 Changes
107 files changed (+17858 additions, -998 deletions)
View changed files
➕
.cursor/.cursorignore(+0 -0)➕
.cursor/raux_understanding.json(+117 -0)➕
.cursor/rules/code_analysis.json(+59 -0)➕
.cursor/rules/development_practices.json(+86 -0)➕
.cursor/rules/documentation_refs.json(+28 -0)➕
.cursor/rules/raux_understanding.json(+43 -0)➕
.cursor/rules/rules.mdc(+48 -0)➕
.cursorignore(+6 -0)➕
.github/ISSUE_TEMPLATE/80-2902499246.md(+16 -0)📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+59 -107)📝
.github/ISSUE_TEMPLATE/config.yml(+4 -1)📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+35 -48)📝
.github/pull_request_template.md(+16 -60)➕
.github/workflows/build-and-package.yml(+189 -0)➕
.github/workflows/build-pr.yml(+11 -0)📝
.github/workflows/build-release.yml(+38 -58)➕
.github/workflows/claude.yml(+37 -0)📝
.github/workflows/deploy-to-hf-spaces.yml(+4 -4)➖
.github/workflows/docker-build.yaml(+0 -477)����
.github/workflows/format-backend.yaml.disabled(+0 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.