Skip to content

Releases: justelson/zyra

Zyra 0.6.0

Choose a tag to compare

@justelson justelson released this 31 Aug 08:57

Warning

This is a temporary unsigned release. Windows may show an Unknown publisher or SmartScreen warning. macOS may require users to allow the app in Privacy & Security.

The Windows, macOS, and Linux desktop and TUI builds passed native CI and packaged-app smoke tests. SHA256SUMS covers every downloadable asset.

What's Changed

  • feat: keep Assistant work continuous across Chat, Voice, and Browser by @justelson in #2
  • feat: complete local browser Voice parity by @justelson in #3
  • Ready Zyra v0.6.0 for its Windows beta by @justelson in #6
  • release: prepare Zyra v0.6.0 desktop candidate by @justelson in #4
  • Open long chats without hauling every tool output by @justelson in #5

New Contributors

Full Changelog: v0.5.0...v0.6.0

Zyra 0.5.0

Choose a tag to compare

@justelson justelson released this 29 Jul 15:32

Zyra 0.5.0 is a major pre-1.0 CLI/TUI update focused on making long coding sessions steadier, clearer, and safer.

  • Adds a package-backed zyra --version command, with -v and zyra version aliases, that exits before session or model startup.
  • Rebuilds wrapped editor layout and cursor navigation, including visual Up/Down, Home/End, grapheme-safe deletion, word shortcuts, multiline input, and reliable paste handling.
  • Adds clipboard image attachments with responsive editor placeholders and structured prompt delivery.
  • Stabilizes live command cards so start, output, completion, failure, and stopped states update in place without duplicated terminal snapshots.
  • Preserves stopped-command output and adds concise checked/stopped command summaries.
  • Sanitizes command and component output before it reaches the terminal, preventing child-process control bytes from clearing or corrupting the TUI.
  • Normalizes tool and file-change lifecycles, including authoritative write snapshots and late-event reconciliation.
  • Compacts context between tool rounds before the next provider request when the threshold is reached.
  • Adds ChatGPT subscription/OpenAI API switching, masked API-key setup, clearer Codex usage windows, and guarded banked-reset selection and confirmation.
  • Improves model compatibility labels, slash suggestions, visible work updates, and prompt-error propagation.

Verified with the full Zyra release gate, privacy scan, archive/package boundary checks, managed-command regressions, and a physical Windows terminal smoke test covering wrapping, editing, paste, Escape, stopped commands, resizing, and scrollback.

Zyra 0.4.3

Choose a tag to compare

@justelson justelson released this 10 Jul 09:46

GPT-5.6 release

  • Uses GPT-5.6 Sol as the default model.
  • Adds Sol, Terra, and Luna with live availability filtering.
  • Orders the model picker newest-first.
  • Adds model-aware thinking levels from none through max.
  • Upgrades the Pi runtime to 0.80.3.
  • Adds managed long-running terminal commands.

Verified with the full Zyra check suite and authenticated GPT-5.6 Sol/Terra runtime probes.

Zyra v0.4.0

Choose a tag to compare

@justelson justelson released this 03 Jun 16:19

Initial public Zyra release.

  • Splits Zyra core behavior from profile overlays.
  • Keeps private/local context out of the public prompt and repo history.
  • Adds a privacy check to prevent regressions.

Install/update from PowerShell:

irm https://raw.githubusercontent.com/justelson/zyra/master/install.ps1 | iex