v0.1.17-20260220162849
BloopAI/vibe-kanbanv0.1.17-20260220162849Feb 20, 2026by github-actions[bot]
AI Summary
This release includes multiple UI refinements for the Vibe Kanban interface, Gemini CLI updates to version 0.29.3 with Gemini 3.1 Pro preview, enhanced MCP tools for issue relationships and workspace management, and several workflow improvements for issue assignment and workspace handling.
Key Highlights
- Gemini CLI updated to 0.29.3 with Gemini 3.1 Pro preview and reduced log noise
- New MCP tools: issue relationships, enriched get_issue, improved tag tools, and update_workspace for archiving/pinning/renaming
- Workspace improvements: deferred archiving until all PRs merged, sidebar sort/filter dialogs with persisted defaults
- Issue workflow enhancements: auto-assign from active filters, carry over assignees to sub-issues
- Bug fixes: race condition on issue resolution, translation keys, null timestamp sorting in workspace
New Features
- Gemini 3.1 Pro preview support
- MCP issue relationships feature
- Enriched get_issue MCP tool
- Improved tag tools in MCP
- update_workspace MCP tool for archiving, pinning, and renaming workspaces
- Workspace sidebar sort/filter dialogs with persisted defaults
- Auto-assign new issues from active kanban assignee filters
- Carry over assignees when creating sub-issues
- Restore last project view when reselecting projects
- Defer workspace archiving until all PRs are merged
- Optimized latest workspace process lookup with ROW_NUMBER
Full Release Notes
## What's Changed * Refine create chat footer density and branch label truncation (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2870 * Bump Gemini CLI to 0.29.3, add Gemini 3.1 Pro preview, and reduce Gemini ACP log noise (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2860 * feat(mcp): add issue relationships, enrich get_issue, improve tag tools by @ciekawy in https://github.com/BloopAI/vibe-kanban/pull/2852 * Defer Workspace Archiving Until All PRs Are Merged (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2848 * Optimize latest workspace process lookup with ROW_NUMBER (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2799 * Auto-assign new issues from active kanban assignee filters (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2871 * Carry over assignees when creating sub-issues (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2873 * Restore last project view when reselecting projects in AppBar (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2874 * Refactor switch defaults to improve draft workspace toggle contrast (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2875 * Restore compile-time SQLx query macro for first user message lookup (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2872 * Align preview inspect control label with context-selection behavior (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2876 * Expose update_workspace MCP tool for archiving, pinning, and renaming workspaces (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2802 * Add workspace sidebar sort/filter dialogs with persisted defaults (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2877 * Fix Kanban right sidebar issue resolution race on create/open (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2878 * Fix workspace sidebar translation keys for sort/filter UI labels (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2879 * Prioritize null updated-at timestamps in workspace sort (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/2881 ## New Contributors * @ciekawy made their first contribution in https://github.com/BloopAI/vibe-kanban/pull/2852 **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/remote-v0.1.9...v0.1.17-20260220162849 ✅ **Published to npm registry**