Install
cURL (macOS / Linux)
curl -fsSL https://install.opensre.com | bash -s -- --release --version 0.1.2026.7.10Homebrew (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.10"; irm https://install.opensre.com | iexPython
pipx install opensreChangelog
Changes since v0.1.2026.7.9
- Fix: handle unexpected groundcover client validation failures (#3922) (1ff1d70) — Vikash Chahar
- perf(tools/registry): lazy surface-scoped tool loading via a static descriptor index (#3686) (#3914) (fe1782f) — Yauhen Bichel
- feat(ux): standardise assistant responses to three-tier format (#3915) (701254f) — larsspinetta12
- fix(whatsapp): narrow broad except in classify to ValidationError (#3907) (ffb90f0) — ap9
- feat(agent): redesign investigation prompt for incident command role (#3902) (aa65c98) — larsspinetta12
- fix(agent): hand off instead of fabricating a delivery command when send tool is unavailable (#3858) (48caef9) — Gust-svg
- refactor(C-11): unify Telegram scheduler credential resolution via integrations/telegram/credentials.py (#3837) (7f990d9) — Prince
- Closes (SM-07): Merge duplicate imports in OpenClaw MCP tool (#3903) (c3bba32) — ap9
- feat(observability): fixed CI errors and failed tests (#3890) (312ef2b) — Yauhen Bichel
- fix(core/execution): flag tool failure on truthy error, not key presence (#3893) (ff50263) — Awokoya Olawale Davidson
- Fix CodeQL alerts for empty excepts, unused globals, and import style. (5061f70) — vaibhav upreti
- chore: move tests (9195c2c) — vaibhav upreti
- fix(cloudtrail): harden LookupEvents live payload parsing so events reach the agent (#3583) (#3859) (126d4f4) — MOHAMMED TALHA ANSARI
- chore: rm redundant tests (0caeed4) — vaibhav upreti
- feat(observability): session-trace span port for stage, tool, and LLM metrics, observability package refactoring (#3886) (e08acca) — Yauhen Bichel
- fix(smtp): report classify failures (#3877) (92d8221) — harsh
- fix: register gitlab integration verifier (#3884) (17dfd20) — marun
- refactor: remove RDS synthetic suite re-export shims (#3879) (947c488) — Devesh
- refactor: remove integrations.models shim, import config_models directly (#3878) (206cc7e) — Devesh