mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -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(WebSearchTool, this);
|
||||
if (this.getUseWriteTodos()) {
|
||||
registerCoreTool(WriteTodosTool, this);
|
||||
registerCoreTool(WriteTodosTool);
|
||||
}
|
||||
|
||||
// Register Subagents as Tools
|
||||
|
||||
Reference in New Issue
Block a user