Skip to content

0.3.0-beta.1 - 2026-07-14

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 00:18

Release Notes

First public beta. Note: versioning restarted from the 0.2.0-beta.1 rewrite;
the 0.3.0–0.5.0 entries below predate the restart and were never released.

Added

  • EgressPolicy — network boundary for native tools: leak scan + host
    allow/deny rules + observe/enforce/judge modes for unmatched hosts
    (judge = one LLM call, fails closed). Every decision audited to the new
    egress_events table on both database backends; WASM tool allowlist
    decisions land in the same log. Config via [egress] / EGRESS_*.
  • full_job routines run as real scheduler jobs with tool access
    (previously degraded to a single tool-less LLM call), with the routine's
    notification target threaded through job completion, job_id recorded on
    the run row, and a hard ROUTINES_FULL_JOB_TIMEOUT_SECS deadline.
  • First-party TrustedToolsHook vouching for workspace-internal memory
    tools during autonomous execution.
  • Typed routine delivery, cross-channel approvals, per-job tool allowlists,
    additive hook tool-trust, sessions_send/sessions_list, memory
    auto-recall, routine_test dry-run + LLM readiness judge (Tier 1 sprint).
  • Blueprints: brain-pipeline, research-fanout, novelty-gate.

Fixed

  • Fallback chain survives an explicit /model switch (pins primary only).
  • Jobs that exhaust self-repair attempts now transition to Failed instead
    of staying Stuck forever.
  • Native http tool rejects URLs with embedded credentials (userinfo).

Install gyre 0.3.0-beta.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SargassoLLC/gyre/releases/download/v0.3.0-beta.1/gyre-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/SargassoLLC/gyre/releases/download/v0.3.0-beta.1/gyre-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install gyre@0.3.0-beta.1

Download gyre 0.3.0-beta.1

File Platform Checksum
gyre-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
gyre-x86_64-apple-darwin.tar.gz Intel macOS checksum
gyre-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
gyre-x86_64-pc-windows-msvc.msi x64 Windows checksum
gyre-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
gyre-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum