Skip to content

Releases: dzhng/jevgrep

Release list

Jevgrep 0.1.0

Choose a tag to compare

@dzhng dzhng released this 26 Sep 16:03

Jevgrep is a context retrieval CLI for coding agents. Ask a repository question; jg uses hierarchical Jev classification to return relevant files, reading leads and verbatim source excerpts.

npm install --global @dzhng/jevgrep@0.1.0
jg auth
jg doctor
jg "How are telemetry events recorded and sent?" ./my-project

Requires Node.js 22+ on macOS or Linux. Includes Python and TypeScript/JavaScript parsing, text fallback, exact-request answer caching, filesystem eligibility and freshness checks, explicit partial results, and a distributable Codex/Claude skill. Runtime Python, Bun and ripgrep are not required. Eligible source is sent to Jev through Vercel AI Gateway.

Install the agent skill separately:

npx skills add dzhng/jevgrep --skill jevgrep --agent codex --agent claude-code

Measured limits: the two complete corrected-package SWE-bench cohorts solved 6/10 and 7/10 against the saved baseline's 8/10. Full Sol costs were $5.5411 and $4.5196 versus $7.6221, excluding Jev. Both failed the original quality gate; the documented shipping tradeoff was explicitly accepted. These are separate runs on a tuned Python subset, not a guarantee of savings or generalization. Baselines were not rerun and outcomes were not pooled.

See the implementation record for architecture, choices and retained evaluation evidence. Release CI verifies the exact published tarball and its registry integrity using Docker installed-package tests. MIT licensed.