mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
688100f7f4
Looking at existing releases such as https://github.com/openai/codex/releases/tag/codex-rs-b289c9207090b2e27494545d7b5404e063bd86f3-1-rust-v0.1.0-alpha.4, the `.tar.gz` for the source code still seems to have `0.0.0` as the `version` in `codex-rs/Cargo.toml` instead of what the tag seems to say it should have: https://github.com/openai/codex/blob/b289c9207090b2e27494545d7b5404e063bd86f3/codex-rs/Cargo.toml#L21 ChatGPT claims: > When GitHub generates the Source code (tar.gz) archive for a tag: • It uses the commit the tag points to. • But in some cases (e.g., shallow clones, GitHub CI, or local tools that only clone the default branch), that commit may not be included, and you might get an outdated view or nothing at all depending on how it’s fetched. Trying this recommended fix.
688100f7f4
·
2025-06-28 19:46:44 -07:00
History