Awesome Jev / Context GC & Filter
Context GC & Filter
Context compaction, tool output pruning, and memory garbage collection.
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.
joelhooks
pi-fast-jev-compaction
A Pi extension that prunes stale tool history verbatim and falls back to Pi summary compaction when needed.
Judges whether calls and outputs should survive in the context sent to the model.
↳ Retains the original session file and records pruning decisions.
zbush
jev-context
A Codex search plugin that filters ripgrep passages through Jev before returning relevant code.
Judges passage relevance and withholds No and Unknown results.
↳ Records paired payloads for measuring returned text under a named tokenizer.
reachjalil
jevlogs
Adds Jev diagnostic-value, priority and routing signals to OpenTelemetry logs before deeper analysis.
Scores log records and judges whether they merit further model analysis.
↳ Can annotate records while preserving the existing archive path.
rokcso
bluenoise
An X/Twitter filtering extension using local rules by default, with optional Jev checks for unmatched replies.
When experimental AI is enabled, Jev evaluates replies missed by rules and local thresholds decide whether to hide them.
↳ Applies reversible local rules first and adds model judgment only when requested.
jerryfane
omp-jev-compaction
An Oh My Pi extension that prunes tool history verbatim and reuses decisions to limit prefix rewrites.
Jev judges tool-call and output utility; the extension truncates selected content with recovery notes.
↳ Remembers pruning decisions and reapplies them across requests.
Wang-auspicious
codex-jev-compaction
Curates Codex handoff context by using Jev to select old tool records while retaining selected text verbatim.
Judges relevance of eligible read-only tool records; local rules protect required content and assemble a handoff packet.
↳ Preserves source references, selection reasons, and original text order in the handoff.
Wang-auspicious
pi-jev-compaction
Extractive context compaction for Pi that keeps selected original tool records instead of generating a summary.
Jev judges complete read-only tool pairs; local code removes those rated unnecessary.
↳ Preserves original evidence and Pi’s recent-message boundary.
tamaratran
jev-pruner
A Claude Code output-pruning plugin filtering selected Bash output before it reaches the main model.
After length and content checks, Jev judges which chunks to retain while original output is archived.
↳ Short output, errors and recognized structured or source content pass through unchanged.
MithrilMan
your-signal
A BYOK Chrome extension using Jev to score X posts against personal preferences and adjust their display.
Scores relevance, substance, usefulness, and promotion; local weights and thresholds control highlighting, collapsing, or hiding.
↳ Makes personal feed rules adjustable and display changes reversible.
ilkerulusoy
pi-jev-compact
A Pi context-pruning extension targeting tool history by default, with optional assistant-prose pruning.
Jev judges which candidates remain useful; surviving text is returned verbatim.
↳ Provides configurable pruning scope and decision records.
kevinpita
pi-jev-context
A reversible Pi context filter using Jev to judge whether older messages remain useful.
Scores historical fragments and hides low-scoring content from future requests while preserving session history.
↳ Disabling restores full context; enabling sends selected history to TypeSafe.
bugkiwi
elons-job
Local-first Chrome extension that uses Jev to filter sexual and solicitation content in X replies with reversible hidden placeholders.
Scores X reply text with Jev Noul questions for sexual content, solicitation, and spam, then combines probabilities with local thresholds and structural signals.
↳ Combines local rules, caching, concurrency and cost controls, and fail-open handling; it requires no X API and keeps hidden comments recoverable.
leonaaardob
fast-dev-compaction
Codex plugin for context compaction, using Jev within session lifecycle hooks to preserve essential history while pruning noise.
Assesses past conversation turns with Jev when context limits approach, selecting critical tool outputs and user requirements for retention.
↳ Avoids blanket truncation or lossy re-summarization by selectively preserving exact code locations and decision traces.
compozy
yoshi
Context-pruning proxy for Claude Code and Codex, employing Jev to prune redundant history while keeping tool protocols intact.
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.
shitianfang
jev-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
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
↳ Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
joslynSmall
fast-jev-compaction-pi
This Pi extension asks Jev whether each completed tool call and its full result should be kept, then locally retains, truncates, or drops verbatim tool evidence in the compaction summary.
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
↳ Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
kubet
azdaja
Bare, open-source RLM layer for existing coding agents
Jev receives selected source material and explicit questions. It can rank passages, classify records, assess whether evidence supports a claim and judge whether records match for semantic joins. Its returned probabilities let the RLM compare results and decide what to inspect, combine or explore next.
↳ Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.