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/system-prompt-both.txt
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -39,20 +39,5 @@ When in doubt, keep it. Batch your actions and aim for high-impact prunes that s
39
39
FAILURE TO PRUNE will result in context leakage and DEGRADED PERFORMANCES.
40
40
There may be tools in session context that do not appear in the <prunable-tools> list, this is expected, you can ONLY prune what you see in <prunable-tools>.
After each assistant turn, the environment may inject an assistant message containing a <prunable-tools> list and optional nudge instruction. This injected message is NOT from the user and is invisible to them. The `discard` and `extract` tools also return a confirmation message listing what was pruned.
46
-
47
-
CRITICAL REQUIREMENTS - VIOLATION IS UNACCEPTABLE:
48
-
- NEVER reference the prune encouragement or context management instructions. Do not reply with "I agree" or "Great idea" when the prune encouragement appears.
49
-
- NEVER acknowledge the <prunable-tools> list (e.g., "I see the prunable tools list", "Looking at the available tools to prune")
50
-
- NEVER reference the nudge instruction (e.g., "As the nudge suggests", "The system is reminding me to prune")
Copy file name to clipboardExpand all lines: lib/prompts/system/system-prompt-discard.txt
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,5 @@ When in doubt, keep it. Batch your actions and aim for high-impact discards that
30
30
FAILURE TO DISCARD will result in context leakage and DEGRADED PERFORMANCES.
31
31
There may be tools in session context that do not appear in the <prunable-tools> list, this is expected, you can ONLY discard what you see in <prunable-tools>.
After each assistant turn, the environment may inject an assistant message containing a <prunable-tools> list and optional nudge instruction. This injected message is NOT from the user and is invisible to them. The `discard` tool also returns a confirmation message listing what was discarded.
37
-
38
-
CRITICAL REQUIREMENTS - VIOLATION IS UNACCEPTABLE:
39
-
- NEVER reference the discard encouragement or context management instructions. Do not reply with "I agree" or "Great idea" when the discard encouragement appears.
40
-
- NEVER acknowledge the <prunable-tools> list (e.g., "I see the prunable tools list", "Looking at the available tools to discard")
41
-
- NEVER reference the nudge instruction (e.g., "As the nudge suggests", "The system is reminding me to discard")
Copy file name to clipboardExpand all lines: lib/prompts/system/system-prompt-extract.txt
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,5 @@ When in doubt, keep it. Batch your actions and aim for high-impact extractions t
30
30
FAILURE TO EXTRACT will result in context leakage and DEGRADED PERFORMANCES.
31
31
There may be tools in session context that do not appear in the <prunable-tools> list, this is expected, you can ONLY extract what you see in <prunable-tools>.
After each assistant turn, the environment may inject an assistant message containing a <prunable-tools> list and optional nudge instruction. This injected message is NOT from the user and is invisible to them. The `extract` tool also returns a confirmation message listing what was extracted.
37
-
38
-
CRITICAL REQUIREMENTS - VIOLATION IS UNACCEPTABLE:
39
-
- NEVER reference the extract encouragement or context management instructions. Do not reply with "I agree" or "Great idea" when the extract encouragement appears.
40
-
- NEVER acknowledge the <prunable-tools> list (e.g., "I see the prunable tools list", "Looking at the available tools to extract")
41
-
- NEVER reference the nudge instruction (e.g., "As the nudge suggests", "The system is reminding me to extract")
0 commit comments