fix(core): Improve shell tool reliability and test portability (#1036)

This commit is contained in:
Sijie Wang
2025-06-15 02:19:19 -07:00
committed by GitHub
parent 2b799cbbf0
commit 7352cb403c
3 changed files with 10 additions and 10 deletions

View File

@@ -174,8 +174,8 @@ export class Config {
setGeminiMdFilename(params.contextFileName);
}
this.toolRegistry = createToolRegistry(this);
this.geminiClient = new GeminiClient(this);
this.toolRegistry = createToolRegistry(this);
if (this.telemetrySettings.enabled) {
initializeTelemetry(this);