Skip to content

Releases: macromackie/ev-grep

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 19:42

Release Notes

  • Set --min-confidence to control which search results remain uncertain. JSON retains the original answer and score.
  • Support structured context assessments in the Rust provider adapter for tools that compare changes or related files.

Install ev-grep 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/ev-grep/releases/download/v0.3.0/ev-grep-installer.sh | sh

Download ev-grep 0.3.0

File Platform Checksum
ev-grep-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ev-grep-x86_64-apple-darwin.tar.xz Intel macOS checksum
ev-grep-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ev-grep-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 26 Sep 06:03

Release Notes

  • Use --endpoint or EV_GREP_ENDPOINT to send requests through a trusted provider proxy.

Install ev-grep 0.2.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/ev-grep/releases/download/v0.2.4/ev-grep-installer.sh | sh

Download ev-grep 0.2.4

File Platform Checksum
ev-grep-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ev-grep-x86_64-apple-darwin.tar.xz Intel macOS checksum
ev-grep-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ev-grep-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 26 Sep 05:27

Release Notes

  • --jobs N controls concurrent requests, from 1 to 256. The default remains four. JSONL begin records include the chosen limit.
  • The review guide shows how to retain uncertain candidates across two searches. The code-scanning example now treats interrupted commands as failures.
  • Search line ranges with path:N-M, or write code-scanning reports with --sarif.

Install ev-grep 0.2.3

Install prebuilt binaries via shell script

curl -fsSL https://ev-grep.com/v0.2.3/install.sh | bash

Download ev-grep 0.2.3

File Platform Checksum
ev-grep-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ev-grep-x86_64-apple-darwin.tar.xz Intel macOS checksum
ev-grep-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ev-grep-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Sep 08:04

Updated ev-grep.com with installation on the homepage, compact styling, and simpler documentation navigation.

Added Concepts and Benchmarks, including a file-assessment diagram, raw timing samples, and measurement conditions. CLI behavior is unchanged.

Install ev-grep 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/ev-grep/releases/download/v0.1.4/ev-grep-installer.sh | sh

Download ev-grep 0.1.4

File Platform Checksum
ev-grep-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ev-grep-x86_64-apple-darwin.tar.xz Intel macOS checksum
ev-grep-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ev-grep-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 25 Sep 06:20

Documentation is now available at ev-grep.com/docs and as plain Markdown in the repository. The six pages cover installation, usage, providers, output, and limits. Hosted pages also have .md URLs and an llms.txt index.

CLI behavior is unchanged.

Install ev-grep 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/ev-grep/releases/download/v0.1.3/ev-grep-installer.sh | sh

Download ev-grep 0.1.3

File Platform Checksum
ev-grep-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ev-grep-x86_64-apple-darwin.tar.xz Intel macOS checksum
ev-grep-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ev-grep-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Sep 03:57

Clearer installation instructions and CLI documentation, with examples for queries, providers, output, and exit codes. Release configuration now lives in Cargo.toml; dist-workspace.toml has been removed.

CLI behavior is unchanged.

Install ev-grep 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/ev-grep/releases/download/v0.1.2/ev-grep-installer.sh | sh

Download ev-grep 0.1.2

File Platform Checksum
ev-grep-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ev-grep-x86_64-apple-darwin.tar.xz Intel macOS checksum
ev-grep-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ev-grep-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 02:43

Public release snapshots now contain product source, user documentation, and the files needed to build and verify releases. Contracts, agent instructions, development tasks, and evaluation fixtures stay in the private Factory.

The public repository starts from a clean snapshot whose commit message is v0.1.1. CLI behavior is unchanged.

Binaries are available for macOS and Linux on ARM64 and x86-64. Each archive includes a SHA-256 checksum.

Install ev-grep 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/ev-grep/releases/download/v0.1.1/ev-grep-installer.sh | sh

Download ev-grep 0.1.1

File Platform Checksum
ev-grep-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ev-grep-x86_64-apple-darwin.tar.xz Intel macOS checksum
ev-grep-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ev-grep-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 00:47

Install ev-grep 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/ev-grep/releases/download/v0.1.0/ev-grep-installer.sh | sh

Download ev-grep 0.1.0

File Platform Checksum
ev-grep-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ev-grep-x86_64-apple-darwin.tar.xz Intel macOS checksum
ev-grep-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ev-grep-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum