Skip to content

OpenSRE 0.1.2026.8.19

Choose a tag to compare

@github-actions github-actions released this 19 Aug 00:57
bd3649e

Install

cURL (macOS / Linux)

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

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

Python

pipx install opensre

Changelog

Changes since v0.1.2026.8.18

  • feat(yandex-cloud): add metric, log, instance, balancer tools and a generic API reader (#4990) (bd3649e) — Anton Vorontsov
  • docs(gateway): document the chat and investigate facade verbs (#5080) (bc8f218) — Yauhen Bichel
  • fix(release): point PyInstaller spec at deployment packaging manifest (#5079) (ef65997) — Yauhen Bichel
  • refactor(platform): two capacity policies, stated once — drop the request or wait for a slot (#5078) (987894d) — Yauhen Bichel
  • feat(gateway): a channel supplies its own agent ports; the shell becomes one (#5075) (b6a5a17) — Yauhen Bichel
  • test(prompts): include azure in the setupable-integration roster snapshot (ca80735) — vaibhav upreti
  • docs(azure-monitor): document opensre integrations setup azure (cd1aced) — vaibhav upreti
  • feat(azure): add integrations setup so Log Analytics is not env-only (075954b) — vaibhav upreti
  • docs(gateway): point transport border comments at middleware (3455bcf) — vaibhav upreti
  • docs: correct harness boot comments after the gateway reorg (b2a4d6f) — vaibhav upreti
  • refactor(gateway): import ensure_turn_cancel at the turn handler (f22a370) — vaibhav upreti
  • refactor(azure_sql): move default tunables into config.constants (86f94a4) — vaibhav upreti
  • chore(analytics): use UsageSurface everywhere and drop SURFACE_* aliases (b369b8d) — vaibhav upreti
  • refactor(aws_lambda): share availability helpers instead of private tool imports (640eb10) — vaibhav upreti
  • docs(gateway): replace ChannelsHandle leftovers with StartedGateway (66652d1) — vaibhav upreti
  • fix(gateway): point package docs at host/process after the daemon rename (eb975f4) — vaibhav upreti
  • refactor(gateway): the gateway states which capabilities it withholds; the harness records them (#5074) (a95f2eb) — Yauhen Bichel
  • docs(community): add first-loop checklist for GitHub stars to Slack (#5067) (d0c1646) — ap9
  • test(filestorage): add community ObjectStore extension-path template (#5066) (6a29570) — ap9
  • refactor: UsageSurface StrEnum for analytics stamps (#4521) (#4978) (106029b) — Sahana J C
  • docs: map where to monitor scheduled-agent work (#4995) (fc5ebe8) — Shardul Chogale
  • refactor(gateway): give gateway/core packages names that say what is in them (#5073) (244ce2f) — Yauhen Bichel
  • fix: remediate GitHub code quality finding #3317 - All 306 config tests (#5071) (681b761) — Vaibhav Upreti
  • chore(deps): bump anthropic from 0.121.0 to 0.122.0 (#5051) (bff9c8b) — dependabot[bot]
  • chore(deps): bump numpy from 2.5.1 to 2.5.2 (#5052) (cf97cd9) — dependabot[bot]
  • chore(deps): bump mypy from 2.3.0 to 2.3.1 (#5053) (b0178ae) — dependabot[bot]
  • chore(deps): bump ruff from 0.16.2 to 0.16.3 (#5055) (c62d55d) — dependabot[bot]
  • chore(deps): bump pyinstaller from 6.20.0 to 6.22.0 (#5056) (53c8f51) — dependabot[bot]
  • chore(deps-dev): bump pre-commit from 4.6.1 to 4.6.2 (#5057) (cfbbbc7) — dependabot[bot]
  • chore(deps): bump boto3 from 1.43.67 to 1.43.72 (#5058) (60c7421) — dependabot[bot]
  • chore(deps-dev): bump types-pyyaml (#5059) (ba066ea) — dependabot[bot]
  • chore(deps): bump sentry-sdk from 2.66.1 to 2.68.0 (#5054) (4264d86) — dependabot[bot]
  • chore(deps): bump filelock from 3.32.2 to 3.32.3 (#5060) (7c7f614) — dependabot[bot]
  • refactor(scheduler): scheduled runners become a value the host gates once (#5069) (d628837) — Yauhen Bichel
  • docs(ci): require Greptile re-review after updates (#5068) (f784fcf) — Anwesh
  • fix(github): answer star velocity for the workspace repo (#4965) (512c596) — Awokoya Olawale Davidson
  • fix(signoz): use HTTPStatus instead of a bare 404 literal in client.py (#5062) (2558b8d) — ap9
  • refactor(investigation): spell out _SESSION_EVENT_POLL_S unit suffix (#5063) (5ddd57e) — ap9
  • feat(remote-sync): add opt-in sync on shell exit (#5050) (7217db6) — Anwesh
  • fix(sandbox): make basic capability warnings actionable (#5049) (b2cc43d) — Anwesh
  • docs(api): document OpenSRE as teammate, daily recipes, and unattended loops (#4894) (#5037) (53dc66f) — Priyansh Kandwal
  • docs(api): add Python API goal embed recipe and register in docs.json (#4897) (#4997) (c55a421) — Shinu Cherian
  • refactor(ports): one execution gate for the four host capabilities (#5047) (2481483) — Yauhen Bichel
  • refactor(surfaces): opensre entrypoint composes CLI, shell and gateway — both surface borders reach zero (#5046) (2b73f9f) — Yauhen Bichel
  • refactor(surfaces): terminal tier moves to surfaces/shared/terminal (#5045) (a9fc1ef) — Yauhen Bichel
  • Add docs/agents.md for coding-agent CLI setup (#5043) (d134cad) — Devesh
  • refactor(wizard): simplify integration configuration and update wizard mode handling (#5034) (d29f5c2) — Devesh
  • Docs: add surface boot chain guide covering CLI, shell, gateway, and scheduled commands (#4886) (#4983) (991a669) — Bhumika Gurav
  • feat(slack): Wire proactive Slack delivery for scheduled loops (#5006) (bef1044) — Devesh