Skip to content

Commit 33cd127

Browse files
committed
docs: update execute_threshold_percentage max to 80% in CONFIGURATION.md
1 parent 692ea88 commit 33cd127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Higher-tier models with longer cache windows benefit from a longer TTL. Setting
4242
| `cache_ttl` | `string` or `object` | `"5m"` | Time after a response before applying pending ops. String or per-model map. |
4343
| `protected_tags` | `number` (1–20) | `20` | Last N active tags immune from immediate dropping. |
4444
| `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. |
4646
| `auto_drop_tool_age` | `number` | `100` | Auto-drop tool outputs older than N tags during execution. |
4747
| `clear_reasoning_age` | `number` | `50` | Clear thinking/reasoning blocks older than N tags. |
4848
| `iteration_nudge_threshold` | `number` | `15` | Consecutive assistant turns without user input before an iteration nudge. |

0 commit comments

Comments
 (0)