Skip to content

OpenSRE 0.1.2026.8.6

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 01:07
149649b

Install

cURL (macOS / Linux)

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

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

Python

pipx install opensre

Changelog

Changes since v0.1.2026.8.5

  • feat: task management v1 (#4496) (149649b) — Vaibhav Upreti
  • feat: add /loops for recurring prompt schedules (#4763) (da0a215) — Vaibhav Upreti
  • feat(integrations): add Buzz (block/buzz) delivery integration (#4756) (012ffd2) — Anwesh
  • SM-50: Use HTTPStatus in delivery_transport — replace bare numeric status examples and return HTTPStatus when mapping known codes (#4761) (29fd02e) — Mayan Sequeira
  • feat(prompts): ground the assistant in the operator's real setup (#4760) (70862e4) — Yauhen Bichel
  • fix(gateway): ruff format gateway/discord/client.py (#4757) (743c3a3) — Anwesh
  • feat(posthog): add per-metric summary reports (#3824) (#4153) (5a55539) — sanskar singh bhardwaj
  • chore(deps): bump ruff from 0.16.0 to 0.16.1 (#4702) (a65757d) — dependabot[bot]
  • chore(deps): bump litellm from 1.90.6 to 1.95.0 (#4751) (d22f5d8) — dependabot[bot]
  • chore(deps): bump fastapi from 0.139.0 to 0.141.1 (#4750) (09288aa) — dependabot[bot]
  • chore(deps): bump datasets from 5.0.0 to 5.0.1 (#4749) (ddad050) — dependabot[bot]
  • chore(deps): bump huggingface-hub from 1.24.0 to 1.26.0 (#4748) (5166b21) — dependabot[bot]
  • chore(deps): bump twine from 6.2.0 to 7.0.0 (#4747) (6b78cc1) — dependabot[bot]
  • chore(deps): bump filelock from 3.32.0 to 3.32.2 (#4746) (768b600) — dependabot[bot]
  • chore(deps): bump boto3 from 1.43.57 to 1.43.62 (#4745) (3a8877c) — dependabot[bot]
  • refactor: use docstring-only protocol bodies for BindingStore (#4754) (80d5a44) — Bhoomi Jain
  • Use HTTPStatus in Discord gateway client (#4725) (d3a9d30) — Himanshu
  • test(vercel): add unit tests for extract helpers (#4672) (a49555b) — Phani Vemuri
  • fix(pagerduty): log swallowed exception in client factory soft-fail path (#4730) (6bf7dc4) — Ben Younes
  • fix(deps): re-pin cryptography below 49 to unbreak darwin-x64 release (#4744) (8917596) — Awokoya Olawale Davidson
  • chore(deps): bump aws-cdk-lib from 2.262.1 to 2.263.0 (#4704) (e77c653) — dependabot[bot]
  • chore(deps): bump redis from 8.0.1 to 8.1.0 (#4705) (f9fd7bc) — dependabot[bot]
  • chore(deps): bump constructs from 10.7.1 to 10.8.0 (#4707) (a075e12) — dependabot[bot]
  • chore(deps): bump google-auth from 2.56.0 to 2.56.2 (#4708) (1cc0a81) — dependabot[bot]
  • chore(deps): bump cryptography from 48.0.1 to 50.0.0 (#4709) (fb0e049) — dependabot[bot]
  • chore(deps): bump openai from 2.49.0 to 2.52.0 (#4710) (eed76de) — dependabot[bot]
  • chore(deps): bump types-psycopg2 from 2.9.21.20260712 to 2.9.21.20260724 (#4711) (8dfc112) — dependabot[bot]
  • chore(deps): bump anthropic from 0.120.0 to 0.120.2 (#4706) (454dc82) — dependabot[bot]
  • build(deps): bump aiohttp in the uv group across 1 directory (#4729) (31dd04c) — dependabot[bot]
  • fix(interactive_shell): make _PromptSpinner.stop docstring-only (#4741) (4cab6dd) — 404 Ameyy
  • fix(github-actions): signal log truncation and retry with a larger tail on step miss (#4452) (dc44470) — Sahil Nayak
  • perf: optimize action deduplication in evidence formatter (#4693) (a9be6f8) — Niket2035