v26.5.0-rc.0
Pre-releaseWhat's Changed (v26.5.0-beta.0 -> v26.5.0-rc.0)
✨ Features
Prometheus Query Preset Management
Introduced a new Prometheus Query Preset section under the Admin Serving page, with full CRUD support, live preview, and polished list interactions.
- FR-2451: add prometheus tab scaffolding to AdminServingPage by @agatha197 in #7082
- FR-2451: implement Prometheus Query Preset list table by @agatha197 in #7084
- FR-2451: add Prometheus Query Preset create modal by @agatha197 in #7085
- FR-2451: add Prometheus Query Preset delete confirmation by @agatha197 in #7086
- FR-2451: add Prometheus Query Preset edit modal with live preview by @agatha197 in #7094
- FR-2451: polish preset list — BAINameActionCell, copyable QueryTemplate, column settings, i18n by @agatha197 in #7095
Deployment Preset Management
Added end-to-end deployment preset workflows: spec, CRUD UI, detail view in the VFolder deploy modal, and pre-population of the deployment launcher form from a selected preset.
- FR-2750: add deployment preset management UI feature spec by @agatha197 in #7091
- FR-2761: add deployment preset create/edit/delete UI by @agatha197 in #7125
- FR-2762: add deployment preset detail view in VFolderDeployModal by @agatha197 in #7127
- FR-2801: pre-populate deployment launcher form fields from deployment preset by @agatha197 in #7224
Model Serving & Session UX
Improved the ModelCardV2 filter ergonomics and relocated the "number of sessions" control into the session start button dropdown for a cleaner launch flow.
- FR-2786: improve ModelCardV2 filter — typed filters, renderInput, BAISelect onSearch fix by @agatha197 in #7183
- FR-2324: move "number of session" to session start button dropdown menu by @yomybaby in #6045
Developer Experience
Added a Claude Code skill that streamlines spinning up the local dev server for contributors using AI-assisted workflows.
🐛 Bug Fixes
Deployment & Navigation Fixes
Tightened the deployment CRUD flow and fixed a navigation bug in the deployment preset tabs by switching to URLSearchParams-based routing.
- FR-2787: deployment CRUD UI/UX improvements by @agatha197 in #7191
- FR-2805: correct tab key and use URLSearchParams in deployment preset navigation by @yomybaby in #7233
RBAC Localization & UX
Localized role-assignment strings, resolved scope names in the permission modal, corrected Korean RBAC terminology, and switched reversible revoke/remove flows to a Popconfirm-style modal.
- FR-2775: localize ROLE_ASSIGNMENT and resolve scope name in permission modal by @ironAiken2 in #7155
- FR-2803: correct Korean RBAC translations to use 역할 and 동작 by @yomybaby in #7229
- FR-2804: use Popconfirm-style modal for reversible RBAC revoke / remove flows by @yomybaby in #7231
Other Fixes
Restored the dev-time theme header color override that broke after the Vite migration, fixed the upload status reset between cycles, and corrected PDF font selection for Japanese and Thai builds on macOS.
- FR-2795: restore dev-time theme header color override broken after Vite migration by @yomybaby in #7209
- FR-2777: reset upload status when a new cycle starts after the previous one ended by @ironAiken2 in #7160
- FR-2745: fix PDF font selection for Japanese and Thai builds on macOS by @agatha197 in #7068
🔨 Refactoring
Prometheus Preset List Polish
Reorganized the Prometheus query preset list with column groups, persisted overrides, and helper consolidation.
- FR-2451: polish Prometheus query preset list — column groups, persisted overrides, helper consolidation by @nowgnuesLee in #7221
🧪 E2E Tests
Prometheus Preset Coverage
Added E2E coverage for Prometheus preset CRUD, filtering, sorting, and table settings.
- FR-2451: add E2E tests for prometheus preset CRUD, filter, sort, and table settings by @agatha197 in #7108
📝 Documentation
Manual Screenshots
Captured the remaining user-manual screenshots across four languages as a follow-up to FR-2650.
- FR-2743: capture remaining manual screenshots in 4 langs (FR-2650 follow-up) by @ironAiken2 in #7072
🛠 Chores
Developer Tooling
Hid the react-grab toolbar in development mode to reduce visual noise during local development.
Full Changelog: v26.5.0-beta.0...v26.5.0-rc.0