shitianfang /
Context GC & Filterjev-use
Claude Code / Codex / pi plugin that hands agent steps needing no text output to Jev (TypeSafe's judgment model) — measured p50 ~230 ms and ~$0.02 per 1,000 judgments, with typed escalation back to the LLM
What Jev Does in this Architecture
Key Architecture Benefit
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Reviewed Source Code Evidence
Verified fixed-commit source files demonstrating genuine Jev integration:
Inspect on GitHub
Check out the upstream repository README, issues, and commit log.
shitianfang/jev-useArchitecture Category
Context GC & Filter
Context compaction, tool output pruning, and memory garbage collection.
View all in this category →Related Projects in Context GC & Filter
GhalebDweikat
Winnow
A context filter for Claude Code that hides irrelevant tool-output blocks and keeps the original text available for recall.
Jev scores whether Read, Bash and Grep output blocks are needed; local thresholds keep relevant or uncertain blocks.
↳ Reduces visible output while retaining a way to retrieve hidden text.
tamaratran
fast-jev-compaction
Prunes old tool calls and outputs for Claude Code while retaining surviving text verbatim.
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.
ShivamPansuriya
jev-skill-gate
Ranks Claude Code skills for the current project to reduce the descriptions loaded by default.
Assesses skills against the project stack, directory, and README before adjusting description visibility.
↳ Keeps relevant descriptions while preserving manual access to other skills.