mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
fix(core): use optional field syntax for prePlanMode declaration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b8e81c02b4
commit
7a2f5887b9
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ export class Config {
|
|||
private sdkMode: boolean;
|
||||
private geminiMdFileCount: number;
|
||||
private approvalMode: ApprovalMode;
|
||||
private prePlanMode: ApprovalMode | undefined;
|
||||
private prePlanMode?: ApprovalMode;
|
||||
private readonly accessibility: AccessibilitySettings;
|
||||
private readonly telemetrySettings: TelemetrySettings;
|
||||
private readonly gitCoAuthor: GitCoAuthorSettings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue