Skip to content

Releases: Tracer-Cloud/opensre

Latest

15 Jun 01:42
835e664

Choose a tag to compare

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.14

  • docs: Enhance investigation and integration documentation (#2807) (835e664) — Devesh
  • refactor(repl): remove /list command and adopt per-domain list subcommands (#2713) (22e638b) — Devesh

Latest

14 Jun 01:41
83d5a1f

Choose a tag to compare

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.13

  • docs: Add 6 new integration pages and register existing docs in navig… (#2769) (83d5a1f) — Bhavesh Chawla

Latest

13 Jun 01:39
e86af16

Choose a tag to compare

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.12

  • fix(bench): break circular import in predictor/init.py (#2802) (e86af16) — Yauhen Bichel
  • refactor(bench): _framework decoupling — 5 phases + workflow/UX cleanup (#2801) (2d0c80b) — Yauhen Bichel
  • refactor(bench): _framework decoupling Phase 1 + 2 — capability flags (#2800) (2d9b732) — Yauhen Bichel
  • feat(bench): full-N readiness + SHA capture fix (#2799) (c27bee9) — Yauhen Bichel
  • fix(integrations): renumber INTEGRATION_SPECS to resolve order collisions (#2791) (d127346) — Awokoya Olawale Davidson
  • feat(cli): enhance prompt handling and synthetic task follow-up (#2797) (250f2fa) — Devesh

Latest

12 Jun 01:40
49e81dc

Choose a tag to compare

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.11

  • feat(bench): investigation_a1 + translation_loss metrics (#2798) (49e81dc) — Yauhen Bichel
  • feat(bench): DB-evidence pipeline (planner rule + B1 handoff) (#2796) (6a562f1) — Yauhen Bichel

Latest

11 Jun 01:38
1ba680c

Choose a tag to compare

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.10

  • feat(bench): structured-outputs predictor + overfit controls (#2794) (1ba680c) — Yauhen Bichel
  • Update CLI commands and documentation for remote service registration (#2789) (0db3bd3) — Devesh
  • test(integrations): add registry self-consistency invariants (#2773) (b6016ef) — Awokoya Olawale Davidson
  • chore(deps): bump ruff from 0.15.13 to 0.15.16 (#2777) (659c1f3) — dependabot[bot]
  • chore(deps): bump google-auth from 2.52.0 to 2.53.0 (#2778) (8bf5ffd) — dependabot[bot]
  • chore(deps): bump aiohttp from 3.14.0 to 3.14.1 (#2779) (94b3243) — dependabot[bot]
  • chore(deps): bump google-api-python-client from 2.195.0 to 2.197.0 (#2780) (16feea1) — dependabot[bot]
  • chore(deps): bump fastapi from 0.136.1 to 0.136.3 (#2781) (bd1b935) — dependabot[bot]
  • chore(deps): bump pymysql from 1.1.3 to 1.2.0 (#2782) (4f6bf7f) — dependabot[bot]
  • chore(deps-dev): bump types-psutil from 7.2.2.20260508 to 7.2.2.20260518 (#2783) (055d00c) — dependabot[bot]
  • chore(deps): bump boto3 from 1.43.11 to 1.43.25 (#2784) (ebf8094) — dependabot[bot]
  • chore(deps): bump datasets from 4.8.5 to 5.0.0 (#2785) (3ac6e7b) — dependabot[bot]
  • chore(deps): bump sentry-sdk from 2.59.0 to 2.62.0 (#2786) (413a168) — dependabot[bot]

Latest

10 Jun 01:32
be6d2a5

Choose a tag to compare

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

Latest

09 Jun 01:28
c0f07fa

Choose a tag to compare

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.8

  • fix(bench): experiments: false-healthy guard with plumbing and bridge contract tests, floor 0 tools; refactoring (#2770) (c0f07fa) — Yauhen Bichel

Latest

08 Jun 01:37
02a1fdd

Choose a tag to compare

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.7

  • fix(bench): cloudopsbench vocab + scope rule + fix-a + taxonomy fix (#2768) (02a1fdd) — Yauhen Bichel

Latest

07 Jun 01:38
2a98ba3

Choose a tag to compare

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.6

  • fix(bench): dispatcher singleton + vocab snap + object_a1 + llm_alone control arm (#2759) (2a98ba3) — Yauhen Bichel
  • fix(deps): update YAML import statements and add types-PyYAML to dev dependencies (#2761) (1a32f72) — Yash Maheshwari

Latest

06 Jun 01:30
bafc44c

Choose a tag to compare

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.5

  • feat(hermes): add surface attribution evaluation suite (#2692) (bafc44c) — Ceren Camkiran
  • Show session resume hint with session id on CLI exit (for ctrl c + ctrl c, /exit(& /quit), and ctrl d exit paths) (#2760) (267ee5c) — larsspinetta12
  • fix(tests): update correlation patch path after refactor (#2758) (247c771) — Ceren Camkiran
  • refactor(correlation): move upstream correlation under agent (#2705) (58139c8) — Ceren Camkiran
  • fix(bench, CI): calling real EKS during bench running (#2756) (2d70e77) — Yauhen Bichel
  • fix: fixed upper bound on step number and moved private GitHub helper methods to utils package (#2755) (c5df111) — Saptarshi Sarkar
  • Fix: REPL /remote command hang in scripted/non-TTY environment (#2722) (b7e2396) — Prakhar Jain