mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 17:40:44 -07:00
Default-enable.
This commit is contained in:
@@ -2051,6 +2051,11 @@ export class Config implements McpContext, AgentLoopContext {
|
||||
getDebugMode(): boolean {
|
||||
return this.debugMode;
|
||||
}
|
||||
|
||||
isDeepValidationEnabled(): boolean {
|
||||
return this.deepValidation;
|
||||
}
|
||||
|
||||
getQuestion(): string | undefined {
|
||||
return this.question;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user