Skip to content

feat: expose codex-app-server version flag#23593

Merged
bolinfest merged 1 commit into
mainfrom
pr23593
May 20, 2026
Merged

feat: expose codex-app-server version flag#23593
bolinfest merged 1 commit into
mainfrom
pr23593

Conversation

@bolinfest
Copy link
Copy Markdown
Collaborator

@bolinfest bolinfest commented May 20, 2026

Why

codex-app-server is published as a standalone release binary, so it should support the same basic version inspection behavior users expect from command-line tools. This is independent of package assembly: package metadata now comes from codex-rs/Cargo.toml, but the standalone app-server binary should still answer --version directly.

What changed

  • Enables Clap's generated --version flag for the codex-app-server binary by adding #[command(version)] to its top-level parser.

Verification

  • Ran cargo run -p codex-app-server --bin codex-app-server -- --version and verified it prints codex-app-server 0.0.0.

@bolinfest bolinfest requested a review from dylan-hurd-oai May 20, 2026 01:27
@bolinfest bolinfest merged commit 1495302 into main May 20, 2026
31 checks passed
@bolinfest bolinfest deleted the pr23593 branch May 20, 2026 02:01
@github-actions github-actions Bot locked and limited conversation to collaborators May 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants