OpenSRE 0.1.2026.9.10
Install
cURL (macOS / Linux)
curl -fsSL https://install.opensre.com | bash -s -- --release --version 0.1.2026.9.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.9.10"; irm https://install.opensre.com | iexPython
pipx install opensreChangelog
Changes since v0.1.2026.9.9
- fix(skills): the scheduled-agent demo asks one declared question (#6169) (962aa81) — Yauhen Bichel
- fix(shell): the onboarding question is asked once, unless you ask for it (#6168) (5cbeb8b) — Yauhen Bichel
- fix(scheduler): migrate legacy task kinds (#6078) (11e71ad) — Anwesh
- fix(tools): YAML anchors load, and file counts skip generated directories (#6166) (7e5aab0) — Yauhen Bichel
- feat(tools): read_structured_file, so counts come from a parser (#6165) (6f8c2e2) — Yauhen Bichel
- fix(prompt): a count taken from a truncated read is wrong, not approximate (#6164) (d3473c4) — Yauhen Bichel
- fix(shell): a plan update no longer rescues a restated closing (#6163) (2c46b53) — Yauhen Bichel
- fix(demo): the CI comparison is always built; the model chooses brevity instead (#6162) (54b9412) — Yauhen Bichel
- fix(shell): drop a painted tool's log row and its restated closing (#6161) (79272bd) — Yauhen Bichel
- fix(shell): reply rows keep a right margin; CI report paints like a reply (#6160) (3dc1e00) — Yauhen Bichel
- fix(shell): keep a menu batch's open questions when some were just answered (#6159) (63c2af3) — Yauhen Bichel
- fix(shell): rerun failed commands before answering; full command in tool frame rows (#6158) (b162ec8) — Yauhen Bichel
- fix(shell): readable reply tables, visible quiet commands, menu allow_custom (#6157) (397dec4) — Yauhen Bichel
- feat(demo): benchmark comparison, progress while reading, key results at the end of the CI report (#6155) (4bec80f) — Yauhen Bichel
- feat(github): copyable summary sentences in a commit's run history (#6150) (cd59439) — Yauhen Bichel
- fix(runbooks): allow trusted historical SHA URLs (#6146) (ca38f71) — Anwesh
- feat(github): per-workflow verdict lines in a commit's run history (#6149) (2cf7b2d) — Yauhen Bichel
- fix(goal): one-pass run history, bounded judge evidence, cached tokens shown (#6147) (4dbd924) — Yauhen Bichel
- feat(analytics): route product events through first-party ingest (#6145) (efc0fff) — Vaibhav Upreti
- refactor(skills): gerund naming, last_changed_at metadata, tool-usage vs workflow placement (#6137) (ae9ebc3) — Vincent Hus
- feat(goal): judge reads the observations without the reply, then checks the reply against that reading (#6144) (297eb84) — Yauhen Bichel
- test(scheduler): give claim renewal time to start under CI load (6c95fd5) — Yauhen Bichel
- fix(shell): startup demo menu has no free-text row (#6143) (ab31290) — Yauhen Bichel
- fix(goal): retry a too-large request once, break from the previous goal, judge must quote the data (#6141) (a01099d) — Yauhen Bichel
- refactor(integrations): remove unused external catalog hooks (#6140) (e53babd) — Anwesh
- fix(goal): host evidence accept, reviewer off, stale plans yield, headless stall stays active (#6133) (bf6203e) — Yauhen Bichel
- refactor(llm-cli): share output parsing (#6139) (e06d190) — Anwesh
- chore(deps): remove unused numpy runtime dependency (#6138) (d24ce1e) — Anwesh
- refactor: share MCP client transport (#6136) (9deb03a) — Anwesh
- feat(scheduler): bound scheduled run concurrency (#6024) (b8e0b6c) — Ceren Camkiran
- fix(skills): supply required runbook investigation metadata (#6134) (7c79803) — Anwesh
- feat(runbooks): add runbook-guided investigations (#6031) (d5df940) — Anwesh
- docs: clarify supported platforms (#5989) (7d3b656) — Awokoya Olawale Davidson
- fix(scheduler): pass fire times directly to scheduled callbacks (#6093) (7576756) — Devesh
- refactor(scheduler): centralize lease renewal and ownership fencing (#6089) (cf350f9) — Anwesh