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