release: promote 2.1.220-2 to termux_verified - #255
Conversation
Device A + Device B candidate verification passed (process.kill self-SIGKILL interception fix confirmed on both devices under the previously-reproducing 9/9 SIGKILL condition, 3/3 clean exits on each device).
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f943be9547
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ```text | ||
| 2.1.220 (Claude Code) | ||
| 2.1.220-2 (Claude Code) |
There was a problem hiding this comment.
Show the native version in the verification example
For this suffixed wrapper release, the metadata still downloads @anthropic-ai/claude-code-linux-arm64@2.1.220, and the promotion's recorded device checks report claude --version as 2.1.220; -2 identifies the npm wrapper package rather than the native CLI. This example therefore makes a correctly installed release appear to have the wrong version and should show 2.1.220 (Claude Code).
Useful? React with 👍 / 👎.
…rapper label GPT-5.6-terra caught this in G4 review: the wrapper version label can carry a Termux-only suffix (e.g. 2.1.220-2), but claude --version always prints the upstream native binary's own version (e.g. 2.1.220), since the wrapper doesn't intercept --version output. update-readme-version-guidance.js was using the wrapper label for the 'Expected version output' example, which no longer matches actual output whenever the audited version has a suffix.
Summary
2.1.220-2(process.kill self-SIGKILL interception fix, PR fix: intercept upstream's self-SIGKILL fallback in e8s() #253) fromoffset_discoveredtotermux_verifiedlatest_audited_version→2.1.220-2,previous_stable_version→2.1.220Test plan
claude --version→ 2.1.220,claude -p "echo hello"→ exit 0)claude --version→ 2.1.220,claude -p "echo hello"→ exit 0)