Skip to content

Gyro v0.1.0-alpha.28.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:10
Immutable release. Only release title and notes can be modified.
a534bea

Gyro v0.1.0-alpha.28.2

Gyro Alpha 28.2 makes multi-chat work more precise, adds interactive Chat
artifacts, and improves the menu-bar view of active and recently completed
model 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 can now render bounded interactive artifacts for decisions, commands,
    completion receipts, workspace files, previews, tables, diagrams, and
    explicit memory proposals.
  • Artifact actions reuse Gyro's existing guarded terminal, diff, browser, and
    workspace surfaces; command execution continues through normal approval
    checks.
  • Completed turns with tool activity now include a concise receipt covering
    completion state, commands, and changed files.
  • Streaming commentary, commands, searches, and file edits retain their first
    observed timeline order after persistence, refresh, and reconciliation.
  • File activity is grouped into one stable change summary with direct access to
    the full diff.
  • Grid Chat headers use one compact workspace context control and align their
    right-side controls to the pane edge without an unnecessary titlebar gap.
  • The Plan approval prompt stays attached to the composer and offers explicit
    implement or revise actions.
  • The menu-bar popover identifies the active model provider and can keep recent
    successful Chat outcomes visible without treating them as active work.
  • Regression coverage now includes artifact validation, stream ordering,
    aggregate edit summaries, menu-bar completion state, and Grid presentation.

Behavior changes and known limits

  • Interactive artifacts are accepted only from a bounded, validated schema.
    Unknown, incomplete, oversized, or malformed items are ignored safely.
  • A command artifact never executes by itself. Run with approval creates a
    normal Chat request that remains subject to Gyro's permission policy.
  • Diagram artifacts use a safe node-and-edge representation and do not render
    arbitrary HTML.
  • Memory cards require an explicit user action before Gyro asks the model to
    save, edit, or forget local memory.
  • 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.
  • Alpha 28 sessions, settings, attachments, plans, approvals, capabilities,
    and projects remain compatible; no destructive data migration is required.

Upgrade and rollback

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

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

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.