* Added support for `telemetry_acknowledged` in the Privacy section. It follows the same pattern as the disclaimer and onboarding acknowledgments with: - Status display showing whether it's been acknowledged - Reset button to clear the acknowledgment (disabled when not acknowledged) - Explanatory text about what happens when reset - Visual separation from the analytics toggle with a border The field will now be properly managed in the Settings UI and can be reset if needed, requiring re-acknowledgment on the next app start. * Moved the telemetry acknowledgment from the Privacy section to the Safety & Disclaimers section. It's now grouped with the other acknowledgments (disclaimer and onboarding) which makes more logical sense since they all follow the same pattern of managing user acknowledgments that can be reset to show notices again on app startup. * Updated all three disclaimer texts to remove "on next app start" since users will need to acknowledge them immediately when reset, not on the next app startup. * Changed the button text from "Complete Setup" to "Continue" in the OnboardingDialog component to better reflect that there are additional onboarding steps after this initial setup. * Prettier formatting completed successfully! All files have been formatted, with only the Settings.tsx file having been updated (likely due to our recent changes).
Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents...
Overview
AI coding agents are increasingly writing the world's code and human engineers now spend the majority of their time planning, reviewing, and orchestrating tasks. Vibe Kanban streamlines this process, enabling you to:
- Easily switch between different coding agents
- Orchestrate the execution of multiple coding agents in parallel or in sequence
- Quickly review work and start dev servers
- Track the status of tasks that your coding agents are working on
- Centralise configuration of coding agent MCP configs
You can watch a video overview here.
Installation
Make sure you have authenticated with your favourite coding agent. A full list of supported coding agents can be found in the docs. Then in your terminal run:
npx vibe-kanban
Documentation
Please head to the website for the latest documentation and user guides.
Support
Please open an issue on this repo if you find any bugs or have any feature requests.
Contributing
We would prefer that ideas and changes are raised with the core team via GitHub issues, where we can discuss implementation details and alignment with the existing roadmap. Please do not open PRs without first discussing your proposal with the team.
Development
Prerequisites
pnpm i
Running the dev server
pnpm run dev
This will start the frontend and backend with live reloading. A blank DB will be copied from the dev_assets_seed folder.
Build from source
- Run
build-npm-package.sh - In the
npx-clifolder runnpm pack - You can run your build with
npx [GENERATED FILE].tgz
