From 18b276b87bddb10e58d6f82b1ea184a13bd1e1d9 Mon Sep 17 00:00:00 2001 From: ework-agent Date: Wed, 26 Aug 2026 14:17:37 +0800 Subject: [PATCH] fix(status): recommend ranges view in acp_status prompt snippet The promptSnippet suggested scope:'uncompressed' + view:'messages', steering models to the per-message firehose. The ranges view is the right default (now grouped by conversation turn and sorted by size in acp-kernel PR #165), so recommend that instead. --- src/status-tool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status-tool.ts b/src/status-tool.ts index 74b6b78..6946e89 100644 --- a/src/status-tool.ts +++ b/src/status-tool.ts @@ -24,7 +24,7 @@ export function makeStatusTool(runtime: AcpRuntime): ToolDefinition