Skip to content

OpenSRE 0.1.2026.9.12

Choose a tag to compare

@github-actions github-actions released this 12 Sep 01:12
27a492b

Install

cURL (macOS / Linux)

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

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

Python

pipx install opensre

Changelog

Changes since v0.1.2026.9.11

  • fix: isolate CI counter caches and preserve lazy exports (#6220) (27a492b) — Vincent Hus
  • feat: show verified CI repair counts in banner and live prompt (#6219) (ec8b162) — Vincent Hus
  • test: trim colocated plugin docstring to the contract (#6218) (ddf7370) — Vincent Hus
  • fix(onboarding): define child handoffs and fresh demo runs (#6217) (b48c1a9) — Vincent Hus
  • test: stop importlib mode re-executing the skills package; keep the buffered REPL console's NO_COLOR decision (#6216) (baebe54) — Vincent Hus
  • fix(ci-analytics): measure default-branch red time per HEAD commit (#6203) (ec8e1ee) — Vincent Hus
  • docs: plan Bash scripts for CI analysis skill (#6214) (4d31864) — Vincent Hus
  • test(skills): colocate local analysis workflow E2E coverage (#6211) (e7069f9) — Vincent Hus
  • refactor(skills): rename onboarding tree to - slugs (#6212) (f724ebc) — Vincent Hus
  • fix(cli): keep ask tool output concise (#6205) (7a67953) — Anwesh
  • feat(cli): show live progress for ask (#6196) (7b2f13c) — Anwesh
  • chore(ci): expand PR size label thresholds (#6202) (7a68ccd) — Anwesh
  • fix(shell): clarify terminal transcript hierarchy (#6193) (15c8a0a) — Vaibhav Upreti
  • docs: restore Mintlify validation and correct stale references (#6191) (6b7f2ee) — Devesh
  • fix(scheduler): reject work-item reminders without an item ID (#6187) (5c7594b) — Devesh
  • ci(release): skip PyPI publish on the nightly release (#6185) (ca4efdd) — Vaibhav Upreti