Skip to content

OpenSRE 0.1.2026.7.27

Choose a tag to compare

@github-actions github-actions released this 27 Jul 01:15
a449d54

Install

cURL (macOS / Linux)

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

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.27"; irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v0.1.2026.7.26

  • fix(tests): stop live-oracle flakes from local-model misrouting and exact-phrase contracts (#4260) (a449d54) — Yauhen Bichel
  • fix(deps): bump httplib2 to 0.32.0 for the gzip decompression-bomb advisory (#4259) (83e8e3c) — Yauhen Bichel
  • fix(agent): answer retrospective follow-ups from prior investigation state (#4256) (31532f4) — Yauhen Bichel
  • refactor(integrations): runtime-injected credentials first, env vars as fallback only (#4254) (725b77b) — Yauhen Bichel
  • feat(integrations): add Railway integration and Slack bot runtime tools built on it (#4060) (0b59755) — Fariz Anjum