mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 14:34:55 -07:00
fix(tools): restore static tool names to fix configuration exclusions (#11551)
This commit is contained in:
@@ -126,9 +126,11 @@ export class WriteTodosTool extends BaseDeclarativeTool<
|
||||
WriteTodosToolParams,
|
||||
ToolResult
|
||||
> {
|
||||
static readonly Name = WRITE_TODOS_TOOL_NAME;
|
||||
|
||||
constructor() {
|
||||
super(
|
||||
WRITE_TODOS_TOOL_NAME,
|
||||
WriteTodosTool.Name,
|
||||
'Write Todos',
|
||||
WRITE_TODOS_DESCRIPTION,
|
||||
Kind.Other,
|
||||
|
||||
Reference in New Issue
Block a user