CodeKanban
About
CodeKanban addresses the scattered-window problem of running several AI coding sessions at once: terminals for Claude Code and Codex live in one web page, organized as projects on a kanban board. The system detects each agent's state — idle, working, or waiting for approval — and notifies on completion, while conversation and prompt history stays searchable per session. Git worktree management is built in, using a hybrid of go-git and the system git binary, so parallel agents can work in isolated checkouts, and a multi-tab notes panel captures working context alongside the sessions. The backend is a single Go binary with an embedded local database and a Vue 3 frontend, launched with npx, and it ships a codekanban-cli Codex skill bundle for board interaction from inside an agent session.