From a602e8aba8d673fbd969ff005e64e40bf9e75040 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 29 Dec 2025 22:18:24 +0100 Subject: [PATCH] Remove restrictive sentence limits from Goal section --- .../coding-agent/src/core/compaction/branch-summarization.ts | 2 +- packages/coding-agent/src/core/compaction/compaction.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/coding-agent/src/core/compaction/branch-summarization.ts b/packages/coding-agent/src/core/compaction/branch-summarization.ts index 5c7dd3af..952676be 100644 --- a/packages/coding-agent/src/core/compaction/branch-summarization.ts +++ b/packages/coding-agent/src/core/compaction/branch-summarization.ts @@ -264,7 +264,7 @@ const BRANCH_SUMMARY_PROMPT = `Create a structured summary of this conversation Use this EXACT format: ## Goal -[1-2 sentences: What was the user trying to accomplish in this branch?] +[What was the user trying to accomplish in this branch?] ## Constraints & Preferences - [Any constraints, preferences, or requirements mentioned] diff --git a/packages/coding-agent/src/core/compaction/compaction.ts b/packages/coding-agent/src/core/compaction/compaction.ts index e7e362ee..feb8f1cd 100644 --- a/packages/coding-agent/src/core/compaction/compaction.ts +++ b/packages/coding-agent/src/core/compaction/compaction.ts @@ -333,7 +333,7 @@ const SUMMARIZATION_PROMPT = `Create a structured context checkpoint summary. An Use this EXACT format: ## Goal -[1-2 sentences: What is the user trying to accomplish?] +[What is the user trying to accomplish? Can be multiple items if the session covers different tasks.] ## Constraints & Preferences - [Any constraints, preferences, or requirements mentioned by user]