@leonw24/open-codex 0.129.13 → 0.129.15
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 +43 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/LEON-gittech/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/LEON-gittech/Open-Codex-CLI/main/.github/open-codexcli-icon.png" alt="Open Codex CLI icon" width="180" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Open Codex CLI</h1>
|
|
@@ -12,13 +12,22 @@
|
|
|
12
12
|
Install with <code>npm install -g @leonw24/open-codex</code>, then run <code>open-codex</code>.
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
|
+
<p align="center">
|
|
16
|
+
<a href="https://www.npmjs.com/package/@leonw24/open-codex"><img alt="npm weekly downloads" src="https://img.shields.io/npm/dw/%40leonw24%2Fopen-codex?label=weekly%20downloads" /></a>
|
|
17
|
+
<a href="https://www.npmjs.com/package/@leonw24/open-codex"><img alt="npm total downloads" src="https://img.shields.io/npm/dt/%40leonw24%2Fopen-codex?label=total%20downloads" /></a>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
<p align="center">
|
|
21
|
+
<a href="https://www.npmjs.com/package/@leonw24/open-codex"><img src="https://raw.githubusercontent.com/LEON-gittech/Open-Codex-CLI/main/.github/npm-weekly-downloads.svg" alt="Open Codex CLI weekly npm downloads chart" width="960" /></a>
|
|
22
|
+
</p>
|
|
23
|
+
|
|
15
24
|
<p align="center">
|
|
16
25
|
<a href="#english"><img alt="English" src="https://img.shields.io/badge/English-default-111111?style=for-the-badge" /></a>
|
|
17
26
|
<a href="#简体中文"><img alt="简体中文" src="https://img.shields.io/badge/简体中文-switch-444444?style=for-the-badge" /></a>
|
|
18
27
|
</p>
|
|
19
28
|
|
|
20
29
|
<p align="center">
|
|
21
|
-
<img src="https://raw.githubusercontent.com/LEON-gittech/
|
|
30
|
+
<img src="https://raw.githubusercontent.com/LEON-gittech/Open-Codex-CLI/main/.github/open-codex-cli-unleashed.png" alt="Open Codex CLI unleashed banner" width="960" />
|
|
22
31
|
</p>
|
|
23
32
|
|
|
24
33
|
<p align="center">
|
|
@@ -105,7 +114,19 @@ From recent fork-specific changes:
|
|
|
105
114
|
|
|
106
115
|
This brings a Claude Code-style export flow into the TUI without requiring external scripts or manual transcript scraping.
|
|
107
116
|
|
|
108
|
-
### 6.
|
|
117
|
+
### 6. Reasoning effort controls and per-turn status visibility
|
|
118
|
+
|
|
119
|
+
From recent fork-specific changes:
|
|
120
|
+
|
|
121
|
+
- adds `/effort` for changing the active reasoning effort directly from the TUI
|
|
122
|
+
- supports one-turn high-effort markers in the user query: standalone `ulw`, `ultra`, or `xhigh` submit that turn with `xhigh` reasoning
|
|
123
|
+
- keeps marker-based `xhigh` current-turn-only, so it does not mutate the session's default effort
|
|
124
|
+
- shows the submitted per-turn effort in the `model-with-reasoning` status-line item while that foreground turn is pending or running
|
|
125
|
+
- restores the status line to the session/default effort when the turn completes, fails, or is interrupted
|
|
126
|
+
|
|
127
|
+
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.
|
|
128
|
+
|
|
129
|
+
### 7. Parallel-first subagent planning policy
|
|
109
130
|
|
|
110
131
|
Implemented through the user-scope `~/.codex/AGENTS.md` instruction layer, with an extracted repo example in [`docs/parallel-first-agent-execution.md`](docs/parallel-first-agent-execution.md):
|
|
111
132
|
|
|
@@ -116,7 +137,7 @@ Implemented through the user-scope `~/.codex/AGENTS.md` instruction layer, with
|
|
|
116
137
|
|
|
117
138
|
This is an instruction-policy feature rather than a hardcoded scheduler: it enables a more aggressive subagent mechanism while keeping shared-file edits coordinated.
|
|
118
139
|
|
|
119
|
-
###
|
|
140
|
+
### 8. Nonblocking background execution
|
|
120
141
|
|
|
121
142
|
From recent fork-specific TUI changes:
|
|
122
143
|
|
|
@@ -139,7 +160,7 @@ The shared interaction model is:
|
|
|
139
160
|
|
|
140
161
|
This is the essential interaction change behind the Claude Code-style behavior: background work stays visible and controllable, but it no longer blocks normal chat flow.
|
|
141
162
|
|
|
142
|
-
###
|
|
163
|
+
### 9. Status line token throughput visibility (Beta)
|
|
143
164
|
|
|
144
165
|
From commit `85e937b855`:
|
|
145
166
|
|
|
@@ -150,7 +171,7 @@ From commit `85e937b855`:
|
|
|
150
171
|
|
|
151
172
|
This is intentionally marked **Beta**: the current value is useful as a rough responsiveness signal, but it is not yet an exact real-time throughput metric.
|
|
152
173
|
|
|
153
|
-
###
|
|
174
|
+
### 10. Workspace git status in the status line
|
|
154
175
|
|
|
155
176
|
The status line can now surface the current workspace diff through the configurable `workspace-changes` item:
|
|
156
177
|
|
|
@@ -353,7 +374,19 @@ Codex CLI 是开源的,但上游仓库当前对外部代码贡献采用 invita
|
|
|
353
374
|
|
|
354
375
|
这让类似 Claude Code 的会话导出能力直接进入 TUI,而不需要额外脚本或手工抓 transcript。
|
|
355
376
|
|
|
356
|
-
### 6.
|
|
377
|
+
### 6. Reasoning effort 控制与单 turn 状态可见性
|
|
378
|
+
|
|
379
|
+
来自最近几条 fork 自有改动:
|
|
380
|
+
|
|
381
|
+
- 增加 `/effort`,可以直接在 TUI 中切换当前 reasoning effort
|
|
382
|
+
- 支持在用户 query 中用 standalone `ulw`、`ultra` 或 `xhigh` 触发单 turn `xhigh` reasoning
|
|
383
|
+
- marker 触发的 `xhigh` 保持 current-turn-only,不会修改 session 默认 effort
|
|
384
|
+
- 当前 foreground turn 处于 pending/running 时,`model-with-reasoning` status-line item 会显示这次提交实际使用的 per-turn effort
|
|
385
|
+
- turn 完成、失败或被打断后,status line 会恢复为 session/default effort
|
|
386
|
+
|
|
387
|
+
这补上了“请求实际按 xhigh 提交,但底部仍显示 high”的 UX 缺口:status line 会描述当前前台 turn,但不会把一次性的 marker 伪装成持久配置变更。
|
|
388
|
+
|
|
389
|
+
### 7. Parallel-first subagent planning policy
|
|
357
390
|
|
|
358
391
|
通过 user-scope `~/.codex/AGENTS.md` 指令层实现,并在 repo 中抽取了示例文件:[`docs/parallel-first-agent-execution.md`](docs/parallel-first-agent-execution.md)。
|
|
359
392
|
|
|
@@ -364,7 +397,7 @@ Codex CLI 是开源的,但上游仓库当前对外部代码贡献采用 invita
|
|
|
364
397
|
|
|
365
398
|
这不是硬编码 scheduler,而是 instruction-policy feature:它启用了更激进的 subagent 机制,同时避免多个执行 lane 争抢同一批文件。
|
|
366
399
|
|
|
367
|
-
###
|
|
400
|
+
### 8. 非阻塞后台执行
|
|
368
401
|
|
|
369
402
|
来自最近几条 fork 自有 TUI 改动:
|
|
370
403
|
|
|
@@ -387,7 +420,7 @@ Codex CLI 是开源的,但上游仓库当前对外部代码贡献采用 invita
|
|
|
387
420
|
|
|
388
421
|
这是 Claude Code 风格体验背后的本质交互变化:后台工作仍然可见、可管理,但不会阻塞正常聊天流。
|
|
389
422
|
|
|
390
|
-
###
|
|
423
|
+
### 9. Status line token throughput visibility(Beta)
|
|
391
424
|
|
|
392
425
|
来自 commit `85e937b855`:
|
|
393
426
|
|
|
@@ -398,7 +431,7 @@ Codex CLI 是开源的,但上游仓库当前对外部代码贡献采用 invita
|
|
|
398
431
|
|
|
399
432
|
这个能力目前标记为 **Beta**:它可以作为粗略 responsiveness signal,但还不是准确的 real-time throughput metric。
|
|
400
433
|
|
|
401
|
-
###
|
|
434
|
+
### 10. Status line 中显示 workspace git status
|
|
402
435
|
|
|
403
436
|
status line 现在可以通过可配置的 `workspace-changes` item 显示当前 workspace diff:
|
|
404
437
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leonw24/open-codex",
|
|
3
|
-
"version": "0.129.
|
|
3
|
+
"version": "0.129.15",
|
|
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.129.
|
|
22
|
+
"@leonw24/open-codex-linux-x64": "npm:@leonw24/open-codex@0.129.15-linux-x64"
|
|
23
23
|
}
|
|
24
24
|
}
|