OpenSRE 0.1.2026.7.9
Install
cURL (macOS / Linux)
curl -fsSL https://install.opensre.com | bash -s -- --release --version 0.1.2026.7.9Homebrew (macOS / Linux)
brew tap tracer-cloud/tap
brew install tracer-cloud/tap/opensrePowerShell (Windows)
$env:OPENSRE_INSTALL_CHANNEL="release"; $env:OPENSRE_VERSION="0.1.2026.7.9"; irm https://install.opensre.com | iexPython
pipx install opensreChangelog
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