v0.1.14-20260218113639
BloopAI/vibe-kanbanv0.1.14-20260218113639Feb 18, 2026by github-actions[bot]
AI Summary
This release of Vibe Kanban (v0.1.14) includes significant UI/UX improvements like a model selector, dynamic page titles, and sortable project ordering, along with enhanced self-hosting capabilities and various bug fixes for hotkeys, i18n translations, and the typeahead menu.
Key Highlights
- Added Model Selector feature for chat controls in footer options row
- Implemented dynamic page titles based on current view
- Added sortable App Bar project order with consistent first-project navigation
- Made LOOPS_EMAIL_API_KEY optional for self-hosting
- Fixed broken hotkeys for kanban and typeahead menu jumping issues
- Removed Electric sync for blobs and attachments
- Modularized MCP task server with assignee/tag remote tooling
New Features
- Model selector with unified create/session executor defaults
- Categorize common shell commands for better visual aggregation
- Link GitHub PRs created outside VK to workspaces
- Dynamic page titles based on current view
- Use remote issue simple_id in merge commit messages and PR titles
- Expose issue-linked pull requests in MCP tools
- Modularize MCP task server and add assignee/tag remote tooling
- Add sortable App Bar project order with consistent first-project navigation
- Auto-default create-mode repos from relevant workspaces and require branch selection
- Sync remote workspace and PR state on login, push, and link actions
- Open Repository Settings Action in New Settings Dialog
Full Release Notes
## What's Changed * fix: prevent conversation entries from overlapping on follow-up messages (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2679 * fix(cursor): allow cursor to run in non-yolo mode by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2757 * fix(ci/remote): Relax remote Cargo.lock to match cargo build --locked by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2760 * fix(remote): make LOOPS_EMAIL_API_KEY optional for self-hosting (Vibe Kanban) by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2761 * Fix/docker compose docs by @benodiwal in https://github.com/BloopAI/vibe-kanban/pull/2747 * chore: downgrade noisy error by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2762 * chore: downgrade noisy error in file cache by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2763 * feat: Categorize common shell commands for better visual aggregation by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2758 * Remove Amp forking and disable Amp retry/edit-retry flows (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2675 * Open Repository Settings Action in New Settings Dialog (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2767 * docs: update AGENTS.md to reflect current project state (Vibe Kanban) by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2768 * fix broken hotkeys for kanban by @vdmkotai in https://github.com/BloopAI/vibe-kanban/pull/2700 * fix: deduplicate consecutive patches in historical normalized log streaming (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2587 * chore: downgrade linux notification error by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2764 * chore: suppress noisy PR monitor errors by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2765 * feat: Link GitHub PRs created outside VK to workspaces (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2771 * feat: dynamic page titles based on current view (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2779 * fix: Remove Electric sync for blobs and attachments (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2742 * fix: resolve missing and mismatched i18n translation keys (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2780 * fix: remove veta references from docs by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2781 * fix: make VK_SHARED_API_BASE work at runtime for self-hosted frontend by @vdmkotai in https://github.com/BloopAI/vibe-kanban/pull/2769 * feat: Model selector by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2571 * fix: polyfill crypto.randomUUID for non-secure contexts by @vdmkotai in https://github.com/BloopAI/vibe-kanban/pull/2791 * Modularize MCP task server and add assignee/tag remote tooling (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2772 * Refactor file & slash typeahead plugins: modernize styles, improve edge detection, add Create Tag action (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2735 * feat: use remote issue simple_id in merge commit messages and PR titles (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2776 * fix: remove package-lock.json by @kldzj in https://github.com/BloopAI/vibe-kanban/pull/2787 * Expose issue-linked pull requests in MCP tools (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2782 * Fix Copy Raw Logs by removing duplicate LogsPanelProvider (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2792 * Sync remote workspace and PR state on login, push, and link actions (Vibe Kanban) by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2770 * Add sortable App Bar project order with consistent first-project navigation (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2774 * fix: suppress codex_core tracing output from server logs (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2795 * Auto-default create-mode repos from relevant workspaces and require branch selection (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2798 * fix(ci): allow test workflow to trigger on docs-only PRs by @benodiwal in https://github.com/BloopAI/vibe-kanban/pull/2806 * Unify create/session executor defaults and model selector flow (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2807 * Restore first-project landing in onboarding and root redirect (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2808 * Skip repo selection when create-mode defaults are already set (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2809 * Revert and reimplement recent model selection by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2811 * fix: don't classify >/dev/null and fd as edit commands by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2801 * Fix typeahead menu jumping during typing (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2814 * Fix create-mode repo defaults so removed repos are not re-added (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2819 * Move chat model selector controls to footer options row (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2818 **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/v0.1.13-20260213171856...v0.1.14-20260218113639 ✅ **Published to npm registry**