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
fix(core): preserve reasoning_content during session resume and active sessions (GH#3579) (#3590)
* fix(core): preserve reasoning_content during session resume and active sessions (GH#3579)
* chore(core): remove dead thinkingThresholdMinutes config after latch removal (GH#3579)
Copy file name to clipboardExpand all lines: docs/users/configuration/settings.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,6 @@ The `extra_body` field allows you to add custom parameters to the request body s
223
223
|`context.fileFiltering.respectQwenIgnore`| boolean | Respect .qwenignore files when searching. |`true`|
224
224
|`context.fileFiltering.enableRecursiveFileSearch`| boolean | Whether to enable searching recursively for filenames under the current tree when completing `@` prefixes in the prompt. |`true`|
225
225
|`context.fileFiltering.enableFuzzySearch`| boolean | When `true`, enables fuzzy search capabilities when searching for files. Set to `false` to improve performance on projects with a large number of files. |`true`|
226
-
|`context.clearContextOnIdle.thinkingThresholdMinutes`| number | Minutes of inactivity before clearing old thinking blocks to free context tokens. Aligns with typical provider prompt-cache TTL. Use `-1` to disable. |`5`|
227
226
|`context.clearContextOnIdle.toolResultsThresholdMinutes`| number | Minutes of inactivity before clearing old tool result content. Use `-1` to disable. |`60`|
228
227
|`context.clearContextOnIdle.toolResultsNumToKeep`| number | Number of most-recent compactable tool results to preserve when clearing. Floor at 1. |`5`|
0 commit comments