VS Code chat
Use AlmightyGPT from the editor without leaving the repo.
The extension wraps the CLI. Provider calls, redaction, run metadata, and review writing stay in the CLI layer.
Install
First chat check
VS Code Chat
> @almightygpt /authThis confirms the extension can see a workspace and knows which provider keys are configured. It also offers setup actions for missing keys.
Chat commands
@almightygpt /auth
Show provider status and set up missing keys.
@almightygpt /review <topic>
Run a deep cross-AI review on the current diff.
@almightygpt /precommit
Run the quick Gemini last-mile review.
@almightygpt /runs
List recent runs or open the latest review.
Command palette
AlmightyGPT: Initialize Workspace
Runs almightygpt init and installs the Convention Pack.
AlmightyGPT: Review Git Diff
Runs reviewer-only diff review and opens the generated review.
AlmightyGPT: Worker / Reviewer Review
Runs the two-role independent-provider review flow.
AlmightyGPT: Record Decision
Writes approved, needs_changes, rejected, or deferred into the review.
AlmightyGPT: New Requirement -> Plan -> Review -> Approve
Starts the full guided wizard path.
Settings
almightygpt.cliPath- path to the CLI binary.almightygpt.defaultReviewer- reviewer agent used by default.almightygpt.defaultWorker- worker agent for two-role reviews.almightygpt.autoOpenReview- open generated review markdown automatically.
