v0.1.27-20260309171359
BloopAI/vibe-kanbanv0.1.27-20260309171359Mar 9, 2026by github-actions[bot]
AI Summary
This release focuses on workspace route refactoring and several bug fixes alongside a new localStorage feature. The workspace lifecycle APIs have been split and restructured, while bugs related to setup script failures and follow-up messaging have been addressed.
Key Highlights
- Split and refactored workspace lifecycle APIs with restructured route nesting
- Added auto-discovery of orchestrator MCP session context
- Fixed bug to preserve initial prompt when setup script fails
- Fixed bug to allow follow-up messages while parallel setup script is running
- Added localStorage-backed scratch storage for remote-web
New Features
- localStorage-backed scratch storage for remote-web
- Auto-discovery of orchestrator MCP session context
- Preserve initial prompt when setup script fails
- Allow follow-up messages while parallel setup script is running
Full Release Notes
## What's Changed * Split workspace lifecycle APIs and refactor workspace routes (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3071 * Refactor workspace route nesting and colocate DTOs (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3072 * fix: preserve initial prompt when setup script fails (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2938 * Auto-discover orchestrator MCP session context (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3073 * fix: allow follow-up messages while parallel setup script is running (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3007 * feat: localStorage-backed scratch storage for remote-web (Vibe Kanban) by @vdmkotai in https://github.com/BloopAI/vibe-kanban/pull/3011 **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/v0.1.26-20260307160046...v0.1.27-20260309171359 ✅ **Published to npm registry**