mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
fix(core): Improve shell tool reliability and test portability (#1036)
This commit is contained in:
parent
2b799cbbf0
commit
7352cb403c
3 changed files with 10 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue