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: CONFIGURATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Higher-tier models with longer cache windows benefit from a longer TTL. Setting
42
42
|`cache_ttl`|`string` or `object`|`"5m"`| Time after a response before applying pending ops. String or per-model map. |
43
43
|`protected_tags`|`number` (1–20) |`20`| Last N active tags immune from immediate dropping. |
44
44
|`nudge_interval_tokens`|`number`|`10000`| Minimum token growth between rolling nudges. |
45
-
|`execute_threshold_percentage`|`number` (35–95) or `object`|`65`| Context usage that forces queued ops to execute. Supports per-model map. |
45
+
|`execute_threshold_percentage`|`number` (35–80) or `object`|`65`| Context usage that forces queued ops to execute. Capped at 80% max for cache safety. Supports per-model map. |
46
46
|`auto_drop_tool_age`|`number`|`100`| Auto-drop tool outputs older than N tags during execution. |
47
47
|`clear_reasoning_age`|`number`|`50`| Clear thinking/reasoning blocks older than N tags. |
48
48
|`iteration_nudge_threshold`|`number`|`15`| Consecutive assistant turns without user input before an iteration nudge. |
0 commit comments