Skip to content

Commit 954f175

Browse files
committed
Show per-turn xhigh effort in status line
Track the submitted reasoning effort for the active foreground turn so query-level xhigh markers are visible while the model is running without changing the session default effort. Bump open-codex to 0.129.13 for npm publication. Verified with: - RUSTC_WRAPPER=sccache CC=clang cargo test -p codex-tui --lib composer_submission - RUSTC_WRAPPER=sccache CC=clang cargo test -p codex-tui --lib status_line_model_with_reasoning - RUSTC_WRAPPER=sccache CC=clang just fix -p codex-tui
1 parent 8db1fb3 commit 954f175

8 files changed

Lines changed: 186 additions & 117 deletions

File tree

codex-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leonw24/open-codex",
3-
"version": "0.129.12",
3+
"version": "0.129.13",
44
"license": "Apache-2.0",
55
"bin": {
66
"open-codex": "bin/codex.js"

0 commit comments

Comments
 (0)