You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the reasoning-effort delta sections in both English and Chinese so the README distinguishes the persistent Shift+Tab speed/default switch from current-turn xhigh markers.
Co-authored-by: Open Codex <hff582580@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,12 +127,14 @@ This brings a Claude Code-style export flow into the TUI without requiring exter
127
127
From recent fork-specific changes:
128
128
129
129
- adds `/effort` for changing the active reasoning effort directly from the TUI
130
+
- adds a persistent `Shift+Tab` speed toggle for fast-capable models: it switches between `high` reasoning on Fast mode and `xhigh` reasoning on the standard tier
131
+
- persists both the reasoning effort and service tier defaults when using that `Shift+Tab` toggle, unlike one-turn markers
130
132
- supports one-turn high-effort markers in the user query: standalone `ulw`, `ultra`, or `xhigh` submit that turn with `xhigh` reasoning
131
133
- keeps marker-based `xhigh` current-turn-only, so it does not mutate the session's default effort
132
134
- shows the submitted per-turn effort in the `model-with-reasoning` status-line item while that foreground turn is pending or running
133
135
- restores the status line to the session/default effort when the turn completes, fails, or is interrupted
134
136
135
-
This closes the UX gap between "the request was submitted with xhigh" and "the footer still looks like high": the status line now describes the active foreground turn without making a temporary marker look like a persistent configuration change.
137
+
This keeps two intent levels separate: `Shift+Tab` is a persistent speed/default switch, while `ulw`/`ultra`/`xhigh` markers stay current-turn-only. The status line describes the active foreground turn without making a temporary marker look like a persistent configuration change.
0 commit comments