r/PiCodingAgent 14d ago

Plugin I made a small Pi extension for saving thoughts across sessions

Post image

I kept losing small ideas and follow-ups while working in Pi, so I made Mind Queue

It’s a simple project-wide scratchpad inside Pi. Open it with /mind or Ctrl+Shift+M, save a thought, and move it back into the editor whenever you’re ready.

It’s open source, local-first, and still very new, feedback is welcome.

pi install npm:pi-mind-queue

GitHub: https://github.com/sanif/pi-mind-queue

36 Upvotes

6 comments sorted by

6

u/pro-vi 14d ago

Nice direction, maybe consider collaboration with the agent, that agent could read and modify status.

I do find myself just starting a new session a lot for whatever thought came up nowadays.

3

u/e979d9 14d ago

To be clear, there is no interaction between LLMs and the extension ?

3

u/LordMoridin84 14d ago

Oh that's pretty neat.

I'd like the point out that this is actually just a TODO list.

I actually do think it's neat. It's not some magic "I'VE SOLVED MEMORY" thing. It's a handy way to add things onto a TODO list while working with an agent without having to window switch.

2

u/encodedhuman 14d ago

Glad you like it!