Are you the author? Sign in to claim
The coding agent for professionals
The coding agent for professionals
https://github.com/user-attachments/assets/3f8df448-1c81-4ff2-8598-c48283a4dc00
git clone https://github.com/nick1udwig/kibitz.git
cd kibitz
npm install
npm run dev
Note configuration is PER-PROJECT. When creating a new project, it will use some, but not all, of the current project's configuration: the API key, model, and system prompt will be copied over, but MCP servers will not.
NEXT_PUBLIC_BASE_PATH (MUST start with a /),NEXT_PUBLIC_DEFAULT_WS_URI (MUST start with a /),like so:
NEXT_PUBLIC_BASE_PATH=/kibitz:kibitz:nick.kino NEXT_PUBLIC_DEFAULT_WS_URI=/fwd-ws:kibitz:nick.kino npm run build
and then copy the contents of out/ into the package's pkg/ui/ dir.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows