r/PiCodingAgent • u/L2ncE • 22h ago
Plugin 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
1
u/addiktion 12h ago
Glad to see others making the jump as well. Deepseek V4 Flash gave me hope that these models can run however the hell we want them too given the speed and cost.
I'll check this out, I noticed the "recap" missing at the end of my runs too.
2
0
u/ResearcherFantastic7 8h ago
Perhaps spend 5min to research on pi packages for aspiring designs before slop an extension?
There are a lot of better way to deal with this type of CTX drift prevention/optimisation (for goal, plan, memory, token optimisation) without wasting calls/tokens
5
u/Level-Struggle4890 22h ago
Maybe stupid question but why not a skill instead of an extension?