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
fold: autoCaptureContextTurns rolling pair window onto current tips (PR 966, composed with master's reconcile-with-kept-texts and protected-prefix contracts)
Copy file name to clipboardExpand all lines: openclaw.plugin.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -438,6 +438,13 @@
438
438
"default": 4,
439
439
"description": "Minimum conversation messages required before smart extraction runs."
440
440
},
441
+
"autoCaptureContextTurns": {
442
+
"type": "integer",
443
+
"minimum": 0,
444
+
"maximum": 10,
445
+
"default": 0,
446
+
"description": "Rolling context window for auto-capture extraction: how many recent user turns (with their assistant replies) stay in the transcript across extractions as context. 0 disables retention; each extraction then sees only its own call's turns."
447
+
},
441
448
"batchChunkSize": {
442
449
"type": "integer",
443
450
"minimum": 1,
@@ -1939,6 +1946,11 @@
1939
1946
"help": "Minimum conversation messages before smart extraction triggers",
1940
1947
"advanced": true
1941
1948
},
1949
+
"autoCaptureContextTurns": {
1950
+
"label": "Auto-Capture Context Turns",
1951
+
"help": "Rolling window of recent user turns (with replies) kept as extraction context; 0 = off",
1952
+
"advanced": true
1953
+
},
1942
1954
"extractMaxChars": {
1943
1955
"label": "Max Chars for Extraction",
1944
1956
"help": "Maximum conversation characters to process for extraction",
0 commit comments