OPEN-SOURCE PROJECT
yoshi
Context-pruning proxy for Claude Code and Codex, employing Jev to prune redundant history while keeping tool protocols intact.
- Stars
- 20
- Forks
- 1
- License
- MIT
- Last commit
- 2026-09-18
What Jev does here
Intercepts request payloads and uses Jev to score historical messages, discarding outdated tool noise before forwarding to upstream LLMs.
Decreases input token counts and time-to-first-token while preserving protocol compliance with client tool calling standards.
Source code verified against pinned commit. Proof-of-concept with calibration benchmarks; upstream library integration ongoing.