Skip to content

Releases: Engine-Labs/cto-cli

v5.78.0

18 May 14:42
7f5d668

Choose a tag to compare

What's changed

No CLI-relevant changes since v5.76.0.

Install

macOS (Homebrew, recommended):

brew install engine-labs/cto/cto

macOS / Linux (curl):

curl -fsSL cto.new/install | bash

Windows (PowerShell):

irm https://cto.new/install.ps1 | iex

Already have cto? Run cto upgrade to pull this release. (Homebrew users: brew upgrade cto.)

Verify checksums against SHA256SUMS (also attached).

v5.77.0

18 May 14:41
7f5d668

Choose a tag to compare

What's changed

No CLI-relevant changes since v5.76.0.

Install

macOS (Homebrew, recommended):

brew install engine-labs/cto/cto

macOS / Linux (curl):

curl -fsSL cto.new/install | bash

Windows (PowerShell):

irm https://cto.new/install.ps1 | iex

Already have cto? Run cto upgrade to pull this release. (Homebrew users: brew upgrade cto.)

Verify checksums against SHA256SUMS (also attached).

v5.76.0

18 May 14:41
7f5d668

Choose a tag to compare

What's changed

Fixed

  • cli: leave Windows user PATH alone on uninstall (mirror POSIX)
  • cli: handle brew + windows in cto uninstall

Install

macOS (Homebrew, recommended):

brew install engine-labs/cto/cto

macOS / Linux (curl):

curl -fsSL cto.new/install | bash

Windows (PowerShell):

irm https://cto.new/install.ps1 | iex

Already have cto? Run cto upgrade to pull this release. (Homebrew users: brew upgrade cto.)

Verify checksums against SHA256SUMS (also attached).

v5.75.0

18 May 14:40
7f5d668

Choose a tag to compare

What's changed

Internal changes (refactors, chores, CI)
  • cli: use explicit https:// in PowerShell install snippet
  • cli: surface Homebrew + Windows install in release notes template

Install

macOS (Homebrew, recommended):

brew install engine-labs/cto/cto

macOS / Linux (curl):

curl -fsSL cto.new/install | bash

Windows (PowerShell):

irm https://cto.new/install.ps1 | iex

Already have cto? Run cto upgrade to pull this release. (Homebrew users: brew upgrade cto.)

Verify checksums against SHA256SUMS (also attached).

v5.74.0

15 May 12:16
778c941

Choose a tag to compare

What's changed

New

  • web: add redirect for install.ps1 file

Fixed

  • cli: disable opencode autoupdate prompt + bump opencode to 1.15.0

Install

New install:

curl -fsSL cto.new/install | bash

Already have cto? Run cto upgrade to pull this release.

Verify checksums against SHA256SUMS (also attached).

v5.73.0

15 May 11:23
3da45bc

Choose a tag to compare

What's changed

New

  • cli: Windows — install.ps1 PowerShell installer
  • cli: Windows — cto upgrade two-stage rename
  • cli: Windows — cross-compile + windows-latest smoke test

Fixed

  • cli: catch async leaks in compiled binaries via uncaughtException
  • cli: openBrowser via cmd.exe /c start on Windows
  • cli: use bun -baseline target for linux-x64 + windows-x64 wrappers
  • cli: credit Bun runtime + statically-linked C/C++ libs + semver

Install

New install:

curl -fsSL cto.new/install | bash

Already have cto? Run cto upgrade to pull this release.

Verify checksums against SHA256SUMS (also attached).

v5.72.0

14 May 16:49
3da45bc

Choose a tag to compare

What's changed

New

  • api: fall back to Zeroclick when Gravity returns no offers
  • cli: cto upgrade defers to brew on Homebrew-managed installs

Fixed

  • ads-client: strip trailing slash on gravity post baseUrl
Internal changes (refactors, chores, CI)
  • api: drive provider order from LD instead of weights + hardcoded list

Install

New install:

curl -fsSL cto.new/install | bash

Already have cto? Run cto upgrade to pull this release.

Verify checksums against SHA256SUMS (also attached).

v5.71.0

14 May 06:30

Choose a tag to compare

What's changed

New

  • cli: /cto-login + /cto-logout TUI slash commands
  • cli: auto-login on launch when creds are missing or expired

Fixed

  • cli: anchor release-notes git invocations to repo root
  • ci: release-notes generator runs from repo root + groups by type
  • cli: drop the LogFn cast — console assigns directly to AuthLogger
  • cli: address PR review + toast /cto-login hint on session.error
Internal changes (refactors, chores, CI)
  • cli: split tuiPlugin.test.ts to match the src/tuiPlugin/ layout
  • cli: split tuiPlugin.tsx into a feature-per-module directory
  • cli: ad-tracking dispatch table + route through callAuthed
  • cli: extract tuiJson.ts — unify the cto marker across exec + uninstall
  • cli: extract createDebugLog — share between server + TUI plugins
  • cli: drop 'cto login' from getting-started instructions

Install

New install:

curl -fsSL cto.new/install | bash

Already have cto? Run cto upgrade to pull this release.

Verify checksums against SHA256SUMS (also attached).

v5.70.0

13 May 15:17
3cee47e

Choose a tag to compare

What's changed

  • No CLI-relevant changes since v5.69.0.

Install

curl -fsSL cto.new/install | bash

Verify checksums against SHA256SUMS (also attached).

v5.69.0

13 May 13:52
3cee47e

Choose a tag to compare

What's changed

  • Add upgrade command
  • Add uninstall command

Install

curl -fsSL cto.new/install | bash

Verify checksums against SHA256SUMS (also attached).