@leonw24/open-codex 0.131.4 → 0.131.5
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -119,6 +119,8 @@ From recent fork-specific changes:
|
|
|
119
119
|
- adds `/export <path>` for the current session transcript
|
|
120
120
|
- supports user-chosen filenames like `/export talk.md` or `/export talk.txt`
|
|
121
121
|
- writes a markdown transcript suitable for debugging, archival, and sharing
|
|
122
|
+
- shows renamed session identity in the chat composer as `Session: <name>`, so long-lived or resumed sessions remain visually anchored
|
|
123
|
+
- keeps resume guidance direct after rename and quit: `open-codex resume <thread-id>` or `open-codex-dev resume <thread-id>`, rather than asking users to open a picker and select a named session
|
|
122
124
|
|
|
123
125
|
This brings a Claude Code-style export flow into the TUI without requiring external scripts or manual transcript scraping.
|
|
124
126
|
|
|
@@ -421,6 +423,8 @@ Codex CLI 是开源的,但上游仓库当前对外部代码贡献采用 invita
|
|
|
421
423
|
- 为当前 session 增加 `/export <path>`
|
|
422
424
|
- 支持用户自定义文件名,例如 `/export talk.md` 或 `/export talk.txt`
|
|
423
425
|
- 导出 markdown transcript,便于调试、归档和分享
|
|
426
|
+
- rename 后的 session 会在聊天输入框显示 `Session: <name>`,让长会话或 resume 后的会话身份更清楚
|
|
427
|
+
- rename 和 quit 后的 resume 提示保持直接命令:`open-codex resume <thread-id>` 或 `open-codex-dev resume <thread-id>`,不再要求用户先打开 picker 再选择命名会话
|
|
424
428
|
|
|
425
429
|
这让类似 Claude Code 的会话导出能力直接进入 TUI,而不需要额外脚本或手工抓 transcript。
|
|
426
430
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leonw24/open-codex",
|
|
3
|
-
"version": "0.131.
|
|
3
|
+
"version": "0.131.5",
|
|
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.131.
|
|
22
|
+
"@leonw24/open-codex-linux-x64": "npm:@leonw24/open-codex@0.131.5-linux-x64"
|
|
23
23
|
}
|
|
24
24
|
}
|