Codex Inner IDE v0.2.0 Preview
Pre-release
Pre-release
·
21 commits
to main
since this release
Codex Inner IDE v0.2.0 Preview
First public preview of a local Python IDE companion for Codex Desktop on macOS.
Highlights
- Native
NSPanel + WKWebViewwindow with Monaco, file tree, tabs, Output and Problems. - Versioned atomic saves with external-change conflict handling and workspace boundary checks.
- Python interpreter discovery,
.venvcreation, Run/Stop and traceback navigation. - Python execution through the bundled Codex App Server with
workspaceWrite, one writable root and network disabled. Add to chatfills the active Codex task composer without sending.More detailsopens ChatGPT Quick Chat and fills the focused composer without sending.- Codex Sidepanel
IDEentry is injected belowFilesfor validated compatibility profiles.
Requirements
- Apple Silicon Mac running macOS 14 or newer.
- Codex Desktop
26.715.72028with bundledcodex-cli 0.145.0-alpha.30is the current validated profile.
Preview limitations
- The downloadable app is ad-hoc signed and is not notarized.
- Codex integration relies on private, version-bound CDP and UI selectors and can break after a Codex update.
- The IDE does not modify the Codex app bundle, ASAR or signature.
- No LSP, debugger, notebook, Git UI, interactive terminal, Side Chat, Review or AI autocomplete.
Validation
- React/Vitest tests.
- Swift unit and App Server sandbox integration tests.
- Release build and strict bundle signature verification.
- Live Quick Chat handoff verification with insert/read-back/clear and no message submission.