Files
codex/codex-rs/install-context
Adam Perry @ OpenAI cc2f262033 Extend bundled package discovery and expose its version (#37886)
## What changed

- Recognize executables under `codex-resources/` as part of a package layout by resolving the sibling `bin/` directory, while requiring that directory to exist.
- Add `InstallContext::package_manifest()` to parse the semantic package version from `codex-package.json`.

## Testing

- Extend the package-layout test fixture with a complete manifest and verify that version `1.2.3` is returned.

GitOrigin-RevId: 034aad3e8b865c6c6ecdff47da7c12c969744404
2026-08-10 22:12:14 +00:00
..