From fbf01b80c67b40119ded3778755dd0abf1e4b8f2 Mon Sep 17 00:00:00 2001 From: ranxianglei Date: Sun, 28 Jun 2026 19:14:39 +0800 Subject: [PATCH 1/2] chore: bump version to 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 492d380..5eb73f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "opencode-acp", - "version": "1.4.2", + "version": "1.5.0", "type": "module", "description": "Active Context Pruning — model-driven context management for OpenCode (hardened fork of DCP with 34 bug fixes)", "main": "./dist/index.js", From 8ed8acda95013c1522db2569dcea6d7351d18852 Mon Sep 17 00:00:00 2001 From: ranxianglei Date: Mon, 29 Jun 2026 16:13:35 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20dual-trigger=20nudge=20wording=20?= =?UTF-8?q?=E2=80=94=20proactive=20after=20use=20+=20pressure=20rises?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/prompts/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prompts/system.ts b/lib/prompts/system.ts index 40a80bf..a559b5a 100644 --- a/lib/prompts/system.ts +++ b/lib/prompts/system.ts @@ -16,7 +16,7 @@ Target the largest UNCOMPRESSED content first. Savings scale with original size CONTEXT PRESSURE LEVELS -- Normal: Be frugal — compress large completed outputs into summaries. You can decompress later if needed. +- Normal: Proactively compress finished outputs (agent results, verbose commands, large tool outputs) into summaries after you've finished using them. You can decompress later if needed. - Elevated: Context is growing — compress completed sections and high-token waste now. - Critical: Compress aggressively now — preserve only what is essential for the current task.