mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
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:
parent
e47b22806b
commit
93cbad24b1
9 changed files with 126 additions and 126 deletions
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue