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: lib/prompts/system.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ You operate in a context-constrained environment. Manage context continuously to
3
3
4
4
The ONLY tool you have for context management is \`compress\`. It replaces a contiguous portion of the conversation (inclusive) with a technical summary you produce.
5
5
6
+
\`<dcp-message-id>\` and \`<dcp-system-reminder>\` tags are environment-injected metadata. Do not output them.
7
+
6
8
OPERATING STANCE
7
9
Prefer short, closed, summary-safe ranges.
8
10
When multiple independent stale ranges exist, prefer several short compressions (in parallel when possible) over one large-range compression.
0 commit comments