Settings

Theme

True Queue – Task queue extension for Pi coding agent

github.com

2 points by krystofee 6 days ago · 1 comment

Reader

krystofeeOP 6 days ago

Pi.dev is an open-source CLI coding agent by @badlogic. It lets you steer the agent while it works, but steering puts future tasks into the context — and LLMs rush through early tasks when they see what's coming next (goal anchoring). True Queue hides queued tasks from the agent entirely. Type +task to queue, the agent only sees one task at a time. ctrl+q opens an editor overlay to reorder the queue while the agent runs.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection