Feature request: Show bundled/compatible Codex CLI version in VS Code Marketplace Overview notes
What variant of Codex are you using?
IDE Extension (VS Code)
What feature would you like to see?
Please include the bundled or compatible Codex CLI / app-server version for each VS Code extension release, and surface that information in the VS Code Marketplace listing — ideally in the Overview notes and/or Version History.
Right now the VS Code extension uses a different versioning scheme than the Codex CLI and desktop/app surfaces. That makes it hard to answer questions like:
- Which Codex CLI / engine version is bundled with this extension release?
- Does this IDE release already include support for a newly shipped CLI feature?
- If behavior differs between CLI and IDE, am I actually comparing the same runtime generation?
Requested UX
At minimum, for each extension release, show:
- extension version
- bundled / compatible
codex-cliversion - optionally, app-server/engine build metadata if that is the more accurate internal compatibility unit
Suggested placement
- VS Code Marketplace Overview tab
- VS Code Marketplace Version History entries
- optionally, an in-product command such as
Codex: Show bundled CLI information
Why this would help
- makes feature availability easier to understand across CLI, desktop, and IDE
- reduces debugging confusion when the extension and standalone CLI are on different runtime versions
- improves release clarity for users trying to track newly shipped capabilities
- helps security-conscious and enterprise users identify what runtime is actually embedded in the extension
Concrete example
A user sees a new Codex CLI feature announced or documented, then checks the VS Code extension and cannot tell whether the installed Marketplace version already includes that runtime. The extension version alone is not enough because the numbering schemes differ.
Surfacing the bundled / compatible runtime version directly in the Overview and release notes would remove that ambiguity.
Additional information
I searched for related issues first. The closest one I found was #7670, which asked more broadly for extension-to-CLI mapping and bundled CLI visibility. My request here is narrower and specifically focused on developer experience in the VS Code Marketplace listing / Overview notes.
I’m specifically asking for release-facing compatibility/version information, not a change to the feature set itself.
The current Marketplace page already shows the extension version and update date, but not the bundled/compatible Codex CLI or engine version. Including that would make it much easier to understand whether newly shipped CLI capabilities are expected to be available in the IDE yet.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗