v0.30.0
Release Notes — v0.30.0
Date: 2026-05-27
New
- Structured AI response cards in Studio were refined with clearer semantics and improved presentation for better readability.
- Modal evidence contract is now surfaced across AI incident and debugging workflows, improving traceability and diagnostic transparency.
- AI output quality gate introduced to strengthen response consistency before downstream execution.
- Workspace snapshot recovery added to improve resilience during failed imports or workspace restoration scenarios.
Changed
- AI chat interaction clarity improved, including stronger stream timeout handling for more reliable conversational flows.
- Editor debugging surfaces expanded with richer AI debug actions and enhanced architecture lens visibility.
- Incident verification workflows hardened with stricter verify-first release gating behavior.
- Workspace import pipeline strengthened with additional hardening safeguards.
- Organization and documentation domain references migrated to
rapidkitlabs/www.workspai.com.
Fix
- Stream timeout instability and chat clarity regressions addressed in AI interaction flows.
- Verification gate edge cases in incident release workflows resolved to reduce release validation failures.
- Workspace import robustness issues mitigated through recovery and defensive import handling.
Other
- This release primarily focuses on platform stabilization, reliability improvements, and operational hardening across AI, Editor, Incident, and Workspace flows.
- Recommended release verification steps remain:
npm run compileandnpm run buildprior to VSIX publishing or marketplace release creation. - Commit scope included in this release covers the latest delivery set through
v0.30.0.
Commit-level audit (most recent 8 commits):
ce4ee8b— feat(studio): clarify structured AI response cardse1daab1— fix(ai): improve chat clarity and stream timeoutd630705— feat(ai): surface modal evidence contractaeebc0b— feat(editor): enrich AI debug actions and architecture lens262f407— fix(incident): harden verify-first release gates551a9d1— feat(ai): add output quality gate6709580— feat(workspace): add snapshot recovery and import hardening59aa208— chore: migrate organization and domain references