Skip to content

Fix stale omni_assistant references (OmniBioAgent rename blast radius) - #31

Merged
man4ish merged 1 commit into
mainfrom
fix/omni-assistant-rename-blast-radius
Aug 9, 2026
Merged

Fix stale omni_assistant references (OmniBioAgent rename blast radius)#31
man4ish merged 1 commit into
mainfrom
fix/omni-assistant-rename-blast-radius

Conversation

@man4ish

@man4ish man4ish commented Aug 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

Recon (previous session) found 3 stale references to the pre-rename plugin name omni_assistant/"Omni Assistant" left over from the OmniBioAgent rename that already landed on the backend (omnibioai repo: plugins/bio_agent/plugin.json — slug bio_agent, mount /plugins/bio_agent/).

Changes

  1. src/ui/pages/Workbench.jsx — functional fix: the "Omni Assistant" launcher tile pointed at /_svc/workbench/plugins/omni_assistant/, which is a dead link (the old slug is only kept server-side as a legacy read-fallback for historical run data, per omnibioai/services/run_management/run_store.py). Updated to /_svc/workbench/plugins/bio_agent/ and relabeled "OmniBioAgent" to match the Phase 1 display-name decision (no "OS", no parenthetical alias).
  2. README.md (Core Platform module list) — cosmetic: "Omni Assistant""OmniBioAgent".
  3. README.md (v0.8.0 roadmap row) — cosmetic: "Omni Assistant v2""OmniBioAgent v2".

Verification

  • Rebuilt both frontend bundles (npm run build:ui and npm run web:build) and confirmed the old omni_assistant string is fully purged from dist/assets/*.js and dist/web/assets/*.js, and the new bio_agent/OmniBioAgent strings are present. dist/ is gitignored, so no bundle files are included in this PR — rebuild was verification-only.
  • Confirmed via grep across the repo (including release/*-unpacked copies and omnibioai-dev-hub) that no other omni_assistant/OmniAssistant references remain.

Not merging — opening for review per usual process.

The bio_agent plugin (formerly omni_assistant) was renamed on the
backend (omnibioai repo: plugins/bio_agent/plugin.json now has
slug "bio_agent", mount "/plugins/bio_agent/"), but this repo's
Workbench launcher link and README docs were never updated to match.

- src/ui/pages/Workbench.jsx: "Omni Assistant" label -> "OmniBioAgent"
  (matches Phase 1 display-name decision); url
  /_svc/workbench/plugins/omni_assistant/ -> .../plugins/bio_agent/.
  This was a dead link — the old slug is no longer mounted, only kept
  as a legacy read-fallback for historical run data.
- README.md: two stale "Omni Assistant" / "Omni Assistant v2"
  mentions updated to "OmniBioAgent" / "OmniBioAgent v2".

Rebuilt dist/ and dist/web/ (vite build / web:build) and confirmed the
old omni_assistant string is gone from the compiled bundles and the
new bio_agent/OmniBioAgent strings are present. dist/ is gitignored,
so no bundle files are part of this commit.
@man4ish
man4ish merged commit 6ff08e7 into main Aug 9, 2026
2 checks passed
@man4ish
man4ish deleted the fix/omni-assistant-rename-blast-radius branch August 9, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant