feat(config): enable JIT context loading by default (#22736)

This commit is contained in:
Sandy Tao
2026-03-16 15:12:28 -07:00
committed by GitHub
parent 605432ea70
commit 30271d64eb
6 changed files with 11 additions and 7 deletions

View File

@@ -994,7 +994,7 @@ export class Config implements McpContext, AgentLoopContext {
modelConfigServiceConfig ?? DEFAULT_MODEL_CONFIGS,
);
this.experimentalJitContext = params.experimentalJitContext ?? false;
this.experimentalJitContext = params.experimentalJitContext ?? true;
this.topicUpdateNarration = params.topicUpdateNarration ?? false;
this.modelSteering = params.modelSteering ?? false;
this.injectionService = new InjectionService(() =>