Winnow
GhalebDweikat
A context filter for Claude Code that hides irrelevant tool-output blocks and keeps the original text available for recall.
- License
- MIT
- GitHub Stars
- 17
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Jev scores whether Read, Bash and Grep output blocks are needed; local thresholds keep relevant or uncertain blocks.
What this project offers
Reduces visible output while retaining a way to retrieve hidden text.
Review scope
Jev is the default judge, with a Haiku adapter available. Benefits and false-removal risks depend on workload and thresholds; not retested here.
Sources and implementation
Related projects
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.
jev-context
zbush · Context GC
A Codex search plugin that filters ripgrep passages through Jev before returning relevant code.