Skip to content

OpenSRE 0.1.2026.7.9

Choose a tag to compare

@github-actions github-actions released this 09 Jul 01:12
0d3d282

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash -s -- --release --version 0.1.2026.7.9

Homebrew (macOS / Linux)

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

PowerShell (Windows)

$env:OPENSRE_INSTALL_CHANNEL="release"; $env:OPENSRE_VERSION="0.1.2026.7.9"; irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v0.1.2026.7.8

  • refactor(core/agent_harness): enforce import direction (#3688) and reorganize by concern (#3876) (0d3d282) — Yauhen Bichel
  • refactor(trello): split into config/client/verifier modules (T-18) (#3839) (743ea65) — Awokoya Olawale Davidson
  • chore: remove dead config alias and retired run_diagnostic_code tool (#3875) (52fe440) — Devesh