Default-enable.

This commit is contained in:
Christian Gunderman
2026-04-13 10:50:08 -07:00
parent 05cdf19123
commit ab33a96d7c
5 changed files with 94 additions and 2 deletions
+5
View File
@@ -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;
}