Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.23 KB

File metadata and controls

34 lines (21 loc) · 1.23 KB

Todo Progress for Pi

Shows a live checklist for prompts that contain several steps or goals.

Todo progress widget

What you can do

  • Creates a small checklist for multi-step requests.
  • Marks the active item while work is happening.
  • Updates the list only when progress changes.
  • Clears completed progress after the final response.

Install

Install it through Pi:

pi install npm:@firstpick/pi-extension-todo-progress

Restart Pi if the package does not appear in your current session.

How to use it

Give Pi a request with several steps. The checklist appears automatically, tracks the active item, and clears after the completed response.

  • /goal <one-sentence goal> — set the current todo-progress goal directly.
  • /goal — open an interactive prompt to set the current todo-progress goal.
  • /todo-progress-status — show whether the widget is loaded, visible, and tracking a goal/list.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.