Skip to content

Commit 3ec09b1

Browse files
committed
Rework btw as an inline hidden thread
Move /btw off the old one-shot pager path and run it through a hidden forked thread so normal permissions, model settings, xhigh markers, and follow-up turns use the standard turn pipeline. Render the interaction in the bottom pane with wrapped output and explicit follow-up input, and remove the obsolete pager overlay entry point. Verification: just fmt; cargo test -p codex-tui --lib btw; cargo test -p codex-tui --lib pager_overlay; cargo insta pending-snapshots; just fix -p codex-tui. Full codex-tui --lib still has unrelated status snapshot drift and fork_last stack overflow in this worktree.
1 parent e09a053 commit 3ec09b1

18 files changed

Lines changed: 770 additions & 429 deletions

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.17",
3+
"version": "0.129.18",
44
"license": "Apache-2.0",
55
"bin": {
66
"open-codex": "bin/codex.js"

0 commit comments

Comments
 (0)