Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,16 @@ For the complete list with root cause analysis, see the [bug tracker](https://gi

## Changelog

### v1.14.13 — Stable Release (3 PRs since v1.14.12)

Stable release with `allowSubAgents` promoted to a top-level config field (default: `true`), plus config documentation updates.

**PRs included**:
- **#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).
- **#280, #281** — Update recommended config in documentation: `maxContextLimit: 70%`, `minContextLimit: 70%`, simplified `protectedTools`.

**Install**: `opencode plugin opencode-acp@stable --global`

### v1.14.13-dev.1 — Dev Prerelease (1 PR since v1.14.12)

Dev prerelease covering PR #276. Published to `dev` npm tag for early testing.
Expand Down
10 changes: 10 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,16 @@ ACP 是 DCP 的直接替代品。迁移步骤:

## 更新日志

### v1.14.13 — 正式版(v1.14.12 以来 3 个 PR)

正式版发布,`allowSubAgents` 从实验性参数提升为正式参数(默认:`true`),并更新了配置文档的推荐设置。

**包含的 PR**:
- **#276** — 将 `allowSubAgents` 从 `experimental` 提升为顶层配置字段,默认值从 `false` 改为 `true`。子 Agent 会话现在默认启用压缩。完全向后兼容:旧的 `experimental.allowSubAgents` 配置仍然有效(顶层优先级更高)。更新了全部 4 个 hook 调用点、schema、配置验证和 6 个文档文件。双 Agent 审查通过(Oracle + Explore,均 APPROVE)。
- **#280, #281** — 更新文档中的推荐配置:`maxContextLimit: 70%`、`minContextLimit: 70%`,简化 `protectedTools`。

**安装**:`opencode plugin opencode-acp@stable --global`

### v1.14.13-dev.1 — Dev 预发布版(v1.14.12 以来 1 个 PR)

Dev 预发布版,包含 PR #276。发布到 `dev` npm tag 供早期测试。
Expand Down
3 changes: 3 additions & 0 deletions devlog/2026-08-05_release-v1.14.13/REQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# REQ — Release v1.14.13

Stable release covering 3 PRs since v1.14.12.
10 changes: 10 additions & 0 deletions devlog/2026-08-05_release-v1.14.13/WORKLOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# WORKLOG — Release v1.14.13

## Changes
- package.json: version 1.14.13-dev.1 → 1.14.13
- README.md: v1.14.13 changelog entry added
- README.zh-CN.md: v1.14.13 changelog entry added

## PRs Included
- #276 — allowSubAgents promotion to top-level, default true
- #280, #281 — config documentation updates
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "opencode-acp",
"version": "1.14.13-dev.1",
"version": "1.14.13",
"type": "module",
"description": "Active Context Pruning — model-driven context management for OpenCode (hardened fork of DCP with 35 bug fixes)",
"main": "./dist/index.js",
Expand Down
Loading