@leonw24/open-codex 0.130.2 → 0.130.3

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -90,6 +90,10 @@ The earlier fork-only memory subsystem has been removed so the fork stays aligne
90
90
 
91
91
  - **Session Memory Overlay** — Staged entries are injected as a bounded developer-context overlay for the current session, so newly saved information can affect the next turn without waiting for a new session or background consolidation. The overlay is emitted only when its revision changes.
92
92
 
93
+ - **Explicit staging feedback** — `memory_stage_update` now returns the staged content, optional reason, overlay revision, and ad-hoc note path, so the model can tell the user exactly what was staged and where the durable consolidation input was written.
94
+
95
+ - **Global overlay diagnostics** — `/memory-overlay` shows all loaded session overlay entries plus global ad-hoc staged notes, and reports exact matches already present in durable memory files. It is a diagnostic view, not a semantic-proof system: unmatched entries may still be pending consolidation or may have been paraphrased by the consolidation agent.
96
+
93
97
  - **Removed conflicting fork behavior** — The old direct durable write tools, notepad file, topic frontmatter priority system, merge-write path, and custom AGENTS.md hierarchy are no longer part of the memory implementation.
94
98
 
95
99
  This addresses the active-update gap while keeping durable memory storage and consolidation compatible with upstream.
@@ -381,6 +385,10 @@ Codex CLI 是开源的,但上游仓库当前对外部代码贡献采用 invita
381
385
 
382
386
  - **Session Memory Overlay** — staged entries 会作为有预算上限的 developer-context overlay 注入当前 session,让新保存的信息不用等新 session 或后台 consolidation 就能影响下一轮。overlay 只在 revision 变化时发出。
383
387
 
388
+ - **明确的 staging 反馈** — `memory_stage_update` 现在会返回 staged content、可选 reason、overlay revision 和 ad-hoc note path,因此模型可以明确告诉用户本次写入了什么、为什么写入、以及 durable consolidation input 写到了哪里。
389
+
390
+ - **全局 overlay 诊断** — `/memory-overlay` 会展示所有 loaded session overlay entries 和全局 ad-hoc staged notes,并标出哪些内容已经在 durable memory 文件中出现 exact match。这是诊断视图,不是语义证明系统:未匹配的条目可能仍在等待 consolidation,也可能已经被 consolidation agent 改写表达。
391
+
384
392
  - **已移除冲突 fork 行为** — 旧的直接 durable write tools、notepad 文件、topic frontmatter priority、merge-write 路径、自定义 AGENTS.md hierarchy 都不再属于当前 memory 实现。
385
393
 
386
394
  这补上了主动更新缺口,同时保持 durable memory 存储和 consolidation 与 upstream 兼容。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonw24/open-codex",
3
- "version": "0.130.2",
3
+ "version": "0.130.3",
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.2-linux-x64"
22
+ "@leonw24/open-codex-linux-x64": "npm:@leonw24/open-codex@0.130.3-linux-x64"
23
23
  }
24
24
  }