mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
fix: 修复穷鬼模式的写入问题
This commit is contained in:
@@ -739,6 +739,12 @@ export const SettingsSchema = lazySchema(() =>
|
||||
'When false, prompt suggestions are disabled. When absent or true, ' +
|
||||
'prompt suggestions are enabled.',
|
||||
),
|
||||
poorMode: z
|
||||
.boolean()
|
||||
.optional()
|
||||
.describe(
|
||||
'When true, poor mode is active — extract_memories and prompt_suggestion are disabled to save tokens.',
|
||||
),
|
||||
showClearContextOnPlanAccept: z
|
||||
.boolean()
|
||||
.optional()
|
||||
|
||||
Reference in New Issue
Block a user