v26.4.0-rc.3
Pre-releaseWhat's Changed (v26.4.0-rc.2 -> v26.4.0-rc.3)
✨ Features
Paste Your Command — CLI Command Parser
Added a CLI command parser utility that allows users to paste terminal commands directly into the service launcher, automatically parsing them into structured form fields with YAML generation support.
- FR-2440: add CLI command parser utility for Paste Your Command by @agatha197 in #6341
- FR-2441: add command-based model service creation with CLI parsing and YAML generation by @agatha197 in #6342
Runtime Parameter Configuration UI
Introduced a runtime parameter configuration system with schema-based form generation, extra args parsing, fallback metadata, and category-tabbed display in cards. Parameters are now tracked by user interaction rather than compared to defaults.
- FR-2447: add runtime parameter configuration UI feature spec by @agatha197 in #6352
- FR-2446: add runtime extra args parser utility by @agatha197 in #6377
- FR-2446: add runtime parameter fallback metadata by @agatha197 in #6378
- FR-2446: add runtime parameter schema hook and form component by @agatha197 in #6379
- FR-2446: integrate runtime parameter UI into service launcher by @agatha197 in #6380
- FR-2444: display runtime parameters in BAICard with category tabs by @yomybaby in #6384
- FR-2457: change runtime parameter hint to Alert info component by @yomybaby in #6396
- track touched runtime parameters instead of comparing to defaults by @yomybaby in #6405
- FR-2462: improve runtime variant UX with search prefill and ordering by @yomybaby in #6411
Service Launcher Advanced Mode
Added advanced collapsible card with toggle and URL sync for the model service launcher, along with feature spec for the advanced mode layout.
- FR-2445: add advanced mode for model service launcher feature spec by @agatha197 in #6349
- FR-2444: add advanced collapsible card with toggle and URL sync for service launcher by @agatha197 in #6374
VFolder & Storage Improvements
Enhanced VFolder interactions with folder explorer edit mode, Open/Create/Refresh buttons in VFolderSelect, and restored mount path specification for additional mounts.
- FR-2458: add Open/Create/Refresh buttons to VFolderSelect by @yomybaby in #6397
- FR-2456: enable folder explorer in edit mode for model storage by @yomybaby in #6398
- FR-2459: restore mount path specification for additional mounts by @yomybaby in #6399
Service Launcher UX Polish
Improved overall service launcher UX with card titles, folder name ellipsis, and form cleanup.
- improve service launcher UX with card titles, folder name ellipsis, and form cleanup by @yomybaby in #6403
🐛 Bug Fixes
Runtime Parameter & Service Launcher Fixes
Addressed slider performance, collapsible toggle behavior, Form.Item tooltip issues, review feedback on a11y and i18n, and restored changes lost during squash-merge.
- FR-2444: improve runtime parameter UI — slider perf, collapsible toggle, Form.Item tooltip by @yomybaby in #6382
- FR-2444: address copilot review feedback — a11y, shared component, i18n, types by @yomybaby in #6386
- FR-2444: restore missing changes from squash-merged stack PRs by @yomybaby in #6401
- FR-2455: address review findings — key format, folder names, null safety, Suspense by @yomybaby in #6400
- prevent formItemProps spread from overwriting validation rules in EnvVarFormList by @yomybaby in #6404
🎨 Style
🛠 Chores
Full Changelog: v26.4.0-rc.2...v26.4.0-rc.3