mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
fix: writeTodo construction (#16014)
This commit is contained in:
committed by
GitHub
parent
7edd803034
commit
a61fb058b7
@@ -1725,7 +1725,7 @@ export class Config {
|
|||||||
registerCoreTool(MemoryTool);
|
registerCoreTool(MemoryTool);
|
||||||
registerCoreTool(WebSearchTool, this);
|
registerCoreTool(WebSearchTool, this);
|
||||||
if (this.getUseWriteTodos()) {
|
if (this.getUseWriteTodos()) {
|
||||||
registerCoreTool(WriteTodosTool, this);
|
registerCoreTool(WriteTodosTool);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Register Subagents as Tools
|
// Register Subagents as Tools
|
||||||
|
|||||||
Reference in New Issue
Block a user