-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
area/toolsFor features/issues/fixes related to the usage of built-in and MCP toolsFor features/issues/fixes related to the usage of built-in and MCP toolskind/enhancementNew feature or requestNew feature or request
Description
- Listing todos:
Todos are explicitly listed with generic names.
Created 6 todos: [todo_1], [todo_2], [todo_3], [todo_4], [todo_5], [todo_6]
We should either skip that output, or since they are just listed before, we should not list their name at all.
- completing todos
The output of completing a TODO is also refering to the key of the todo instead of it's name.
I like to know which TODO has been completed, here I kind of guess it's the 3rd one.
✓ Update TODO
✓ todo_3 → completed
Updated todo [todo_3] to status: [completed]
I think rather than outputing all the above we should write
✓ Update TODO
✓ The super task I was doing → completed
Metadata
Metadata
Assignees
Labels
area/toolsFor features/issues/fixes related to the usage of built-in and MCP toolsFor features/issues/fixes related to the usage of built-in and MCP toolskind/enhancementNew feature or requestNew feature or request