Skip to content

Gyro v0.1.0-alpha.29.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:29
Immutable release. Only release title and notes can be modified.
c35d06e

Gyro v0.1.0-alpha.29.1

Gyro Alpha 29.1 gives chat models a live, versioned view of the Workspace and
adds bounded tools for inspecting, navigating, proposing, and verifying work.

Download and install

Gyro requires macOS 14+ and is not Apple-signed or notarized. The application
uses a complete ad-hoc signature, so the first launch still requires Apple's
one-time Open Anyway approval.

Use the Gyro download site to select the
correct build, then follow the
macOS installation guide.
Do not disable Gatekeeper or remove quarantine globally.

What changed

  • Chat turns now receive a versioned snapshot of the visible Workspace,
    including the active file and view, selection, open buffers, diagnostics,
    test failures, and active output.
  • The model can request the current Workspace context, read precise file
    ranges, reveal files, and open IDE panels without guessing at visible state.
  • New bounded tools let the model propose reviewed edits, run configured tasks
    and tests, and read their captured output under the project's capability
    policy.
  • Workspace context is tied to the chat turn and persisted with it, making
    retries deterministic while allowing tools to detect newer editor state.
  • The composer shows the attached active file, selection, or unsaved-buffer
    state so users can see which editor context accompanies a prompt.
  • The Create menu now groups chat and CLI session choices more clearly, while
    the tool launcher and permission summary use more compact labels and chrome.
  • The Explorer remains persistent and removes its incomplete outline control.

Behavior changes and known limits

  • Workspace tools remain bounded to the selected project and its capability
    policy. Restricted and Plan modes continue to block disallowed mutations.
  • Proposed edits still require Gyro's guarded review and apply flow; models do
    not receive unrestricted filesystem access through the Workspace tools.
  • Context snapshots are size-limited and may omit full unsaved buffer content;
    tools can read the relevant range when more detail is needed.
  • Gyro remains an unsigned public Alpha. Managed Macs may prohibit Open
    Anyway
    , and Gyro does not bypass device policy.
  • Apple Silicon and Intel remain separate downloads; there is no universal DMG.
  • Homebrew installs the gyro CLI only. Gyro.app remains a direct DMG install.
  • Existing Alpha 29 sessions, projects, settings, and editor state remain
    compatible; no destructive data migration is required.

Upgrade and rollback

Alpha 29 data remains compatible with Alpha 29.1. Update from Gyro or replace
the existing application with the matching Alpha 29.1 DMG.

Before changing versions, quit Gyro and back up
~/Library/Application Support/Gyro/. To roll back, reinstall
v0.1.0-alpha.29.

CLI

This release does not change CLI command behavior. After the release Formula
reaches the tap:

brew tap wytzeh197/tap
brew trust --formula wytzeh197/tap/gyro
brew install gyro

Direct archives are available for
Apple Silicon
and
Intel.

Alpha notice

This is a GitHub-built public macOS Alpha for Apple Silicon and Intel. Updater
archives are signed with Gyro's updater key, while application bundles use
ad-hoc code signing and DMGs are not Apple-signed or notarized.