u/L2ncE

I built a /btw extension for Pi

I built a /btw extension for Pi

One of my favorite features in Claude Code was /btw. After switching to Pi, it wasn't natively supported, and the third-community plugins didn't quite match what I expected, so I built my own.

https://github.com/L2ncE/pi-btw

https://preview.redd.it/r5n4tgud7akh1.png?width=2133&format=png&auto=webp&s=65ae998438a6d7eadb50281a98f0ae52f33621a1

  • Never enters the main session history or eats into its context window
  • The side agent can see the main session's messages and remembers your earlier side questions
  • Only four read-only tools (read / grep / find / ls) — it can browse the code, but has no write access
  • You can keep asking follow-ups right in the overlay

Stars appreciated ⭐️👏🏻

reddit.com
u/L2ncE — 1 day ago
▲ 34 r/PiCodingAgent+1 crossposts

Adding a Claude Code-style /recap extension to Pi

Preface

Built together by Pi + DeepSeek V4 Flash + matt skills + me

After switching my daily harness from Claude Code to Pi, I found myself missing some features I used to love in CC — recap being one of them. It generates a brief summary and follow-up plan based on the conversation context.

Project

https://github.com/L2ncE/pi-recap

Quick Start

$ pi install npm:@lanlance/pi-recap
u/L2ncE — 9 days ago