alink-cli 0.10.0 → 0.10.2

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 CHANGED
@@ -26,6 +26,12 @@
26
26
 
27
27
  关闭浏览器或锁屏后,任务仍会在你的电脑上继续运行。
28
28
 
29
+ ## Codex 会话衔接
30
+
31
+ 对于已经由 AgentLink 绑定的 Codex 原生会话,AgentLink 会先只读同步 Codex 中的终态消息。Codex 释放写入权后,从 AgentLink 发送的新消息会恢复同一个原生 thread,不会另建分叉会话。
32
+
33
+ 当前不会扫描或自动导入只在 Codex App 中新建、尚未绑定到 AgentLink 的会话;这类会话请先从 AgentLink 新建或绑定后再继续。
34
+
29
35
  ## 为什么是 local-first
30
36
 
31
37
  - **本地运行:** agent 和命令都在你的电脑上执行。