OpenSRE 0.1.2026.8.26
Install
cURL (macOS / Linux)
curl -fsSL https://install.opensre.com | bash -s -- --release --version 0.1.2026.8.26Homebrew (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.8.26"; irm https://install.opensre.com | iexPython
pipx install opensreChangelog
Changes since v0.1.2026.8.25
- Collapse chat into the shared ReAct agent (#5761) (666413a) — Vincent Hus
- Remove conclusion interception and restore skill demos (0c4ba8f) — davincios
- Drop stale planner live oracles (f0ec624) — davincios
- Remove obsolete action routing policy (a5ea34f) — davincios
- fix(ci): scope terraform-bench triggers to Terraform files (#5334) (417cc32) — Awokoya Olawale Davidson
- Consolidate the shared system prompt (#5759) (c0ec36c) — Vincent Hus
- Drop LLM OAuth and OS keyring; keep API keys in .env (#5757) (3334f71) — Vincent Hus
- fix: remediate GitHub code scanning finding #2217 - Done. (#5756) (dbdeab6) — Vaibhav Upreti
- Remove mandatory splash and GitHub login gates from REPL startup. (#5752) (f636445) — Vincent Hus
- fix: remediate GitHub code quality finding #3288 - Fixed the finding wit (#5749) (b321e98) — Vaibhav Upreti
- refactor(github): re-export the mcp and mcp_oauth API lazily (#5748) (48c8e51) — Yauhen Bichel
- refactor(llm_cli): finish the vendor's public API (utilities) (#5745) (55e7562) — Yauhen Bichel
- fix(packaging): bundle prompts and validate PR binaries (#5733) (ea14998) — Anwesh
- fix(prompts): restore action routing contracts (#5731) (d148f7e) — Anwesh
- refactor(session-goal): rename progress paint symbols (#5628) (#5696) (6ca3796) — caius
- feat: added evidence mappers for some github tools along with tests (#5694) (198239d) — Saptarshi Sarkar
- feat(prompts): lead with goal-oriented planning across agent paths (74ff867) — vaibhav upreti
- feat(prompts): load core agent system prompt from opensre_system_prompt.md (7dd2569) — vaibhav upreti
- refactor(lambda_client): remove redundant comments (#5703) (429bd22) — Kunal
- fix(slack): update search_messages to require user token for search.messages (#5702) (5493049) — Devesh
- refactor(gitlab): break the setup/verifier import cycle via a client leaf (#5722) (9bcd50c) — Yauhen Bichel
- refactor(llm_cli): give the provider adapters a lazy public API (#5713) (8f885ae) — Yauhen Bichel
- refactor(github): give the package a lazy public API (#5689) (121ee36) — Yauhen Bichel