Code Cop is a local-first AI code reviewer and Conventional Commit writer for VS Code. It reviews Git changes together with current VS Code diagnostics, shows findings in the editor and Problems panel, and lets you preview fixes before applying them. The Marketplace identity remains Code review
Findings appear in the Code Cop Activity Bar view, inline in editors, and in Problems. Select one to navigate to it. A validated fix opens in VS Code's native diff editor and is only applied after confirmation. The edited document remains unsaved. Reviews are manual, so Code Cop never creates surprise provider usage. Binary content is skipped and oversized inputs retain per-file coverage information. Commit messagesThe existing commit workflow remains available under the Code Cop brand. Open Source Control and select the commit-writer button, or run
Provider setupCode Cop supports OpenAI, Anthropic Claude, Google Gemini, Groq, and z.ai. Run
Keys are saved in VS Code Secret Storage and are not written to repository files. Commands
Settings
Provider model settings remain under Privacy and safetyThere is no Code Cop backend, account, billing system, or telemetry. Review content goes directly from VS Code to the active provider using your key. Code Cop redacts common keys, tokens, passwords, credentials, and private-key markers before transmission and creates a local high-severity finding. Treat redaction as defense in depth. Repository content is treated as untrusted prompt data. AI output is schema-validated and malformed JSON gets one repair attempt. Proposed fixes must target a repository-contained file, contain exact and unique original text, and still match the reviewed document. Fixes are never silently applied or saved. DevelopmentRun |


