Skip to content

OpenSRE 0.1.2026.7.29

Choose a tag to compare

@github-actions github-actions released this 29 Jul 01:08
4350079

Install

cURL (macOS / Linux)

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

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

Python

pipx install opensre

Changelog

Changes since v0.1.2026.7.28

  • fix(ci): deploy Pages via Actions without private submodule (#4477) (4350079) — Vincent Hus
  • Feature/completion infrastructure (#4476) (4e8d7d9) — Vincent Hus
  • fixed import cycles (#4475) (0d73bfe) — Yauhen Bichel
  • refactor(deployment): name the gateway deployment modules after what they do (#4470) (2665512) — Yauhen Bichel
  • chore(rabbitmq): spell out timeout constant unit (#4460) (7af5bbf) — Muhammad Talha Atif
  • chore(cli): spell out session event poll constant unit (#4461) (4c9dc59) — Muhammad Talha Atif
  • Refactor: use HTTPStatus for CLI update rate limit (#4454) (d224ff2) — shreyas s
  • chore(azure_sql): remove comments that only restate the next line (#4458) (1e05c0e) — Muhammad Talha Atif
  • chore(messaging_security): remove comments that only restate the next line (#4459) (b8ab3b9) — Muhammad Talha Atif
  • Fix: Replace antigravity TODO with Known gap note (#4442) (5a233a9) — shivam singh
  • chore(gateway): remove unused Telegram gateway startup helper (#4434) (ae359e7) — Muhammad Talha Atif
  • Use HTTPStatus in incident.io client (#4449) (26106ca) — Sai Surya Hemanth
  • refactor(jenkins): use HTTPStatus constants (#4451) (b197670) — Sai Surya Hemanth
  • docs(helm): write clearer helpers docstrings (#4440) (3db4dd1) — ap9
  • docs(kubernetes): clarify get_resource vs describe_pod tool boundaries (#4428) (eb3af89) — Aryan Agarwal
  • refactor(integrations): replace raw HTTP status integers with HTTPStatus in http_probe_validators (#4441) (3571df3) — sametlprsln
  • Replace tracker references in comments (#4443) (0db9e8a) — Sai Surya Hemanth
  • docs(agent_harness): state the cache-stats contract in models.py docstrings (#4444) (5597547) — Muhammad Talha Atif
  • docs(llm): rewrite comments without issue references (#4445) (1249fa0) — ap9
  • docs(grounding): clarify context.py module and function docstrings (SM-88) (#4446) (3f888bb) — Jay Patel
  • fixed CI failed tests (#4447) (f0f2cba) — Yauhen Bichel
  • refactor(tools): move single-vendor tools into their vendor packages (#4438) (3f31ae9) — Yauhen Bichel
  • Improve memory injection and add GitHub star history tool (#4406) (4e3ce1a) — Vaibhav Upreti
  • fixed 1932 and 1933 with import issues (#4436) (1e51912) — Yauhen Bichel
  • chore(comments): describe behavior instead of citing tracker numbers (#4431) (334b328) — Muhammad Talha Atif
  • refactor(gateway): replace the SQLite binding index with a JSON file, drop the install catalog (#4432) (9f88a36) — Yauhen Bichel
  • refactor: use HTTPStatus in test_webapp (#4430) (cd6f5c8) — Patel Manav
  • fix(docs): reformat AGENTS.md code block for ruff 0.16 markdown formatting (#4427) (df09aec) — Anwesh
  • chore(deps): bump prompt-toolkit from 3.0.52 to 3.0.53 (#4415) (107bb8d) — dependabot[bot]
  • chore(deps): bump filelock from 3.29.1 to 3.32.0 (#4416) (2b4f118) — dependabot[bot]
  • chore(deps): bump anthropic from 0.117.0 to 0.120.0 (#4417) (556987e) — dependabot[bot]
  • chore(deps): bump boto3 from 1.43.52 to 1.43.57 (#4418) (fbe642e) — dependabot[bot]
  • chore(deps): bump sentry-sdk from 2.66.0 to 2.66.1 (#4419) (e49921c) — dependabot[bot]
  • chore(deps-dev): bump pre-commit from 4.6.0 to 4.6.1 (#4420) (3ee9b4f) — dependabot[bot]
  • chore(deps): bump openai from 2.45.0 to 2.49.0 (#4421) (56ee45b) — dependabot[bot]
  • chore(deps): bump ruff from 0.15.22 to 0.16.0 (#4422) (ab115af) — dependabot[bot]
  • chore(deps-dev): bump types-pyyaml (#4423) (7698f82) — dependabot[bot]
  • chore(deps): bump types-pymysql from 1.1.0.20260518 to 1.2.0.20260724 (#4424) (58360a8) — dependabot[bot]
  • feat(sentry): add uptime section to morning digest via sentry-summary skill (#4070) (#4133) (fa81ecc) — Devesh
  • refactor(alerts): reuse keyword sets for source matching (#4400) (513c47f) — Shelly
  • Reuse normalized log sample sets (#4408) (cbc41f7) — Marisombra
  • Improvement:stop scanning full history once max_entries is reached (#4413) (aa3fde1) — Deepak DHAKAD
  • test(agent_harness): unit tests for record_conversation_turn (C-29) (#4401) (bb1b216) — Nithin Reddy
  • Re-enable empty response telemetry test (#4407) (d46b768) — Marisombra
  • docs(s3): add AWS S3 user docs page (C-35, #4356) (#4409) (c892c75) — Nandan Manna
  • refactor(kafka): drop comments that only restate the next line (SM-78) (#4411) (feab33f) — Nandan Manna
  • Add AWS Elasticsearch docs page and register in nav (#4412) (8d7919d) — sahil nayak
  • Clarify groundcover helpers module and function docstrings (#4414) (bda10ea) — sahil nayak