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
You **MUST** monitor the context window usage displayed in the environment details. When usage exceeds 50% of the available context window, you **MUST** initiate a task handoff using the `new_task` tool.
9
+
You **MUST** monitor the context window usage displayed in the environment details. When usage exceeds 33% of the available context window, you **MUST** initiate a task handoff using the `new_task` tool.
10
10
11
-
Example of context window usage over 50% with a 200K context window:
11
+
Example of context window usage over 33% with a 200K context window:
- You've reached a logical stopping point in a larger subtask
80
80
- The implementation is taking longer than expected and can be continued later
81
81
- The task scope has expanded beyond the original plan
82
-
-**CRITICAL**: The context window usage exceeds 50% (e.g., 100,000+ tokens for a 200K context window)
82
+
-**CRITICAL**: The context window usage exceeds 33% (e.g., 66,667+ tokens for a 200K context window)
83
83
84
84
### 3. Initiating the Handoff Process - MANDATORY ACTION
85
85
@@ -240,7 +240,7 @@ Please continue by implementing the login endpoint following the same patterns e
240
240
241
241
You **MUST** initiate task handoffs in these scenarios:
242
242
243
-
1.**CRITICAL**: When context window usage exceeds 50% (e.g., 100,000+ tokens for a 200K context window)
243
+
1.**CRITICAL**: When context window usage exceeds 33% (e.g., 100,000+ tokens for a 200K context window)
244
244
2.**Long-running projects** that exceed a single session
245
245
3.**Complex implementations** with multiple distinct phases
246
246
4.**When context window limitations** are approaching
@@ -249,7 +249,7 @@ You **MUST** initiate task handoffs in these scenarios:
249
249
250
250
**⚠️ FINAL REMINDER - CRITICAL INSTRUCTION ⚠️**
251
251
252
-
You **MUST** monitor the context window usage in the environment details section. When it exceeds 50% (e.g., "105,000 / 200,000 tokens (53%)"), you **MUST** proactively initiate the task handoff process using the `ask_followup_question` tool followed by the `new_task` tool. You MUST use the `new_task` tool.
252
+
You **MUST** monitor the context window usage in the environment details section. When it exceeds 33% (e.g., "105,000 / 200,000 tokens (53%)"), you **MUST** proactively initiate the task handoff process using the `ask_followup_question` tool followed by the `new_task` tool. You MUST use the `new_task` tool.
253
253
254
254
By strictly following these guidelines, you'll ensure smooth transitions between tasks, maintain project momentum, and provide the best possible experience for users working on complex, multi-session projects.
0 commit comments