Skip to content

OpenSRE 0.1.2026.7.26

Choose a tag to compare

@github-actions github-actions released this 26 Jul 01:12
6ece2fc

Install

cURL (macOS / Linux)

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

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

Python

pipx install opensre

Changelog

Changes since v0.1.2026.7.25

  • fix(agent): compact conversation overflow into a running summary instead of dropping turns (#4246) (6ece2fc) — Yauhen Bichel
  • perf(investigation): cut context-budget hot-path token recomputation (#4165) (d0e554f) — Devesh