True Queue – Task queue extension for Pi coding agent

2 pointsposted 12 hours ago
by krystofee

1 Comments

krystofee

12 hours 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.