You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/agent-core/src/harness/compaction/compaction.ts
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ export function findCutPoint(
441
441
};
442
442
}
443
443
444
-
exportconstSUMMARIZATION_SYSTEM_PROMPT=`You are a context summarization assistant. Your task is to read a conversation between a user and an AI coding assistant, then produce a structured summary following the exact format specified.
444
+
exportconstSUMMARIZATION_SYSTEM_PROMPT=`You are a context summarization assistant. Your task is to read a conversation between a user and an AI assistant, then produce a structured summary following the exact format specified.
445
445
446
446
Do NOT continue the conversation. Do NOT respond to any questions in the conversation. ONLY output the structured summary.`;
447
447
@@ -800,9 +800,9 @@ export async function compact(
0 commit comments