Overview Version History Q & A Rating & Review
Andromeda Codex
Andromeda Codex is a Visual Studio Code extension that allows you to send prompts to the OpenAI's Codex CLI and automatically edit the currently open file based on your instructions.
This is expansion of the OpenAI's Codex CLI.
Features
Send a prompt to Codex directly from VS Code.
Automatically edits the active file in the editor using Codex CLI.
Fix selected code in the editor using Codex CLI.
Simple command palette integration.
Requirements
Node.js installed.
Codex CLI installed (the extension uses npx codex
). In terminal, please npm install -g @openai/codex
Internet connection (if Codex CLI requires it).
OpenAI API key (if you want to use the Codex CLI with your own API key).
Extension Settings
This extension does not contribute any settings currently.
Usage
Open a file you want to edit.
Open the Command Palette (Ctrl+Shift+P
or Cmd+Shift+P
).
Run Codex: Prompt
.
Enter your prompt and press Enter.
The Codex CLI will process your prompt and edit the file.
Fixing Selected Code
Select the code you want to fix in the editor.
Run Codex: Fix Selected Code
from the Command Palette (Ctrl+Shift+P
) or the editor context menu.
The Codex CLI will process the selected code and update it in the editor.
Known Issues
The extension requires an active editor with a saved file.
Codex CLI must be installed and accessible via npx
.
Release Notes
0.0.4: added model in codex command in vscode
0.0.6: added fix selected code in vscode and model o4-mini mode
Extension Guidelines
Enjoy using Andromeda Codex!