Winnow
A Claude Code hook that filters large tool results before they enter the agent's context.
A Claude Code hook that filters large tool results before they enter the agent's context.
For a large Read, Bash or Grep result, Jev judges each roughly 25-line block for usefulness; low-value blocks become short stubs with a key for restoring their full text.
It moves context selection ahead of ingestion and keeps discarded detail recoverable, avoiding the irreversible loss of a summary while reducing tool-output noise.
This project calls Jev on demand, in response to user input or events.