This folder contains the VS Code extension for Jarvis.
Commands
Jarvis: Start
Jarvis: Open Terminal
Jarvis: Rename Agent
Jarvis: Set OpenAI API Key
Jarvis: Review Latest Changes
Development
npm install
npm run compile
Then press F5 in VS Code to open an Extension Development Host.
Codex Setup
Run Jarvis: Set OpenAI API Key
Run Jarvis: Open Terminal
Type normal shell commands as usual
Prefix a line with your agent name, for example Jarvis fix the failing test, to forward that line to Codex
By default the embedded runtime uses gpt-5-codex through the Responses API.
If Jarvis changes workspace files during a run, the extension records a snapshot and opens the first diff automatically. You can reopen the latest recorded review session with Jarvis: Review Latest Changes.