MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / isTodoTool

Function isTodoTool

app/src/modules/todo.js:175–177  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

173}
174
175export function isTodoTool(name) {
176 return name === 'TaskCreate' || name === 'TaskUpdate' || name === 'TaskList' || name === 'TaskGet';
177}
178
179export function renderTodoPanel() {
180 const panel = $('todo-panel');

Callers 1

renderAssistantFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected