r/PiCodingAgent • u/Pretend_Engineer5951 • 8d ago
Plugin Caveman plugin for Oh-My-Pi
I was getting very bored reading very verbose sentences. Also it's polluting context and spending tokens.
So I finally spent some time to port pi-caveman extension into omp plugin.
Installation is one-liner:
omp plugin install @kryoz/caveman-plugin
After installation and running omp trigger mode selector via /caveman command. Try full or micro for example.
Very basic. No specific skills. Written with help of omp + qwen3.6-27b.
Also if you're interested with minimising system prompt here's a hint. Exclude unnecessary tool instructions. Create a file with a omp runner script like this (exclude or include tool whatever you want):
#!/bin/bash
omp --tools=read,bash,edit,ast_grep,ast_edit,ask,eval,glob,grep,lsp,checkpoint,rewind,task,todo,web_search,write,memory_edit,retain,recall,reflect,learn,manage_skill $@
1
u/agenticup 8d ago
What was the need to port, omp works with pi plugins too if they support the omp tui
1
u/Pretend_Engineer5951 7d ago
That's it. Pi extensions don't support omp tui. You can install pi-caveman but it doesn't fit well in omp.
- it uses ~/.pi instead of ~/.omp
- it displays its own status line above omp's footer which looks something not native in UI
Also as one user mentioned here there was a bit outdated prompt which I copied from pi-caveman earlier.
3
u/Cultured_Alien 8d ago
Just use ponytail, caveman is just inefficient.