Skip to content

release: v1.16.0 — storagePath config for custom session-state storage location - #382

Merged
ranxianglei merged 1 commit into
masterfrom
2026-09-09_release-v1.16.0
Sep 9, 2026
Merged

release: v1.16.0 — storagePath config for custom session-state storage location#382
ranxianglei merged 1 commit into
masterfrom
2026-09-09_release-v1.16.0

Conversation

@ranxianglei

Copy link
Copy Markdown
Owner

Release v1.16.0

Releases PR #380 (closes #379) — the only change on master since v1.15.0.

Contents

PR Type Description
#380 feat storagePath — custom storage location for session state files. Absolute / ~ / project-relative path semantics; transient SessionState.storageDir (never persisted); no auto-migration + one-time WARN; 19 new tests (1131/1131); dual-agent code + test review

Version decision

New feature → minor bump 1.15.0 → 1.16.0.

Note: PR #381 (messageFilters docs) is still open and NOT included in this release.

Changes in this PR

  • package.json / package-lock.json — 1.15.0 → 1.16.0
  • CHANGELOG.md / CHANGELOG.zh-CN.md### v1.16.0 entry at top
  • devlog/2026-09-09_release-v1.16.0/ — REQ + WORKLOG

Verification

  • ./scripts/ci/check-pr.sh → all checks passed (branch name, devlog, changelog)
  • npm run typecheck ✓, npm run test → 1131/1131 ✓, npm run build

After merge (automated, release.yml)

Detects release branch name → tags v1.16.0 → npm ci → check:package → test → npm publish (latest) → GitHub Release.

Merge is a human-only operation (AGENTS.md §5.1.1.2).

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

📦 Built Plugin Artifact

Branch: 2026-09-09_release-v1.16.0 (b0081ed)

Option A — Install from npm PR tag (recommended)

opencode plugin opencode-acp@pr-382 --global

Each push to this PR publishes a new version under the pr-382 npm tag.

Option B — Install from GitHub

opencode plugin "github:ranxianglei/opencode-acp#2026-09-09_release-v1.16.0" --global

Option C — Download artifact

  1. Download the artifact from the Actions run
  2. Extract the tarball and install:
tar xzf opencode-acp-pr382.tgz
cp -r package/dist ~/.cache/opencode/packages/opencode-acp@latest/node_modules/opencode-acp/dist
  1. Restart opencode to pick up changes.

This comment is automatically updated on each push.

@ranxianglei
ranxianglei merged commit de6d325 into master Sep 9, 2026
4 checks passed
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Published opencode-acp@1.16.0 to npm latest tag.

opencode plugin opencode-acp@latest --global

npm | GitHub Release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

支持压缩内容自定义存储位置

1 participant