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
- Config validation failures now use per-field defaults instead of disabling entire plugin (closes#4)
- execute_threshold_percentage minimum lowered from 35 to 20
- Invalid config fields surface warnings to user via startup notification
- Revert @huggingface/transformers bundling back to external resolution
(bundling broke sharp/onnxruntime-node native binary resolution)
- Logger now serializes Error objects as message + stack instead of {}
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
@@ -64,7 +64,7 @@ Higher-tier models with longer cache windows benefit from a longer TTL. Setting
64
64
|`cache_ttl`|`string` or `object`|`"5m"`| Time after a response before applying pending ops. String or per-model map. |
65
65
|`protected_tags`|`number` (1–100) |`20`| Last N active tags immune from immediate dropping. |
66
66
|`nudge_interval_tokens`|`number`|`10000`| Minimum token growth between rolling nudges. |
67
-
|`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. |
67
+
|`execute_threshold_percentage`|`number` (20–80) or `object`|`65`| Context usage that forces queued ops to execute. Capped at 80% max for cache safety. Supports per-model map. |
68
68
|`auto_drop_tool_age`|`number`|`100`| Auto-drop tool outputs older than N tags during execution. |
69
69
|`clear_reasoning_age`|`number`|`50`| Clear thinking/reasoning blocks older than N tags. |
70
70
|`iteration_nudge_threshold`|`number`|`15`| Consecutive assistant turns without user input before an iteration nudge. |
0 commit comments