v26.7.2
What's Changed (v26.7.1 -> v26.7.2)
✨ Features
Agent Management
Added lifecycle control for agent watchers directly from the admin UI.
- FR-3230: add agent watcher start/stop/restart actions to AgentDetailDrawer by @ironAiken2 in #8087
Resource Policy & Deployment
Surfaced more policy metadata in the keypair resource policy list and clarified an immutable field during deployment creation.
- FR-3268: add created_at & default_for_unspecified columns to KeypairResourcePolicyList and fix concurrency translations by @ironAiken2 in #8196
- FR-3263: warn on the deployment creation form that the resource group cannot be changed by @agatha197 in #8172
Property Filter (Storage Permissions)
Introduced a controlled renderInput contract for the GraphQL property filter and applied it to the storage permission panels.
- FR-3011: add controlled renderInput contract to BAIGraphQLPropertyFilter by @ironAiken2 in #8082
- FR-3011: apply controlled filter to storage permission panels by @ironAiken2 in #7940
Documentation Site & Pipeline
Improved docs-site sharing previews and made the docs build/versioning pipeline more automatic.
- FR-3265: docs site OG previews, og:image, version-pill release link, styled selects by @yomybaby in #8167
- FR-3275: trigger Amplify docs rebuild after archive snapshot push by @yomybaby in #8200
- FR-3276: fix nav-label drift and add nav-title lint with CI by @yomybaby in #8203
🐛 Bug Fixes
Permission & Filter UI
Fixed stale form/filter state in permission-related components and completed the controlled-filter migration.
- FR-3270: reset CreatePermissionModal form state by unmounting after close by @ironAiken2 in #8178
- FR-3282: migrate UserFolderPermissionPanelV2 filter to the controlled renderInput contract by @ironAiken2 in #8213
- FR-3232: make property filter Storybook stories interactive by @ironAiken2 in #8090
Model Service & Revisions
Corrected image resolution when adding a revision and completed a missing model-service string.
- FR-3278: resolve a manually entered image name to an image id in Add Revision by @agatha197 in #8206
- FR-3261: add missing modelService.ImageRequired translation and sync locale gaps by @nowgnuesLee in #8161
Navigation & Help Links
Corrected navigation labels and pointed the in-app help to the migrated docs URLs.
- FR-3269: point header help button to migrated multi-version docs URLs by @agatha197 in #8176
- rename stale "Sessions All" nav label to Compute Sessions by @yomybaby in #8186
Docs Build Tooling
Hardened the docs archive-fetch configuration and heading slug generation.
- FR-3255: derive Amplify archive-branch fetch list from docs config by @yomybaby in #8158
- FR-3266: pass PR number to add_comment in storybook-coverage-checker by @agatha197 in #8169
- decode HTML entities before slugifying headings (docs-toolkit) by @yomybaby in #8195
🔨 Refactoring
- FR-3234: type BAIGraphQLPropertyFilter against real schema filter types by @ironAiken2 in #8093
🌐 i18n
Standardized user-facing terminology in translation strings.
- use "Sign up" (verb) consistently in login and sign-up modals by @yomybaby in #8187
- normalize user-facing
vfoldercasing toVFolderin i18n strings by @yomybaby with @Copilot in #8198
📝 Documentation
Fixed content, structure, and wording issues across the user manual.
- correct accelerator support, NFS→storage host, and Web App Proxy naming in manual by @yomybaby in #8184
- normalize WebUI/SFTP/RTX PRO terminology casing in user manual by @yomybaby in #8183
- repair broken table, line breaks, and button labels in manual by @yomybaby in #8190
- improve Korean wording (사용자화, inline-English casing, HPC phrasing) in manual by @yomybaby in #8185
🎨 Style
Full Changelog: v26.7.1...v26.7.2