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)
This commit is contained in:
Fu Yuchen 2026-04-24 17:49:05 +08:00 committed by GitHub
parent e47b22806b
commit 93cbad24b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 126 additions and 126 deletions

View file

@ -1012,16 +1012,6 @@ const SETTINGS_SCHEMA = {
'Settings for clearing stale context after idle periods. Use -1 to disable a threshold.',
showInDialog: false,
properties: {
thinkingThresholdMinutes: {
type: 'number',
label: 'Thinking Idle Threshold (minutes)',
category: 'Context',
requiresRestart: false,
default: 5 as number,
description:
'Minutes of inactivity before clearing old thinking blocks. Use -1 to disable.',
showInDialog: false,
},
toolResultsThresholdMinutes: {
type: 'number',
label: 'Tool Results Idle Threshold (minutes)',