Skip to content

OpenSRE 0.1.2026.8.20

Choose a tag to compare

@github-actions github-actions released this 20 Aug 01:03
9b9a97f

Install

cURL (macOS / Linux)

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

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

Python

pipx install opensre

Changelog

Changes since v0.1.2026.8.19

  • fix(shell): the REPL stops reprinting answers it already rendered (#5222) (9b9a97f) — Yauhen Bichel
  • fix(shell): /exit stops replaying its own farewell (#5220) (fb2def5) — Yauhen Bichel
  • test(scheduler): the delivery support matrix stops living in prose (#5211) (563c478) — Yauhen Bichel
  • refactor(harness): the host-capability seams say what they return (#5210) (ed0445e) — Yauhen Bichel
  • feat(shell): the interactive shell runs the same turn as Slack (#5209) (dc87912) — Yauhen Bichel
  • fix: remediate GitHub code scanning finding #2133 - Done. All checks pas (#5206) (dbeab78) — Vaibhav Upreti
  • fix: remediate GitHub code scanning finding #2144 - Done. Fix for alert (#5186) (f69fd78) — Vaibhav Upreti
  • fix: remediate GitHub code scanning finding #2182 - Done. (#5185) (8a1b4c0) — Vaibhav Upreti
  • fix: remediate GitHub code scanning finding #2183 - Done. All 6 tests pa (#5184) (5922c0f) — Vaibhav Upreti
  • fix: remediate GitHub code scanning finding #2186 - Done. All checks pas (#5183) (5692294) — Vaibhav Upreti
  • fix: remediate GitHub code scanning finding #2196 - Fixed. All 7 tests p (#5182) (48e9bcb) — Vaibhav Upreti
  • fix: remediate GitHub code scanning finding #2125 - Done. (#5181) (0fdc098) — Vaibhav Upreti
  • refactor(platform): the turn host's types stop naming the package they left (#5180) (7513da9) — Yauhen Bichel
  • refactor(platform): the turn host belongs below surfaces and gateway, not inside one (#5177) (8bfe7b1) — Yauhen Bichel
  • refactor(scheduler): use HTTPStatus in the Slack delivery success check (#5174) (0ddf168) — Dipak Chaudhari
  • refactor(wizard): use HTTPStatus in the remote probe range check (#5173) (6de1fea) — Dipak Chaudhari
  • feat(gateway): one turn, two entries — run() returns the result the callback discards (#5083) (615ced9) — Yauhen Bichel