@leonw24/open-codex 0.130.9 → 0.130.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -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
|
|
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.
|
|
136
138
|
|
|
137
139
|
### 7. Lightweight `/btw` side questions
|
|
138
140
|
|
|
@@ -427,12 +429,14 @@ Codex CLI 是开源的,但上游仓库当前对外部代码贡献采用 invita
|
|
|
427
429
|
来自最近几条 fork 自有改动:
|
|
428
430
|
|
|
429
431
|
- 增加 `/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
|
|
430
434
|
- 支持在用户 query 中用 standalone `ulw`、`ultra` 或 `xhigh` 触发单 turn `xhigh` reasoning
|
|
431
435
|
- marker 触发的 `xhigh` 保持 current-turn-only,不会修改 session 默认 effort
|
|
432
436
|
- 当前 foreground turn 处于 pending/running 时,`model-with-reasoning` status-line item 会显示这次提交实际使用的 per-turn effort
|
|
433
437
|
- turn 完成、失败或被打断后,status line 会恢复为 session/default effort
|
|
434
438
|
|
|
435
|
-
|
|
439
|
+
这里把两层意图区分开:`Shift+Tab` 是持久化 speed/default switch,而 `ulw`、`ultra`、`xhigh` marker 仍然只影响当前 turn。status line 会描述当前前台 turn,但不会把一次性的 marker 伪装成持久配置变更。
|
|
436
440
|
|
|
437
441
|
### 7. 轻量 `/btw` side questions
|
|
438
442
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leonw24/open-codex",
|
|
3
|
-
"version": "0.130.
|
|
3
|
+
"version": "0.130.10",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"open-codex": "bin/codex.js"
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
},
|
|
20
20
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@leonw24/open-codex-linux-x64": "npm:@leonw24/open-codex@0.130.
|
|
22
|
+
"@leonw24/open-codex-linux-x64": "npm:@leonw24/open-codex@0.130.10-linux-x64"
|
|
23
23
|
}
|
|
24
24
|
}
|