easy-coding-harness 0.8.3-beta.0 → 0.8.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/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@
6
6
  - `y`:常规功能升级
7
7
  - `z`:日常 bug 修复
8
8
 
9
+ ## 0.8.3
10
+
11
+ - 正式发布 Codex App thread 级 session 隔离:标准 hook `session_id` 缺失时使用 `CODEX_THREAD_ID`,避免同一 App 进程内多个逻辑会话共享 PPID session。
12
+ - 正式发布 Qoder CLI Agent 识别修复:共享 hook 优先按脚本平台目录判断,无法判断时优先使用 Qoder 专属环境变量,避免 Claude 兼容变量造成误识别。
13
+ - 汇总 `0.8.3-beta.0` 的 Codex thread fallback、Qoder/Claude 双环境变量、legacy PPID 回退、设计文档与安装后 hook 回归验证结果。
14
+
9
15
  ## 0.8.3-beta.0
10
16
 
11
17
  - 修复 Codex App 未在 hook payload 中提供 `session_id` 时仍回退到 PPID、导致同一 App 进程内多个逻辑会话共享 Easy Coding session 的问题;Codex 现在会在标准 hook session ID 缺失时使用 `CODEX_THREAD_ID`,仅在两者都不可用时保留 PPID 兼容回退。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-coding-harness",
3
- "version": "0.8.3-beta.0",
3
+ "version": "0.8.3",
4
4
  "description": "CLI scaffold for installing Easy Coding harness files into agent-native directories.",
5
5
  "repository": {
6
6
  "type": "git",