Install
Set up Diffmint end to end.
Start with the CLI, choose BYOK or workspace auth, add the VS Code extension, then decide whether you need control-plane rollout at all.
CLI
Use Diffmint from the terminal for BYOK auth, optional workspace sync, review, explain, tests, history, and doctor.
Install the public CLI package
npm install -g @unpijs/dmChoose a sign-in mode: control plane, Codex, Antigravity, or API key
dm auth login codexCheck local setup and runtime health
dm doctorVS Code
Install the editor companion. It can reuse the npm CLI or auto-bootstrap a managed one, then choose the same auth mode as the CLI.
Install the extension
Sign in from the extension and choose a provider auth mode
Run Review Current Changes from the command palette
Docker dev stack
Boot the web app and Postgres together with hot reload for local development.
Start the local stack
pnpm docker:devOpen the app at localhost:3000
Stop containers when you are done
pnpm docker:dev:down