mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
feat(core): Add --skip-next-speaker-check flag (#6589)
This commit is contained in:
parent
faff1c2ec7
commit
389102ec0e
5 changed files with 23 additions and 0 deletions
|
|
@ -515,6 +515,15 @@ export const SETTINGS_SCHEMA = {
|
|||
description: 'Show line numbers in the chat.',
|
||||
showInDialog: true,
|
||||
},
|
||||
skipNextSpeakerCheck: {
|
||||
type: 'boolean',
|
||||
label: 'Skip Next Speaker Check',
|
||||
category: 'General',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
description: 'Skip the next speaker check.',
|
||||
showInDialog: true,
|
||||
},
|
||||
} as const;
|
||||
|
||||
type InferSettings<T extends SettingsSchema> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue