CppPilotCodex-powered C++ workflows, directly inside Visual Studio. CppPilot brings build diagnostics, Git reviews, native crash analysis, and a persistent development chat together in one Visual Studio extension. It uses the Codex CLI installed on your computer and your existing Codex authentication, so you can investigate and correct problems without leaving the IDE. Fix C++ build errorsTurn Visual Studio build diagnostics into focused corrections:
CppPilot supports common MSVC diagnostics such as Review changes before committingRun Review with CppPilot directly from the Visual Studio Git Changes window. CppPilot examines staged, unstaged, and untracked changes with repository context, then presents concise findings with clickable file and line references. When a review identifies an actionable issue, you can ask Codex to correct the findings using a dedicated fix action. You can also review the current file, the changes in the current file, or a branch against its detected parent branch. Analyze native crashesWhen Visual Studio breaks on a supported native exception, assertion, or debug break, CppPilot can display a non-modal analysis notification. The analysis uses bounded debugger context, including the active location, call stack, arguments, and local variables, to help identify the likely root cause. Crash analysis starts in read-only mode. You remain in control and explicitly choose whether Codex should apply a proposed correction. Notifications can be disabled directly from the notification or from CppPilot settings. Chat with project contextUse the persistent Codex chat to explore code, ask technical questions, investigate logs, or implement a feature in the current workspace.
Choose your language and modelCppPilot follows the Visual Studio interface language by default. The interface is available in:
Unsupported languages fall back to English, and a manual language override is available in settings. You can use the model selected by your local Codex configuration, choose a model available to your signed-in account, or enter an exact model ID. The selected model is used by CppPilot operations and resumed chats. Safety, privacy, and control
CppPilot is open source and distributed under the MIT License. Requirements
CppPilot can detect compatible Codex installations from your system and lets you select a specific Get started
Source code and supportCppPilot is developed in the open. View the source code, report a problem, or suggest a feature on GitHub.
|





