Skip to content

Don't print todo call results #836

@jeanlaurent

Description

@jeanlaurent
  1. 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.

  1. 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

No one assigned

    Labels

    area/toolsFor features/issues/fixes related to the usage of built-in and MCP toolskind/enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions