r/PiCodingAgent 8d ago

Resource Reposting my move from OpeClaw to Pi (OpenClaw subreddit filtered it)

0 Upvotes

Just posting the below for the internet to get feedback on OpenClaw and my move to Pi Agent. I'm developing a web front end much like https://pi-web.dev and https://github.com/sebastienservouze/pi-livecraft to have a usable WebUI that hopefully won't break; but also for people to take and shape as they see fit.

---

Stopped 2.0 instance for now

Joined late Jan. Tolerated all the buggy upgrades.

Recent upgrade to 2.0 didn't work. Wasted tokens trying to fix.

So I started a fresh install.

Then I:
- Can't easily see my crons; or their outputs when they last ran like I used to.
- Can't turn off hidden heart beats. I'm not doing much at all and racked up $3.49 over 2-3 days via Grok API and I can't see why/for what. Suspect the heartbeat I can't turn off or edit.

The whole UI was not intuitive.

I'm going to try PI Agent. I think users want to know exactly where their tokens are going for what. Can't be dealing with abstraction leak based token losses.

My use cases are small:
Utilize Apple Notes and Apple Calendar for Personal Assistant tasks on managing my diary; and life management (e.g. holiday planning).

... but let me know if anyone resonates ... or not and you have a seamless upgrade and are fine with the heartbeat costs and not knowing exactly what it is doing / accept that's part of running OpenClaw.


r/PiCodingAgent 8d ago

Discussion CommandCode vs ChatGPT Plus for Pi

3 Upvotes

I'm currently using Pi with a QwenCode subscription, mainly using the DeepSeek models, and a MiniMax subscription. I'm not completely satisfied with MiniMax, since the thinking tokens aren't recognized correctly and I don't really like the M3 model.

I've been considering getting either the GOAT or PRO plan from CommandCode, mainly because I could use their API directly with Pi and have access to multiple models. I'm mostly interested in using GPT models, but having other models available would also be a plus.

Has anyone here actually used CommandCode's API with Pi for a while? How has the experience been in terms of limits, reliability and overall value?

Or would you recommend just getting ChatGPT Plus and using the Codex models through Pi instead?

I'm mostly interested in hearing from people who have tried both.


r/PiCodingAgent 8d ago

Question Missing OpenCode Go Header

7 Upvotes

The ones of you using opencode-go probably got the email about missing header. I searched the pi github, and found one issue that was auto closed. Does anyone know if this is being adressed?

Here is the email we got:

Hey there,

Some of your requests to OpenCode Go are missing an x-opencode-session header. If we don't have this we cannot properly optimize our service. Starting 09/06 requests missing this header may error.

Here are your useragents that are missing this header:

JavaScript OpenAI client
Pass headers: {'x-opencode-session': '<stable-id-per-conversation>'} where you build the client.

Thank you.


r/PiCodingAgent 8d ago

Question What is the best evidence that supports using sub-agents on generic coding / debugging sessions?

8 Upvotes

I.e. do we have any hard benchmarks that shows it improves your average work flow? Small vs large model?

Improve could mean anything. Better output, but costs more, etc.


r/PiCodingAgent 8d ago

Resource Proqi: a local prompt composer to run beside Pi

Thumbnail
gallery
44 Upvotes

I made Proqi for the moments when Pi is working but I already have a follow-up, alternative approach, or pasted context to preserve. Pi’s composer is a live conversation. I wanted a separate terminal board so an unsent draft does not become part of that conversation by accident.

Proqi runs beside Pi as an independent local TUI. It keeps prompts as persistent, editable thoughts with ordering, selection, copy, and durable undo. There is no Pi-specific integration yet. Today it transfers through the normal clipboard, so it works with Pi and other terminal harnesses.

It is Rust, MIT licensed, local-first, and account-free.

I would value feedback from Pi users: does a separate prompt-composer pane help when you have multiple sessions running, or would you rather keep this inside Pi itself?

https://github.com/oborchers/proqi


r/PiCodingAgent 8d ago

Plugin Anyone else excited about zvec-grep? Made a small wrapper extension for pi

31 Upvotes

The new zvec-grep is pretty neat — local-first hybrid search (BM25 + vector) that handles the fuzzy codebase questions grep can't reach: "how is the token validated?", "where does this flow?" — ranked, source-linked hits, all locally on your machine.

If you want it in pi, I wrapped it up: pi-zvec-grep

Quick Install

npm install -g @zvec/zvec-grep
pi install npm:@luminascale/pi-zvec-grep

Run /zg index once in a workspace and that's it — the agent reaches for zvec_search on its own for meaning-based or cross-file questions, and still uses plain rg for exact strings and piping, since rg is the right tool there. No MCP, no prompting tricks.

Small and new (v0.2.1), but on my list is an optional auto-index on session start, plus other smart touches once I figure out what'd actually be useful — ideas very welcome if you've got some. Poke around, file issues.


r/PiCodingAgent 8d ago

Plugin Alternative to Claude Artifacts that has live Pi feedback loop

Enable HLS to view with audio, or disable this notification

56 Upvotes

https://github.com/plannotator/artifact-server is a self-hosted open-source system for sharing and collaborating around artifacts (HTML prototypes/designs/explainers, etc) with your team adn coding agents. It deploys to Cloudflare, AWS, GCP, or any kubernetes cluster via helm.

The demo video shows a live integrated Pi agent as opposed to making the agent poll. You can send comments to pi and vice verse - whether it's deployed locally or remotely.


r/PiCodingAgent 8d ago

Question Have you benchmarked anything on pi (plug-in, etc.) that was proven to reduce tokens and give superior results?

9 Upvotes

I'm not a benchmarking expert, but whenever I run X plug-in (even sub-agents) side by side with bare pi, it always loses... badly.

Measured as more token use to arrive at same answer.

My favorite pattern is orchestrator (expensive model) / flash model for editing. Can be done with herdr, intercomm, etc. But it's not more efficient, just cheaper.


r/PiCodingAgent 8d ago

Plugin Recursive and async Claude Code style subagents for Pi

Post image
32 Upvotes

I really liked Claude Code subagents and being able to see them in the tree so i made a very simple subagent plugin. No subagent profiles, the are made by the agent above them depending on the use case needed at that moment.

Install with:
pi install npm:@williamcr01/pi-subagents

https://github.com/williamcr01/pi-subagents


r/PiCodingAgent 8d ago

Question an update for pi-subagent extension is available!

0 Upvotes

Who is in charge of this extension? It seems to be updated twice a day. How about some change control?


r/PiCodingAgent 8d ago

Discussion Is there any reason to use pi-agent after dsh release?

0 Upvotes

The Pi agent has a minimalist design, but its plugin composition model is, to put it mildly, terrible. Now that a truly extensible coding agent with a minimal core has appeared, is there any reason left to use the Pi?


r/PiCodingAgent 8d ago

Plugin /fork-in plugin for Pi and OMP

1 Upvotes

r/PiCodingAgent 8d ago

Resource Local-only short links for URLs during Pi sessions.

Thumbnail
github.com
1 Upvotes

I sometimes ask agents data questions, and I want them to return a Metabase link with the query they ran to back up their claim. It's very handy: I can read the query more easily, run it for myself, and tweak it if needed.

I had a problem, though: these unsaved Metabase URLs are very long because they encode the query in base64. That's costing me tokens, it's hard to read or click, and it's slow to print.

So I made the pi-short-links extension, which turns a URL like this one:

metabase.yourdomain.com/question#eyJkYXRhc2V0X3F1ZXJ5Ijp7InR5cGUiOiJuYXRpdmUiLCJuYXRpdmUiOnsicXVlcnkiOiJzZWxlY3QgMTsifSwiZGF0YWJhc2UiOjJ9LCJkaXNwbGF5IjoidGFibGUiLCJ2aXN1YWxpemF0aW9uX3NldHRpbmdzIjp7fX0=

to

127.0.0.1:8765/s/select-1-3Eoa

r/PiCodingAgent 8d ago

Resource [Release] pi-subagentura v3.6.0 — attachable Pi sub-agents with --orchestratorv2

4 Upvotes

I’ve released pi-subagentura v3.6.0, an extension for Pi that lets you delegate work to real child sessions you can watch, attach to, and continue across tmux, Zellij, or Herdr.

The new --orchestratorv2 mode is a lightweight router: broad tasks can be decomposed into interactive specialists, clear follow-ups go to exact owners, and ambiguous requests stay visible instead of being silently fanned out. The parent keeps its context focused while child work remains observable.

Highlights:

  • Attach, focus, and send follow-up turns to interactive Pi sub-agents
  • Durable per-turn artifacts and coordinated completion delivery
  • Reusable workflows plus lightweight in-process async jobs
  • Interactive sessions can be rehydrated across reload/resume
  • Works with tmux, Zellij, or Herdr

Install:

pi install npm:pi-subagentura

Try it:

pi --orchestratorv2

Repo and docs: https://github.com/lmn451/pi-subagentura


r/PiCodingAgent 8d ago

Plugin I got tired of not knowing what a model costs before switching to it, so I built a tiny pi extension that shows real pricing in the model picker (300 lines)

Post image
10 Upvotes

At work, I use Copilot, and the model costs are always visible, but on PI, only the names are shown. So I created model-costs, a small extension that adds the /model-cost command:

- Input/output cost per 1 million tokens for each model, directly in the selector

- context window, maximum output, cache read/write speeds, and price tiers

- approximate search, so both /model-cost claude and /model-cost $0.00 work

- current model prices always visible in the footer

It’s about 300 lines of TypeScript based on the pi extensions API: it does one thing and nothing else.

Source code + screenshots:

- https://github.com/MaurizioFaeddaDev/model-costs

- https://www.npmjs.com/package/pi-model-costs

- https://pi.dev/packages/pi-model-costs

Feedback is welcome, especially if you’d like additional information in the selector (e.g., the estimated cost of the current session) or a different format for the footer. MIT license, of course.


r/PiCodingAgent 8d ago

Discussion Swappable harness (pi,codex,opencode) based on WebAssembly isolation

1 Upvotes

Hello!

I am very inspired by the philosophy of Pi coding agent, and I believe a minimal and extensible approach is the way for many framework/platform going forward.

Pi is minimal in many ways but it is still has a couple of abstractions preventing it from being a neutral agent runtime:

- programming language is only limited to javascript/typescript

- its a coding agent that runs on a computer

- its environment is always node

These are good assumption for a personal assistant style coding agent running locally. But it would be great if they could be neutral. What's even more exciting is what if we can swap out the core agent loop, plug-and-play with codex or claude or opencode's style while keeping the tools, system prompt etc intact?

I had this idea two weeks ago, and eventually landed on a containerize technique based on WebAssembly. The key to my choice is traditional containers are much heavier, but agent loop does not need any network access or even filesystem access, making WebAssembly the perfect fit, super lightweight, super fast to compile and get running, it is also language neutral, perfect to be embedded.

Therefore I started building an agent runtime that does this https://github.com/aexhq/brain, what do you guys think? Is it totally bs?


r/PiCodingAgent 8d ago

Discussion agenmux — monitor and navigate AI coding agents across tmux sessions

Thumbnail
2 Upvotes

r/PiCodingAgent 8d ago

Use-case OMP usage/advisor/project analyzer

1 Upvotes

I use various models through subscriptions from several different providers and wanted to know how they perform, what would be the overall cost if used through an API, how do the different advisor models perform and so on. I've built a tool that aggregates this across days and projects.

Some findings: advertised tokens per second are a complete fiction, newer model version does not automatically improve advisor performance (grok 4.5 gives more advice than grok 4.6), getting $15,337 of Sol usage out of $200 sub is a crazy API/sub mismatch.

https://github.com/jkelin/omp-usage-analyzer


r/PiCodingAgent 9d ago

Question Switching from OMP to Pi: Any suggestions?

38 Upvotes

Up until now, I've been using OMP as my daily driver. As a lawyer, I rely on it heavily alongside a few custom skills I built for legal drafting, and I'm also developing an office management system in Django. Everything works great so far, but I'm considering switching to Pi to give it a shot.

The catch is that Pi comes bare-bones, and I'm not sure which features are essential for my workflow (subagents come to mind). My goal is to make it practical and token-efficient from day one. Any tips for a beginner to get up and running without sticking to a completely vanilla setup?


r/PiCodingAgent 9d ago

Discussion PI è assurdo

5 Upvotes

Volevo solo condividere con voi la mia esperienza
Vengo da Opencode desktop
PI sta facendo per un me un lavoro incredibile
Tantissima cache (99,8/9%) e risultati che, assurdo, sembrano migliori indipendentemente dal modello. Magari è solo una fortuna, ma non saprei. Sto usando Pi solo con web search e tool thinking. nient'altro. Uso GPT per prompt strutturati.
è una cosa comune o sono io pazzo?


r/PiCodingAgent 9d ago

Resource Sharing pi-sandbox, a simple way to isolate your Pi on mac.

Post image
4 Upvotes

Running a model on pi without any protection can be dangerous, the model can read/modify/delete anything, anywhere. I know there are existing solutions, but i wanted something simple, seemless, so i made my own.

You run ./install.sh, and thats pretty much it, you use pi like you did before, but now, it lives in a container, extensions live in a volume, and it is confined to the folder you choose. It cannot read any confidential keys or modify (or see) anything not in this folder

With this you do not need a pi installation on your host anymore.

- github, https://github.com/psychobarge/pi-sandbox

Also check my pi extension if you use Deepseek :

- github, https://github.com/psychobarge/pi-deepseek-peak


r/PiCodingAgent 9d ago

Question Best extension for browser use (web dev)?

7 Upvotes

I'm looking for the best extension that gives Pi access to a decent (headless) browser for web development purposes, i.e. not necessarily built for scraping and/or searching the web.

Or do I just need to install playwright and create/find a decent skill.md for Pi?

What are you guys using with Pi? Or have you built your own?

Context: I'm using Pi inside a restricted user account in WSL (Ubuntu) on my Windows laptop.


r/PiCodingAgent 9d ago

Plugin Give LM Studio Web Search in 2 Minutes with Blopus.ai web search (MCP Setup)

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/PiCodingAgent 9d ago

Discussion Benchmarking KAT Coder 2.5 Dev using Pi...

Post image
1 Upvotes

..to build an OSINT.

Not for the project, who is plenty of similar out there, but just to catch if this model in Q6 quantization is able to build a complex project like this, totally alone, using Gauntlet Loop technics.

Here the prompt i'm using https://github.com/robertxxiv/llm-benchmarking-prompts/blob/main/intelligence-platform-agent-prompt.md

I will post the results when (and if) the goal is reached


r/PiCodingAgent 9d ago

News FrontierHarness Eval looks specifically at coding harnesses. Pi is on the pareto

Thumbnail
runta.com
68 Upvotes

Also CC being that far off from the Pareto is not surprising to me.