docs(deployment): remove RAUX/Open-WebUI references from docs#931
Conversation
RAUX (the Open-WebUI fork) is no longer part of GAIA. This commit removes the stale "GAIA UI (RAUX) Interface" section from ui.mdx, rewrites the architecture section to describe the current Gaia Agent UI (FastAPI + React/TS/Vite/Electron), and renames bare "GAIA UI" → "Gaia Agent UI" in three other doc files. Refs #929
SummaryDocs-only PR that removes the retired "GAIA UI (RAUX)" section from Issues Found🟡 ImportantCasing inconsistency: "Gaia Agent UI" vs the established "GAIA Agent UI" ( Across the rest of the docs the product is consistently styled "GAIA Agent UI" — 37 occurrences across 19 files, including in the same files this PR modifies:
Since the description mentions "PR 3 (the stale-strings CI workflow), which enforces the absence of these terms going forward", a casing decision now will save churn later. If the canonical form is Pick one example — applied here on the most visible site, the new H1 in …and apply the same 🟢 Minor — out of scope, follow-upStale "GAIA Chat" / "GAIA Chat Desktop" references (not changed by this PR; flagged for visibility) This PR renames the heading "GAIA Chat (Lightweight Desktop)" → "Gaia Agent UI Architecture" in
Out of scope for a "remove RAUX" PR and the links themselves are not broken (they point at Strengths
VerdictApprove with suggestions — Docs-only, accomplishes its stated goal, and the test plan checks all pass on the head. The casing nit is a one-line decision ( |
## Summary Removes all references to RAUX (the retired Open-WebUI fork) from the documentation. RAUX is no longer part of GAIA; the current UI is the Gaia Agent UI (`src/gaia/apps/webui/` + `src/gaia/ui/`). ## Why `docs/deployment/ui.mdx` still contained a full "GAIA UI (RAUX) Interface" section, including an acknowledgment block for the OpenWebUI team and a link to the retired `aigdat/raux` repository. Three other doc files used the bare "GAIA UI" label (which pointed contributors toward the wrong product). These references misdirect external contributors and are factually wrong. Refs amd#929 ## Changes - `docs/deployment/ui.mdx` — removed the "GAIA UI (RAUX) Interface" section entirely; renamed "GAIA Chat (Lightweight Desktop)" → "Gaia Agent UI Architecture" and removed the "lighter alternative to RAUX" framing; updated Developer Quick Start link text. - `docs/guides/custom-agent.mdx` — "GAIA UI" → "Gaia Agent UI" (line 13). - `docs/plans/axis-gaia-integration.md` — "GAIA UI" → "Gaia Agent UI" (line 162). - `docs/plans/desktop-installer.mdx` — "GAIA UI" → "Gaia Agent UI" (line 419). **Must land before PR 3** (the stale-strings CI workflow), which enforces the absence of these terms going forward. ## Test plan - [ ] `grep -rn -i "raux\|open-webui\|openwebui" docs/` — zero hits - [ ] `grep -rn "GAIA UI" docs/` (without "Agent") — zero hits - [ ] All internal links in `docs/deployment/ui.mdx` resolve: `/guides/agent-ui`, `/sdk/sdks/agent-ui`, `/spec/agent-ui-server`, `/reference/troubleshooting#appimage-on-linux` ## Checklist - [x] I have linked a GitHub issue above (`Refs amd#929`). - [x] I have described **why** this change is being made, not just what changed. - [x] No code changes — docs only; lint and unit tests are not applicable. - [x] Documentation updated (this PR is the documentation update).
Summary
Removes all references to RAUX (the retired Open-WebUI fork) from the documentation. RAUX is no longer part of GAIA; the current UI is the Gaia Agent UI (
src/gaia/apps/webui/+src/gaia/ui/).Why
docs/deployment/ui.mdxstill contained a full "GAIA UI (RAUX) Interface" section, including an acknowledgment block for the OpenWebUI team and a link to the retiredaigdat/rauxrepository. Three other doc files used the bare "GAIA UI" label (which pointed contributors toward the wrong product). These references misdirect external contributors and are factually wrong.Refs #929
Changes
docs/deployment/ui.mdx— removed the "GAIA UI (RAUX) Interface" section entirely; renamed "GAIA Chat (Lightweight Desktop)" → "Gaia Agent UI Architecture" and removed the "lighter alternative to RAUX" framing; updated Developer Quick Start link text.docs/guides/custom-agent.mdx— "GAIA UI" → "Gaia Agent UI" (line 13).docs/plans/axis-gaia-integration.md— "GAIA UI" → "Gaia Agent UI" (line 162).docs/plans/desktop-installer.mdx— "GAIA UI" → "Gaia Agent UI" (line 419).Must land before PR 3 (the stale-strings CI workflow), which enforces the absence of these terms going forward.
Test plan
grep -rn -i "raux\|open-webui\|openwebui" docs/— zero hitsgrep -rn "GAIA UI" docs/(without "Agent") — zero hitsdocs/deployment/ui.mdxresolve:/guides/agent-ui,/sdk/sdks/agent-ui,/spec/agent-ui-server,/reference/troubleshooting#appimage-on-linuxChecklist
Refs #929).