fix(vibe-kanban): pin to v0.1.43 to restore Projects access#113
Merged
Conversation
v0.1.44 (2026-04-24) replaced the ProjectKanban view with a hardcoded sunset page globally — including for self-hosted instances — leaving Projects export-only and blocking access to Issues. Upstream issue BloopAI/vibe-kanban#3396 is open with no maintainer response and no fix in sight (the company that built it shut down; the repo is nominally community-maintained). Pin both the runtime CMD and the MCP-server-config entrypoint script to v0.1.43, the last release before the regression. Existing data in dev_vibe-kanban-data is preserved across the downgrade. Bump back to floating "latest" only after #3396 is reverted upstream. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vibe-kanbantov0.1.43in bothvibe-kanban/Dockerfile(runtime CMD) andvibe-kanban/entrypoint.sh(MCP server config injected into~/.claude.json)ProjectKanbanview with a hardcodedProjectSunsetPage, leaving Projects export-only globally — the regression also blocks Issues access since they're nested under projects in the UI navigationdev_vibe-kanban-datais preserved across the downgradeBump-back criteria
Only unpin once #3396 is reverted upstream (or a community fork ships the revert as
latest).Test plan
./nova.sh recreate devrebuilds the image with the new CMDvibe-kanban@0.1.43from npm~/.claude.jsonafter entrypoint runs)🤖 Generated with Claude Code