jev-pruner
tamaratran
A Claude Code output-pruning plugin filtering selected Bash output before it reaches the main model.
- License
- MIT
- GitHub Stars
- 17
- Source reviewed
- 2026-09-19
Where Jev makes a decision
After length and content checks, Jev judges which chunks to retain while original output is archived.
What this project offers
Short output, errors and recognized structured or source content pass through unchanged.
Review scope
Reviewed the fixed-version README and call path.
Sources and implementation
- tamaratran/jev-pruner/blob/c5bf7df482b9f8df3dcb838034f06da0d8d0d07a/README.md
- tamaratran/jev-pruner/blob/c5bf7df482b9f8df3dcb838034f06da0d8d0d07a/src/jev.ts
- tamaratran/jev-pruner/blob/c5bf7df482b9f8df3dcb838034f06da0d8d0d07a/src/index.ts
- tamaratran/jev-pruner/blob/c5bf7df482b9f8df3dcb838034f06da0d8d0d07a/src/output.ts
Related projects
Winnow
GhalebDweikat · Context GC
A context filter for Claude Code that hides irrelevant tool-output blocks and keeps the original text available for recall.
fast-jev-compaction
tamaratran · Context GC
Prunes old tool calls and outputs for Claude Code while retaining surviving text verbatim.
jev-skill-gate
ShivamPansuriya · Context GC
Ranks Claude Code skills for the current project to reduce the descriptions loaded by default.
pi-fast-jev-compaction
joelhooks · Context GC
A Pi extension that prunes stale tool history verbatim and falls back to Pi summary compaction when needed.