`pi-tasks-timeline` keeps Pi task lists visible in Paseo. It targets Paseo `v0.8.0-beta.1` and recognizes completed `todo` tool calls, turns them into task-list timeline items, and preserves the task state across the agent's projected timeline history.
Requires Paseo: >=0.8.0 — from this plugin's own paseo-plugin.json.
From the plugin's README
The plugin only recognizes completed todo tool-call results in the supported details.tasks or
details.todos shapes. Other task producers leave the original timeline entry unchanged.
paseo plugin add mcowger/paseo-plugins --path pi-tasks-timelineFrom the plugin's README
Install the plugin from a checkout of this repository:
cd /absolute/path/to/pi-tasks-timeline
npm install
npm run typecheck
paseo plugin install "$PWD"
paseo plugin reload pi-tasks-timeline
After installing a compatible Pi todo plugin, create or update tasks through Pi's todo tool. The
task list will appear in the agent timeline and the active-task pill will appear when tasks are
pending or in progress.
Scanned 10 Sep 2026, 09:15 UTC from mcowger/paseo-plugins/pi-tasks-timeline.