# Commands

<!-- Generated by scripts/gen-readme-tables.mjs. Edit package.json instead. -->

Open the Command Palette (<kbd>Ctrl+Shift+P</kbd> / <kbd>Cmd+Shift+P</kbd>) and type `OpenFiles`.

| Command | ID |
|---|---|
| OpenFiles: Open AI-Edited Files | `openfiles.openAiEdits` |
| OpenFiles: Review Next Changed File | `openfiles.reviewNext` |
| OpenFiles: Mark as Reviewed | `openfiles.markReviewed` |
| OpenFiles: Mark as Not Reviewed | `openfiles.markUnreviewed` |
| OpenFiles: Mark All as Reviewed | `openfiles.markAllReviewed` |
| OpenFiles: Open Diff vs HEAD | `openfiles.openDiff` |
| OpenFiles: Show Problems in AI-Edited Files | `openfiles.showProblems` |
| OpenFiles: Copy "Fix These Problems" Prompt | `openfiles.copyFixPrompt` |
| OpenFiles: Copy a Prompt for Your Agent… | `openfiles.copyAgentPrompt` |
| OpenFiles: Install Agent Hooks… | `openfiles.installHooks` |
| OpenFiles: Remove Agent Hooks… | `openfiles.removeHooks` |
| OpenFiles: Clear AI Edits | `openfiles.clearSession` |
| OpenFiles: Pause / Resume Watching | `openfiles.togglePause` |
| OpenFiles: Add Uncommitted Git Changes | `openfiles.scanGitChanges` |
| OpenFiles: Configure Status Bar… | `openfiles.configureStatusBar` |
| OpenFiles: Run Doctor | `openfiles.doctor` |
| OpenFiles: Get Started | `openfiles.getStarted` |
| OpenFiles: Open Profile… | `openfiles.openProfile` |
| OpenFiles: Open Missing Files from Default Profile | `openfiles.sync` |
| OpenFiles: Add to Profile… | `openfiles.addToProfile` |
| OpenFiles: Open .openfiles.json | `openfiles.openConfig` |
| OpenFiles: List Open Tabs | `openfiles.showOpenFiles` |
| OpenFiles: Refresh | `openfiles.refresh` |

Any command can be bound to a key: open **Preferences: Open Keyboard Shortcuts**, search for the ID, and assign one. A popular choice is `openfiles.reviewNext`.