v0.1.25-20260306111436
BloopAI/vibe-kanbanv0.1.25-20260306111436Mar 6, 2026by github-actions[bot]
AI Summary
This release includes internal refactoring around workspace and worktree management, a simplified WYSIWYG editor with plain-text markdown editing and preview toggle, persistence of last selected org/project, and updated AI model support including Codex v0.110.0 and GPT-5.4.
Key Highlights
- Bump Codex to v0.110.0 and add GPT-5.4 support
- Simplify WYSIWYG editor with plain-text markdown editing and preview toggle
- Extract workspace/worktree managers and unify workspace lifecycle flows
- Move agent_working_dir ownership from workspace to session
- Persist last selected org and project in scratch store
New Features
- Simplified WYSIWYG editor with plain-text markdown editing and preview toggle
- Persist last selected org and project in scratch store
- Expose app version from /api/info in app bar footer
- Codex v0.110.0 with GPT-5.4 support
- VS Code remote SSH links now open in a new window
Full Release Notes
## What's Changed * Restore scratch draft repo branches during create-mode hydration (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3033 * Extract workspace/worktree managers and unify workspace lifecycle flows (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3032 * Persist last selected org and project in scratch store (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2921 * Simplify WYSIWYG editor: plain-text markdown editing with preview toggle (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2974 * fix: open VS Code remote SSH links in a new window by @kerrickstaley in https://github.com/BloopAI/vibe-kanban/pull/3031 * ci: check cargo lock for the relay crate by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3042 * Expose app version from /api/info in app bar footer (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3043 * Update cursor models by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3045 * Move agent_working_dir ownership from workspace to session (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3044 * Update copilot models by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3047 * fix(ci): use blacksmith runner for changes check by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3048 * Update droid models by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3046 * Bump Codex to v0.110.0 and add GPT-5.4 support (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/3051 ## New Contributors * @kerrickstaley made their first contribution in https://github.com/BloopAI/vibe-kanban/pull/3031 **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/remote-v0.1.20...v0.1.25-20260306111436 ✅ **Published to npm registry**