opencode-acp 1.13.6 → 1.13.7-dev.1

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
@@ -475,6 +475,14 @@ For the complete list with root cause analysis, see the [bug tracker](https://gi
475
475
 
476
476
  ## Changelog
477
477
 
478
+ ### v1.13.7-dev.1 — Dev Prerelease Sync (master @ v1.13.6)
479
+
480
+ **Purpose**: Sync the `dev` npm tag (stuck at `1.12.10-dev.1`) with current master. The `dev` tag had fallen far behind `latest` (1.13.6), making it impossible for early adopters to test the latest fixes via `opencode-acp@dev`.
481
+
482
+ **Content**: Identical to v1.13.6 stable (master HEAD `5d67b84`). No new code changes. This is a dev-tag-only release to bring `opencode-acp@dev` up to parity with `opencode-acp@latest`.
483
+
484
+ Files: `package.json`, `README.md`, `README.zh-CN.md`. 846 tests pass (no source changes).
485
+
478
486
  ### v1.13.6 — Force-Protect Compress Tool Regardless of User Config (PR #188)
479
487
 
480
488
  **Problem**: `compress.protectedTools` uses a replace merge policy (PR #177): a user setting `protectedTools: ["skill"]` or `protectedTools: []` silently removed `"compress"` from the protected list. This made compress summaries — the sole record of compressed conversation — vulnerable to being pruned by subsequent sequential compressions, causing irreversible data loss.
package/README.zh-CN.md CHANGED
@@ -443,6 +443,14 @@ ACP 在首次启动时自动将配置从 `dcp.jsonc` 迁移到 `acp.jsonc`,将
443
443
 
444
444
  ## 更新日志
445
445
 
446
+ ### v1.13.7-dev.1 — Dev 预发布同步(master @ v1.13.6)
447
+
448
+ **目的**:将 npm `dev` 标签(卡在 `1.12.10-dev.1`)同步到当前 master。`dev` 标签已远远落后于 `latest`(1.13.6),导致早期采用者无法通过 `opencode-acp@dev` 测试最新修复。
449
+
450
+ **内容**:与 v1.13.6 稳定版完全相同(master HEAD `5d67b84`)。无新代码变更。仅为 dev 标签发布,使 `opencode-acp@dev` 与 `opencode-acp@latest` 保持一致。
451
+
452
+ 文件:`package.json`、`README.md`、`README.zh-CN.md`。846 项测试通过(无源码变更)。
453
+
446
454
  ### v1.13.6 — 强制保护 compress 工具,无视用户配置(PR #188)
447
455
 
448
456
  **问题**:`compress.protectedTools` 使用替换式合并策略(PR #177):用户设置 `protectedTools: ["skill"]` 或 `protectedTools: []` 会静默地从保护列表中移除 `"compress"`。这使得 compress 摘要 — 压缩对话的唯一记录 — 容易被后续的顺序压缩裁剪,导致不可恢复的数据丢失。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "opencode-acp",
4
- "version": "1.13.6",
4
+ "version": "1.13.7-dev.1",
5
5
  "type": "module",
6
6
  "description": "Active Context Pruning — model-driven context management for OpenCode (hardened fork of DCP with 35 bug fixes)",
7
7
  "main": "./dist/index.js",