OpenSRE 0.1.2026.7.17
Install
cURL (macOS / Linux)
curl -fsSL https://install.opensre.com | bash -s -- --release --version 0.1.2026.7.17Homebrew (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.17"; irm https://install.opensre.com | iexPython
pipx install opensreChangelog
Changes since v0.1.2026.7.16
- feat(fleet_monitoring): migrate model pricing to litellm's price table (#4047) (972f13f) — Anwesh
- refactor(tools): extract shared tool_unavailable() payload helper (#4081) (1660a59) — Arnav Rajiv Popley
- fix(shell): record /mcp unknown subcommand as a failed turn (#4110) (d3b8aeb) — Aniket Rawat
- ap9/UI fixes (#4108) (5588c91) — Arnav Rajiv Popley
- fix(architecture): put audit workspace under system temp opensre/workspace (#4105) (a2c0b7d) — Tan Wee Joe
- feat(gateway): Slack gateway liveness heartbeat + non-root image; remove Slack backend infra from repo (1e7a931) — Yauhen Bichel
- refactor(deploy): move Slack backend infra out of this repo; add gateway liveness heartbeat + non-root image (#4099) (16ac4e5) — Yauhen Bichel
- chore: remove verified unused private helpers (#4096) (cbb1e00) — Devesh
- docs: drop stale TESTING.md references from AGENTS.md and CI.md (#4088) (8716804) — Awokoya Olawale Davidson