🎉 v0.0.137 out now - released 12 hours ago!💫 "Biggest increase in productivity since Cursor" - Luke Harries✨ Remote review by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1521🎉 v0.0.137 out now - released 12 hours ago!✨ Solve CI error (vibe-kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1549✨ Larger runner by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1552✨ Store binaries in Cloudflare R2 instead of bundling in npm package (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1554🎉 v0.0.137 out now - released 12 hours ago!✨ feat: multi repo projects by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/1516🚀 "This project is underrated. I've found it to be useful and fun" - Hamel Husain🔥 Latest features available in v0.0.137🎉 v0.0.137 out now - released 12 hours ago!⭐ Star us on GitHub to stay updated💫 "Biggest increase in productivity since Cursor" - Luke Harries✨ Remote review by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1521🎉 v0.0.137 out now - released 12 hours ago!✨ Solve CI error (vibe-kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1549✨ Larger runner by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1552✨ Store binaries in Cloudflare R2 instead of bundling in npm package (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1554🎉 v0.0.137 out now - released 12 hours ago!🎉 v0.0.137 out now - released 12 hours ago!💫 "Biggest increase in productivity since Cursor" - Luke Harries✨ Remote review by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1521🎉 v0.0.137 out now - released 12 hours ago!✨ Solve CI error (vibe-kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1549✨ Larger runner by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1552✨ Store binaries in Cloudflare R2 instead of bundling in npm package (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1554🎉 v0.0.137 out now - released 12 hours ago!✨ feat: multi repo projects by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/1516🚀 "This project is underrated. I've found it to be useful and fun" - Hamel Husain🔥 Latest features available in v0.0.137🎉 v0.0.137 out now - released 12 hours ago!⭐ Star us on GitHub to stay updated💫 "Biggest increase in productivity since Cursor" - Luke Harries✨ Remote review by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1521🎉 v0.0.137 out now - released 12 hours ago!✨ Solve CI error (vibe-kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1549✨ Larger runner by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1552✨ Store binaries in Cloudflare R2 instead of bundling in npm package (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/1554🎉 v0.0.137 out now - released 12 hours ago!
Vibe Kanban lets you run coding agents in parallel without conflicts, and perform code review through our diff tool. Now you can focus on planning and quality instead of watching terminal logs.
Instead of staring at coding agent logs you can focus on planning and reviewing work while your coding agents work in the background.
Give agents their own workspace
Agents work in separate branches and workspaces on your machine (powered by git worktrees), so they never step on each other's toes during parallel execution. Safely merge changes back when tasks complete.
Review agent changes like human code
Built-in diffs let you inspect, edit, and approve agent work just like any pull request.
Stay ahead of the curve
Thousands of top developers use Vibe Kanban daily to orchestrate AI coding agents
Hkattelu/Gaming-Wrapped
3d
Improve Wrapped quality (vibe-kanban)
Currently there are a lot of UI components we used in the wrapped, but they are all just a little bit janky.
Some of them don't quite fit in the box, some of them look weird, and sometimes there is too much narration.
Lets improve it.
Hkattelu
Contributor
merged
fsx8/ffmpeg-this
4d
fix keyboard navigation (vibe-kanban)
In most of the features, but especially the interactive convert one, the interruption of the CLI application by pressing Ctrl+C does not always work reliably; on some screens, it doesn't do anything at all. It would be great to have one global catching mechanism for the Ctrl+C and Esc key events.
fsx8
Contributor
merged
urgood2/TheGameJamTemplate
5d
just file update (vibe-kanban)
Can you please update the just file based on the current cmake file for parity? the just file should do exactly what the cmake file does, especially for web build and upload to itch.
Currently there are a lot of UI components we used in the wrapped, but they are all just a little bit janky.
Some of them don't quite fit in the box, some of them look weird, and sometimes there is too much narration.
Lets improve it.
Hkattelu
Contributor
merged
fsx8/ffmpeg-this
4d
fix keyboard navigation (vibe-kanban)
In most of the features, but especially the interactive convert one, the interruption of the CLI application by pressing Ctrl+C does not always work reliably; on some screens, it doesn't do anything at all. It would be great to have one global catching mechanism for the Ctrl+C and Esc key events.
fsx8
Contributor
merged
urgood2/TheGameJamTemplate
5d
just file update (vibe-kanban)
Can you please update the just file based on the current cmake file for parity? the just file should do exactly what the cmake file does, especially for web build and upload to itch.
Improve and harden the RISC-V desugaring module:
- Remove placeholder registers and ensure concrete MemArgKinds are used.
- Preserve MemorySize/reg class across materializations.
- Implement robust temp selection (with an option to save registers on the stack) to avoid clobbering operand registers.
- Ensure large displacements are folded correctly into base registers and that mem→mem ops use temporaries.
- Add comprehensive unit tests for power-of-two vs non-power-of-two scales, large displacements, temp conflicts, and mem->mem cases.
- Update docs and TODOs accordingly.
gkgoat1
Contributor
merged
impactaky/vk
7d
Allow variant to executor (vibe-kanban)
/openspec:proposal
ExecutorProfilerID consists name and variant.
With current implemention user can't specify variant.
--executor should recieve <name>:<variant>
format and should create profile id structure from both
impactaky
Contributor
merged
Hkattelu/Gaming-Wrapped
8d
Improve testability (vibe-kanban)
The overall system of the project works well, but its kind of hard to iterate on the project in a sustainable way because it requires constant refreshing and new queries.
I would like you to create a hardcoded consistent story that we can use to iterate on and improve the AI for daily. Specifically, you will create some test data, and make it easy for yourself to iterate on individual story cards.
Hkattelu
Contributor
merged
fullstackhouse/nestjs-outbox
12d
fix mysql tests (vibe-kanban)
https://github.com/fullstackhouse/nestjs-inbox-outbox/actions/runs/19926084516/job/57126099596?pr=23
run mysql container locally using docker if needed to repro the problem
jtomaszewski
Contributor
merged
fullstackhouse/nestjs-outbox
12d
mikroorm tests fail (vibe-kanban)
see https://github.com/fullstackhouse/nestjs-inbox-outbox/actions/runs/19897966286/job/57033371864
why exactly?
can we repro it locally? try to.
is it caused by event listener? if we disable it, then all works? ( i want to narrow down the issue)
jtomaszewski
Contributor
merged
portal-co/vane
7d
Create a node.js tester program (vibe-kanban)
It should take an input binary and run it in vane with all flags exposed for easy cli tweaking
Improve and harden the RISC-V desugaring module:
- Remove placeholder registers and ensure concrete MemArgKinds are used.
- Preserve MemorySize/reg class across materializations.
- Implement robust temp selection (with an option to save registers on the stack) to avoid clobbering operand registers.
- Ensure large displacements are folded correctly into base registers and that mem→mem ops use temporaries.
- Add comprehensive unit tests for power-of-two vs non-power-of-two scales, large displacements, temp conflicts, and mem->mem cases.
- Update docs and TODOs accordingly.
gkgoat1
Contributor
merged
impactaky/vk
7d
Allow variant to executor (vibe-kanban)
/openspec:proposal
ExecutorProfilerID consists name and variant.
With current implemention user can't specify variant.
--executor should recieve <name>:<variant>
format and should create profile id structure from both
impactaky
Contributor
merged
Hkattelu/Gaming-Wrapped
8d
Improve testability (vibe-kanban)
The overall system of the project works well, but its kind of hard to iterate on the project in a sustainable way because it requires constant refreshing and new queries.
I would like you to create a hardcoded consistent story that we can use to iterate on and improve the AI for daily. Specifically, you will create some test data, and make it easy for yourself to iterate on individual story cards.
Hkattelu
Contributor
merged
fullstackhouse/nestjs-outbox
12d
fix mysql tests (vibe-kanban)
https://github.com/fullstackhouse/nestjs-inbox-outbox/actions/runs/19926084516/job/57126099596?pr=23
run mysql container locally using docker if needed to repro the problem
jtomaszewski
Contributor
merged
fullstackhouse/nestjs-outbox
12d
mikroorm tests fail (vibe-kanban)
see https://github.com/fullstackhouse/nestjs-inbox-outbox/actions/runs/19897966286/job/57033371864
why exactly?
can we repro it locally? try to.
is it caused by event listener? if we disable it, then all works? ( i want to narrow down the issue)
jtomaszewski
Contributor
merged
tommy-ca/mulvad-relay-list
14d
plan to update the github actions workflow (vibe-kanban)
Update the actions workflow to only trigger artifact push commits only when proxy list contents really changes, do not commit when no change happens
tommy-ca
Contributor
merged
davidrudduck/vibe-kanban
15d
File Listing and Viewing (vibe-kanban)
Is there functionality presently to show the files and folders of a project so the user can view and potentially edit individual files?
A view like VSCode with file tree on the left hand side and the open file on the right hand side?
Must be mobile friendly.
The ability to click a markdown file (or any file listed in conversation) and open it to read properly would also improve user experience.
What is industry best practice for this type of workflow and application?
Resolve this issue: https://github.com/AdamDeHovitz/root-registry/issues/11
AdamDeHovitz
Contributor
merged
mitchlabeetch/plombipro-app
16d
MCP (vibe-kanban)
Please use the MCP server access to SUpabase to ensure the database tables, items, relations and functions are 100% in sync with the current codebase and its needs in fetch/query/write etc
mitchlabeetch
Contributor
merged
mitchlabeetch/plombipro-app
16d
demo site (vibe-kanban)
Check the demo of the app at /web on hero section, and make it 10 times more accurately depicting the actual app to make it more selling and true for visitors        
mitchlabeetch
Contributor
merged
tommy-ca/mulvad-relay-list
14d
plan to update the github actions workflow (vibe-kanban)
Update the actions workflow to only trigger artifact push commits only when proxy list contents really changes, do not commit when no change happens
tommy-ca
Contributor
merged
davidrudduck/vibe-kanban
15d
File Listing and Viewing (vibe-kanban)
Is there functionality presently to show the files and folders of a project so the user can view and potentially edit individual files?
A view like VSCode with file tree on the left hand side and the open file on the right hand side?
Must be mobile friendly.
The ability to click a markdown file (or any file listed in conversation) and open it to read properly would also improve user experience.
What is industry best practice for this type of workflow and application?
Resolve this issue: https://github.com/AdamDeHovitz/root-registry/issues/11
AdamDeHovitz
Contributor
merged
mitchlabeetch/plombipro-app
16d
MCP (vibe-kanban)
Please use the MCP server access to SUpabase to ensure the database tables, items, relations and functions are 100% in sync with the current codebase and its needs in fetch/query/write etc
mitchlabeetch
Contributor
merged
mitchlabeetch/plombipro-app
16d
demo site (vibe-kanban)
Check the demo of the app at /web on hero section, and make it 10 times more accurately depicting the actual app to make it more selling and true for visitors        
mitchlabeetch
Contributor
merged
Create tasks from other apps
Connect your favorite MCP client like Claude Desktop to access Vibe Kanban's capabilities directly from your personal AI assistant and extend your workflow beyond the interface.
This project is underrated. I've found it to be useful and fun.
Hamel Husain
Leading AI Consultant, 20 Years of Experience
Work from your IDE
Monitor agents, interact with them, perform code review, and see running processes directly in your IDE.
Motivation
Coding agents are reliable enough to be the default: We've built and tested coding agents for years and realised recently that reliability crossed an invisible threshold that means we now prefer starting most tasks with coding agents.
Coding agents are going to get much better: Coding agents have improved rapidly, and we expect this trend to continue. Imagine that in six months, 50% of the current failure modes of coding agents will get fixed, and six months after that another 50%. What will we (engineers) be spending our time on in that world? What tools would help us do that work most efficiently?
The SOTA will change: Foundational model labs and application layer startups will continuously leap-frog each other to build state-of-the-art coding agents over the next 12m+. You shouldn't have to change your workflow or behaviour to be able to try out different coding agents.
FAQs
Common questions about Vibe Kanban and how to get the most out of your AI coding agents
Yes, Vibe Kanban runs locally on your machine and doesn't send your code to external servers.
Vibe Kanban supports a wide range of coding agents including Claude Code, Gemini CLI, Cursor CLI, Amp, OpenAI Codex, Qwen Code, Opencode, and GitHub Copilot. You can find the complete list of supported agents in our documentation at vibekanban.com/docs. You can use multiple agents simultaneously and switch between them for different tasks.
Vibe Kanban itself is free and open source. You only pay for the underlying AI services (like Claude Code, OpenAI Codex, etc.) that you choose to use with your agents. There are no additional fees or subscriptions for using Vibe Kanban.
Absolutely! One of Vibe Kanban's key features is parallel execution. You can run multiple coding tasks simultaneously across different agents and projects. Each task runs in its own git worktree on your machine.
The VS Code extension brings the task view into your IDE. Search for 'Vibe Kanban' in the VS Code marketplace and it will automatically connect to your local Vibe Kanban instance.
MCP (Model Context Protocol) works with Vibe Kanban in two ways: First, you can connect MCP servers to your coding agents so they can access external resources and tools. Second, Vibe Kanban itself exposes an MCP server that you can connect to from third-party MCP clients like Claude Desktop, allowing you to seamlessly create tasks from third-party clients.
Yes! Vibe Kanban allows you to create reusable task templates to standardise your development processes. You can define templates for common tasks like bug fixes, feature implementations, or refactoring, which helps boost team productivity and consistency.
Yes, Vibe Kanban has seamless GitHub integration. It can automatically create pull requests after task completion, handle rebases and merges with one-click operations, and maintain clean git history. This makes it easy to incorporate AI-assisted development into your existing workflow.
Vibe Kanban provides real-time monitoring and control over agent execution. You can pause, resume, or stop agents at any time. The system also provides detailed logs and step-by-step visibility, making it easy to understand what went wrong and intervene when necessary.
Ready to get started?
Start managing your AI coding agents with Vibe Kanban.