Skip to content

OpenSRE 0.1.2026.7.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 01:12
21c7f01

Install

cURL (macOS / Linux)

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

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

Python

pipx install opensre

Changelog

Changes since v0.1.2026.7.2

  • refactor(github): move github identity helper (#3669) (21c7f01) — Ceren Camkiran
  • refactor(trello): migrate integration into vendor package (#3666) (ac6e0fb) — Ceren Camkiran
  • refactor(agent): structured context, cross-surface parity, and stale-process guards (#3664) (b401070) — Yauhen Bichel
  • fix(format): ruff-format limits.py module layout (8e3a636) — muddlebee
  • fix(lint): add trailing newline to limits.py (067c94b) — muddlebee
  • refactor: replace 4096 with MAX_MESSAGE_SIZE constant (#3649) (b2085d0) — Alyan Premani
  • Updated all instances of outdated utils directory and pointed them to the correct files (#3648) (5ea6d60) — Luke Enness
  • feat(analytics): enrich investigation failure telemetry for PostHog (#3662) (4a39653) — larsspinetta12
  • docs: update AGENTS.md repo map for surfaces (#3652) (5d47dc3) — Yuvraj Singh
  • docs(llm): update core/llm AGENTS.md for LiteLLM and Azure (c65737a) — muddlebee
  • feat(llm): add azure-openai provider via LiteLLM (#3651) (e948319) — Anwesh
  • refactor(tests): inject evidence agent factory for gathering tests (#3650) (f14db67) — larsspinetta12
  • feat(core/agent_harness): add AgentHarness startup wrapper (T-3b, #3359) (#3635) (cb24efa) — Anwesh
  • refactor(session): centralize session lifecycle in SessionManager + rename ReplSession→Session (#3357) (#3630) (68c1d88) — Yauhen Bichel
  • fix(core/agent_harness): use tuple for AgentConfig.tools to respect frozen=True (#3619) (392a7e3) — Mubashir78
  • Move airflow integration config into vendor package (#3604) (505006b) — Ark
  • docs(configuration): fix interactive shell env var paths (#3620) (79f4620) — Muhammad Talha Atif
  • docs: fix interactive-shell policy file paths (#3571) (#3598) (e4cd1bd) — Joseph Yaksich
  • feat(llm): enable Anthropic Claude Fable 5 (claude-fable-5) as a selectable model (#3622) (b92fc8b) — heyparth
  • feat(tools): add fix_sentry_issue tool (Sentry URL -> Pi fix diff) (#3306) (3dfadf6) — Aniket Rawat
  • refactor: replace custom string and list extraction functions with shared utilities in OpenClaw, PostHog, and Sentry integrations (#3629) (8c2cc17) — Devesh
  • refactor: replace custom token redaction functions with shared utility across Discord, Slack, Telegram, Twilio, and WhatsApp integrations (#3628) (5a219f1) — Devesh
  • refactor: replace custom error extraction functions with centralized error handling in Discord and Slack integrations (#3627) (8d9b290) — Devesh