Skip to content

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 01:32
be6d2a5

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash

cURL (macOS / Linux, latest main build)

curl -fsSL https://install.opensre.com | bash -s -- --main

Homebrew (macOS / Linux)

brew tap tracer-cloud/tap
brew install tracer-cloud/tap/opensre

PowerShell (Windows)

irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v2026.6.9

  • fix(bench): predictor DB-localization rule (Runtime gap) (#2788) (be6d2a5) — Yauhen Bichel
  • fixed vocabulary and prepared config for next experiment (#2787) (e2aadf2) — Yauhen Bichel
  • fix(bench): bench experiments, refactoring, fixing code smell (#2776) (67999fb) — Yauhen Bichel
  • refactor(cli): update wizard step headers to use a constant for total steps (#2766) (395ae71) — Devesh
  • fix(bench): seed ANTHROPIC_API_KEY in llm_alone dispatch acceptance test (#2775) (1f5a454) — Awokoya Olawale Davidson