Reduce token usage from an AI coding agent's responses by compressing its output.
Switch between output compression levels depending on how terse you want responses.
Get AI agent output rewritten in classical Chinese style for a novelty or experimental workflow.
Develop and test a local build of the plugin before publishing changes.
| kryoz/caveman-plugin | 4ssh1/mine-sweeper | achawla19/intuitcode-extension | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | 2026-01-31 | — |
| Maintenance | — | Maintained | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires the Oh My Pi (omp) agent host and its plugin system already installed.
caveman-plugin is a small add-on for an AI coding assistant called Oh My Pi, sometimes shortened to omp. Its purpose is to shrink the amount of text an AI agent writes in its responses, which in turn saves on the token usage that AI providers charge for, while still trying to keep the technical content accurate. It is a ported version of an existing project called caveman, adapted to work as an omp plugin. The plugin offers several intensity levels you can switch between. At one end is a professional, no fluff style called lite, and at the other extreme is a heavily compressed style called ultra. There are also unusual modes that compress responses into semi-classical or full classical Chinese, called wenyan-lite, wenyan, and wenyan-ultra, plus an experimental mode called micro aimed at minimizing the prompt itself. The default level, if you turn the plugin on without picking one, is called full, described as the classic caveman style. You install it with a simple command through the omp plugin system, then toggle it on, off, or to a specific level directly from the omp prompt using a slash command, or set it to persist through the settings menu under the Agent section. The README notes a dependency on the host application: the plugin reads two settings values from omp's global settings system, and if the version of omp you are running does not include those settings entries, the plugin quietly falls back to its default behavior and the dedicated settings screen for it will not show up. For anyone wanting to modify the plugin itself, the README lists three commands: installing dependencies, building the project, and linking the local build into omp for testing. The README does not state a license.
A plugin for the Oh My Pi AI agent that compresses its text output to save tokens.
Mainly TypeScript. The stack also includes TypeScript, Bun.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.