Release Notes¶
For the complete changelog with all details, see CHANGELOG.md on GitHub.
Version history¶
| Version | Date | Highlights |
|---|---|---|
| v0.30.0 | 2026-04-02 | Removed TUI; CLI + GUI cover all use cases |
| v0.29.2 | 2026-04-02 | WAI-ARIA accessibility fixes across GUI and landing page |
| v0.29.1 | 2026-04-02 | Project deletion now blocks when active instances exist |
| v0.29.0 | 2026-04-02 | File operations (workspace files push/pull/list), Substrate integration tests |
| v0.28.1 | 2026-04-02 | AMI, Marketplace, Idle Detection E2E tests |
| v0.28.0 | 2026-04-01 | Cloudscape 3.0.1255 upgrade, Windows GUID, semver constraints |
v0.30.0¶
Released: 2026-04-02
Removed¶
- TUI removed — the
prism tuicommand andinternal/tui/package (~22,000 lines) have been retired. The TUI had fallen behind the CLI and GUI in feature coverage (missing file operations, governance, courses, and all features added after v0.26.0), was excluded from CI, and added maintenance overhead. All use cases are covered by the CLI and GUI. Removescharmbracelet/bubbletea,bubbles, andlipglossdependencies.
v0.29.2¶
Released: 2026-04-02
Fixed¶
- WAI-ARIA accessibility across GUI and landing page (#568–577)
Terminal.tsx:role="status",aria-live,aria-hiddenon status bar and pulsing dot;role="application"+aria-labelon terminal containerSSHKeyModal.tsx:aria-labelandaria-readonlyon key textareasWebView.tsx:role="status"+aria-labelon loading overlayApp.tsx: skip-navigation link;tabIndex={-1}on#main-content- Landing page:
<main>landmark,<section aria-labelledby>,<article>cards, corrected heading hierarchy,aria-hiddenon decorative emoji - Landing page CSS:
:focus-visibleoutlines on all hero buttons
v0.29.1¶
Released: 2026-04-02
Fixed¶
- Project deletion now correctly blocks when running instances belong to the project (#539). Previously
getActiveInstancesForProjectwas a permanent stub returning empty — deletion safety was silently bypassed.
v0.29.0¶
Released: 2026-04-02
Added¶
- File operations:
prism workspace files push/pull/list— transfers files to/from running instances via S3 relay (#30a) - Substrate v0.48.0 — all 6 Substrate integration tests pass (replaces LocalStack, no Docker required)
Fixed¶
- All 268 pre-existing TypeScript typecheck errors resolved (
npm run typechecknow clean)
v0.28.1¶
Released: 2026-04-02
Added¶
- E2E test coverage for AMI Management, Template Marketplace, and Idle Detection
AMIPage,MarketplacePage,IdlePagePlaywright page objects
Fixed¶
WorkshopsPanel.tsx: added missingdata-testidthat was causing E2E timeout cascadecourse_handlers.go: EFS creation now returns deterministic fake ID in test mode (was hanging indefinitely)playwright.config.js: addedNODE_OPTIONS="--max-old-space-size=4096"to prevent Vite crash on large App.tsx
v0.28.0¶
Released: 2026-04-01
Added / Changed¶
- Cloudscape Design System upgrade to 3.0.1255
- Windows GUID support
- Semver constraint enforcement
- Policy framework fixes
- Research user migration improvements