opencode-acp 1.14.13-dev.1 → 1.14.13
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 +10 -0
- package/README.zh-CN.md +10 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -492,6 +492,16 @@ For the complete list with root cause analysis, see the [bug tracker](https://gi
|
|
|
492
492
|
|
|
493
493
|
## Changelog
|
|
494
494
|
|
|
495
|
+
### v1.14.13 — Stable Release (3 PRs since v1.14.12)
|
|
496
|
+
|
|
497
|
+
Stable release with `allowSubAgents` promoted to a top-level config field (default: `true`), plus config documentation updates.
|
|
498
|
+
|
|
499
|
+
**PRs included**:
|
|
500
|
+
- **#276** — Promote `allowSubAgents` from `experimental` to top-level config field, change default from `false` to `true`. Subagent sessions now get compression by default. Fully backward compatible: old `experimental.allowSubAgents` configs still work (top-level takes priority). Updated all 4 hook sites, schema, config validation, and 6 documentation files. Dual-agent reviewed (Oracle + Explore, both APPROVE).
|
|
501
|
+
- **#280, #281** — Update recommended config in documentation: `maxContextLimit: 70%`, `minContextLimit: 70%`, simplified `protectedTools`.
|
|
502
|
+
|
|
503
|
+
**Install**: `opencode plugin opencode-acp@stable --global`
|
|
504
|
+
|
|
495
505
|
### v1.14.13-dev.1 — Dev Prerelease (1 PR since v1.14.12)
|
|
496
506
|
|
|
497
507
|
Dev prerelease covering PR #276. Published to `dev` npm tag for early testing.
|
package/README.zh-CN.md
CHANGED
|
@@ -446,6 +446,16 @@ ACP 是 DCP 的直接替代品。迁移步骤:
|
|
|
446
446
|
|
|
447
447
|
## 更新日志
|
|
448
448
|
|
|
449
|
+
### v1.14.13 — 正式版(v1.14.12 以来 3 个 PR)
|
|
450
|
+
|
|
451
|
+
正式版发布,`allowSubAgents` 从实验性参数提升为正式参数(默认:`true`),并更新了配置文档的推荐设置。
|
|
452
|
+
|
|
453
|
+
**包含的 PR**:
|
|
454
|
+
- **#276** — 将 `allowSubAgents` 从 `experimental` 提升为顶层配置字段,默认值从 `false` 改为 `true`。子 Agent 会话现在默认启用压缩。完全向后兼容:旧的 `experimental.allowSubAgents` 配置仍然有效(顶层优先级更高)。更新了全部 4 个 hook 调用点、schema、配置验证和 6 个文档文件。双 Agent 审查通过(Oracle + Explore,均 APPROVE)。
|
|
455
|
+
- **#280, #281** — 更新文档中的推荐配置:`maxContextLimit: 70%`、`minContextLimit: 70%`,简化 `protectedTools`。
|
|
456
|
+
|
|
457
|
+
**安装**:`opencode plugin opencode-acp@stable --global`
|
|
458
|
+
|
|
449
459
|
### v1.14.13-dev.1 — Dev 预发布版(v1.14.12 以来 1 个 PR)
|
|
450
460
|
|
|
451
461
|
Dev 预发布版,包含 PR #276。发布到 `dev` npm tag 供早期测试。
|
package/dist/index.js
CHANGED
|
@@ -8835,7 +8835,7 @@ import { writeFile as writeFile2, mkdir as mkdir2 } from "fs/promises";
|
|
|
8835
8835
|
import { join as join3 } from "path";
|
|
8836
8836
|
import { existsSync as existsSync3 } from "fs";
|
|
8837
8837
|
import { homedir as homedir3 } from "os";
|
|
8838
|
-
var LOG_VERSION = true ? "1.14.13
|
|
8838
|
+
var LOG_VERSION = true ? "1.14.13" : "dev";
|
|
8839
8839
|
var Logger = class {
|
|
8840
8840
|
logDir;
|
|
8841
8841
|
enabled;
|