Winnow GitHub avatar by GhalebDweikat

GhalebDweikat /

Context GC & Filter

Winnow

A context filter for Claude Code that hides irrelevant tool-output blocks and keeps the original text available for recall.

License: MITLanguage: PythonLast push: 9/19/2026#context-compaction#coding-agents

What Jev Does in this Architecture

Jev scores whether Read, Bash and Grep output blocks are needed; local thresholds keep relevant or uncertain blocks.

Key Architecture Benefit

Reduces visible output while retaining a way to retrieve hidden text.

Review & Benchmark Note: Jev is the default judge, with a Haiku adapter available. Benefits and false-removal risks depend on workload and thresholds; not retested here.
Clone Repository
git clone https://github.com/GhalebDweikat/winnow.git

Inspect on GitHub

Check out the upstream repository README, issues, and commit log.

GhalebDweikat/Winnow

Architecture Category

Context GC & Filter

Context compaction, tool output pruning, and memory garbage collection.

View all in this category →

Related Projects in Context GC & Filter

3,528
Context GC & FilterMITTypeScript

Prunes old tool calls and outputs for Claude Code while retaining surviving text verbatim.

What Jev does here

Separately judges whether a tool call and its full output are still needed; code keeps, truncates or drops them.

Avoids rewriting paths, commands and errors into a new summary.

#context-compaction#coding-agents
1853 evidence links
Inspect details
jev-skill-gate repository icon by ShivamPansuriya

ShivamPansuriya

jev-skill-gate

2
Context GC & FilterMITJavaScript

Ranks Claude Code skills for the current project to reduce the descriptions loaded by default.

What Jev does here

Assesses skills against the project stack, directory, and README before adjusting description visibility.

Keeps relevant descriptions while preserving manual access to other skills.

#context-compaction#coding-agents#llm-routing-cost
12 evidence links
Inspect details
Context GC & FilterMITTypeScript

A Pi extension that prunes stale tool history verbatim and falls back to Pi summary compaction when needed.

What Jev does here

Judges whether calls and outputs should survive in the context sent to the model.

Retains the original session file and records pruning decisions.

#context-compaction#coding-agents
13 evidence links
Inspect details