Commit 02fbed8
Admit codex-cli 0.147.0 after repeating the pin's policy checks (#272)
st2's controlled Codex launch refused the installed 0.147.0, taking native
delivery out of service on any machine that ran `codex update`.
The schema comparison 0.146.0 -> 0.147.0 is complete: no definition was
removed, no `ServerRequest` arm was added or renamed, and every message
envelope st2 parses is byte-identical after canonicalization. The raw diff
is noise because 0.147.0 emits object keys in sorted order.
Live evidence reached a submitted `turn/start` against the real binary: the
delivered prompt rendered in the remote TUI, which then failed on the
account's usage limit, with a reset estimated at 2026-08-20. Everything
gated behind a completed model turn is therefore unproven on 0.147.0. The
constant's doc comment names that gap rather than asserting a check that did
not finish.
The existing gate test asserted 0.147.0 was rejected. It now derives its
admitted cases from the constant, and pins rejection of an older unadmitted
release and of the 0.148.0 alpha.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 8d11cbc commit 02fbed8
1 file changed
Lines changed: 38 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
39 | 50 | | |
40 | 51 | | |
41 | 52 | | |
| |||
2436 | 2447 | | |
2437 | 2448 | | |
2438 | 2449 | | |
2439 | | - | |
2440 | | - | |
2441 | | - | |
2442 | | - | |
2443 | | - | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
| 2472 | + | |
| 2473 | + | |
| 2474 | + | |
| 2475 | + | |
2444 | 2476 | | |
2445 | | - | |
2446 | | - | |
2447 | | - | |
2448 | | - | |
2449 | | - | |
2450 | | - | |
2451 | | - | |
2452 | | - | |
2453 | | - | |
2454 | | - | |
2455 | | - | |
2456 | | - | |
2457 | 2477 | | |
2458 | 2478 | | |
2459 | 2479 | | |
| |||
0 commit comments