Codex UI (VS Code Extension)
Use Codex CLI (via codex app-server) inside VS Code.
This extension:
- Starts / connects to the Codex CLI app-server per workspace folder
- Manages sessions (create, switch, rename, hide)
- Shows chat output including tool events (commands, file changes, diffs, approvals)
Prerequisites (Codex CLI)
This extension does not bundle Codex CLI.
- Install Codex CLI separately and make sure
codex is available in your PATH.
- Or set the full path via settings (
codexMine.backend.command).
Usage

- Open the Activity Bar view: Codex UI
- Click New to create a session
- Type in the input box (Enter = send, Shift+Enter = newline)
- Switch sessions from Sessions or the chat tab bar
Settings
codexMine.backend.command
- Default:
codex
- If
codex is not in your PATH, set an absolute path.
codexMine.backend.args
Development
Install dependencies
pnpm install
Build
pnpm run compile
Run in VS Code
- Open this repo in VS Code
- Run the debug configuration: Run Extension (Codex UI)
Publishing (VS Code Marketplace)
Update package.json (version)
Package
pnpm run vsix:package
Publish
npx @vscode/vsce publish
Specification
See docs/spec.md.
| |