checks all todos are done before responding

This commit is contained in:
Arjun 2025-11-18 10:08:04 +05:30
parent cb26602a02
commit fda8c4c024
3 changed files with 26 additions and 1 deletions

View file

@ -275,7 +275,7 @@ export const BuiltinTools: z.infer<typeof BuiltinToolsSchema> = {
},
todoList: {
description: 'Return the durable todo list for the current session',
description: 'Return the todo list for the current copilot session',
inputSchema: z.object({}),
execute: async () => {
const state = await readTodoState();