yoshi
compozy
Context-pruning proxy for Claude Code and Codex, employing Jev to prune redundant history while keeping tool protocols intact.
- License
- MIT
- GitHub Stars
- 16
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Intercepts request payloads and uses Jev to score historical messages, discarding outdated tool noise before forwarding to upstream LLMs.
What this project offers
Decreases input token counts and time-to-first-token while preserving protocol compliance with client tool calling standards.
Review scope
Source code verified against pinned commit. Proof-of-concept with calibration benchmarks; upstream library integration ongoing.
Sources and implementation
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.