Skip to content

Commit 0505d05

Browse files
Document persistent Shift+Tab speed toggle
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>
1 parent 81f61c9 commit 0505d05

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,14 @@ This brings a Claude Code-style export flow into the TUI without requiring exter
127127
From recent fork-specific changes:
128128

129129
- 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
130132
- supports one-turn high-effort markers in the user query: standalone `ulw`, `ultra`, or `xhigh` submit that turn with `xhigh` reasoning
131133
- keeps marker-based `xhigh` current-turn-only, so it does not mutate the session's default effort
132134
- shows the submitted per-turn effort in the `model-with-reasoning` status-line item while that foreground turn is pending or running
133135
- restores the status line to the session/default effort when the turn completes, fails, or is interrupted
134136

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.
136138

137139
### 7. Lightweight `/btw` side questions
138140

@@ -427,12 +429,14 @@ Codex CLI 是开源的,但上游仓库当前对外部代码贡献采用 invita
427429
来自最近几条 fork 自有改动:
428430

429431
- 增加 `/effort`,可以直接在 TUI 中切换当前 reasoning effort
432+
- 增加持久化 `Shift+Tab` speed toggle:对支持 Fast mode 的模型,在 `high` reasoning + Fast mode 和 `xhigh` reasoning + standard tier 之间快速切换
433+
- `Shift+Tab` toggle 会同时持久化 reasoning effort 和 service tier 默认值,不同于单 turn marker
430434
- 支持在用户 query 中用 standalone `ulw``ultra``xhigh` 触发单 turn `xhigh` reasoning
431435
- marker 触发的 `xhigh` 保持 current-turn-only,不会修改 session 默认 effort
432436
- 当前 foreground turn 处于 pending/running 时,`model-with-reasoning` status-line item 会显示这次提交实际使用的 per-turn effort
433437
- turn 完成、失败或被打断后,status line 会恢复为 session/default effort
434438

435-
这补上了“请求实际按 xhigh 提交,但底部仍显示 high”的 UX 缺口:status line 会描述当前前台 turn,但不会把一次性的 marker 伪装成持久配置变更。
439+
这里把两层意图区分开:`Shift+Tab` 是持久化 speed/default switch,而 `ulw``ultra``xhigh` marker 仍然只影响当前 turn。status line 会描述当前前台 turn,但不会把一次性的 marker 伪装成持久配置变更。
436440

437441
### 7. 轻量 `/btw` side questions
438442

0 commit comments

Comments
 (0)