CLI tool that verifies and addresses pull request review comments from configured bots by dispatching each comment to a coding agent.
bun installbun run index.ts initbun run index.tsOptional flags:
--no-commit--no-push--no-reply--dry-run
bishop.json supports selecting an agent model:
{
"agent": "cursor",
"model": "gpt-5"
}bun test