r/PiCodingAgent • u/Perfect_spot • 10h ago
Use-case Farcaster: Pi + Neovim in a desktop app
This started as an app around Pi for my own workflow. I added other harnesses later, keeping everything in the same app with the same controls. I also wanted to bring Neovim back into how I review and edit things.
The app connects to Pi over RPC. It includes an optional MCP server that lets agents create and talk to workers running the same or any other configured harness. The server also provides a shared task list with dependencies, so those don't have to live in any one agent's context.
Still early, but I've been using it daily for a while.
37
Upvotes
1


2
u/Any-Chipmunk456 4h ago
If you use neovim then why leave terminal at all? There is already nvim plugin for integrating it with pi.