Skip to content

Releases: arpan404/ace

ace v0.2.3

22 May 14:47

Choose a tag to compare

What's Changed

  • Use Cursor status JSON for auth checks by @arpan404 in #81

Release Preparation

  • Bump package versions to 0.2.3 by arpan404 in aca61eb
  • Require mac signing env for local desktop releases by arpan404 in 2c78614

Full Changelog: v0.2.2...v0.2.3

ace v0.2.2

22 May 09:23

Choose a tag to compare

What's Changed

  • Precompute timeline summaries and batch terminal output by @arpan404 in #80

Release Preparation

  • Bump app versions to 0.2.2 by arpan404 in 34f07c5

Full Changelog: v0.2.1...v0.2.2

ace v0.2.1

22 May 07:14
abffa66

Choose a tag to compare

What's Changed

  • Add chat reliability diagnostics and markdown timeline refinements by @arpan404 in #79
  • Add chat reliability diagnostics and recovery UX by @arpan404 in #78
  • Refine chat markdown and work summary spacing by @arpan404 in #77
  • Add macOS desktop signing support and polish provider status banner by @arpan404 in #76
  • Normalize provider tool events before projection by @arpan404 in #75
  • Normalize tool lifecycle payloads and wire editor invalidation by @arpan404 in #73
  • Fix sidebar project list virtual row alignment by @arpan404 in #74
  • Refactor web/mobile UI state and stabilize chat browser flows by @arpan404 in #70
  • Polish shared control primitives across the web UI by @arpan404 in #72
  • Polish web controls with shared button and scroll primitives by @arpan404 in #71
  • Fix download page release lookup and Linux icon by @arpan404 in #69

Release Preparation

Full Changelog: v0.2.0...v0.2.1

ace v0.2.0-beta

08 May 02:43

Choose a tag to compare

macOS Beta Release

This beta is a macOS-only desktop release focused on browser reliability, Codex workflow clarity, provider/session correctness, and sharper runtime diagnostics. It includes builds for Apple Silicon and Intel Macs.

Downloads

  • Apple Silicon: ace-0.2.0-beta-arm64.dmg
  • Intel Mac: ace-0.2.0-beta-x64.dmg
  • Auto-update payloads: macOS ZIP files, blockmaps, and latest-mac.yml are included for Electron updater support.

Highlights

  • Browser links now behave like a normal browser: target="_blank" and popup/new-window requests open inside new ace browser tabs, and right-clicking links includes Open Link in New Tab. (#63)
  • Browser failure handling is cleaner: unreachable pages show a simple retryable error page instead of a blank webview or noisy boxed UI. (#63)
  • Right-side browser panel shortcuts now support fullscreen and floating chat toggles, including macOS Option-key normalization for keyboard layouts that emit alternate characters. (#63)
  • Codex goal workflows are easier to drive and read: goal command discovery is surfaced in the UI, and completed/stopped goals no longer keep showing as actively pursued. (#61)
  • Runtime diagnostics remain visible after work completes, including completed hidden-work summaries and visible runtime error details. (#60)
  • Provider checks are scoped to instance settings so multi-provider setups avoid cross-instance validation noise. (#62)
  • Desktop process teardown and release infrastructure are more reliable, with additional Linux build workflow hardening kept out of this macOS artifact set. (#58, #59)

Merged PRs Since v0.2.0-alpha

  • #63 Open browser links in new tabs from webviews
  • #62 Scope provider checks to instance settings
  • #61 Add Codex goal command discovery and UI support
  • #60 Keep runtime diagnostics visible in completed work
  • #59 Refresh repository docs and workflows for ace
  • #58 Harden process teardown and Linux desktop support

Notes

  • macOS only. Linux and Windows artifacts are not part of this release.
  • This is a prerelease beta build and may still change quickly.
  • Artifacts were built locally on macOS for both Apple Silicon and Intel architectures.

ace v0.2.0

08 May 11:40

Choose a tag to compare

What's Changed

  • Handle permission approvals in notification flows by @arpan404 in #67
  • Refresh marketing site and add Pi provider support by @arpan404 in #66
  • Refresh marketing site with Pi provider and WebP imagery by @arpan404 in #65
  • Refresh marketing landing page and add Pi provider by @arpan404 in #57
  • Route browser opens into in-app tabs and add panel shortcuts by @arpan404 in #64

Release Preparation

Full Changelog: v0.2.0-beta...v0.2.0

ace v0.2.0-alpha

07 May 06:48

Choose a tag to compare

macOS Alpha Release

This is the first macOS alpha release for ace, a desktop/web GUI for running coding agents across providers.

Downloads

  • Apple Silicon: ace-0.2.0-alpha-arm64.dmg
  • Intel Mac: ace-0.2.0-alpha-x64.dmg
  • Auto-update payloads: macOS ZIP files, blockmaps, and latest-mac.yml are included for Electron updater support.

Highlights

  • Multi-provider account support across picker, settings, and sessions.
  • Browser handoff/session retention improvements and more stable browser tab mounting.
  • Sidebar thread grouping and settings presentation polish.
  • Queued composer message dispatch after interrupted turns.
  • Terminal process management and terminal rows that open associated threads.
  • CLI improvements, including telemetry controls, daemon stop command, and expanded documentation.

Notes

  • macOS only. Linux and Windows artifacts are not part of this release.
  • This is an early alpha build, so behavior and packaging may change quickly.
  • Artifacts were built locally on macOS for both Apple Silicon and Intel architectures.