Skip to content

Releases: fugue-labs/sleepy-releases

v0.8.4

Choose a tag to compare

@trevorprater trevorprater released this 15 Aug 08:33
Immutable release. Only release title and notes can be modified.

What's Changed

New Contributors

Full Changelog: https://github.com/fugue-labs/sleepy-releases/commits/v0.8.4

v0.8.3

Choose a tag to compare

@trevorprater trevorprater released this 15 Aug 07:50
Immutable release. Only release title and notes can be modified.

What's Changed

New Contributors

Full Changelog: https://github.com/fugue-labs/sleepy-releases/commits/v0.8.3

v0.8.2

Choose a tag to compare

@trevorprater trevorprater released this 15 Aug 07:27
Immutable release. Only release title and notes can be modified.

What's Changed

New Contributors

Full Changelog: https://github.com/fugue-labs/sleepy-releases/commits/v0.8.2

v0.8.1

Choose a tag to compare

@trevorprater trevorprater released this 30 Jul 13:44
Immutable release. Only release title and notes can be modified.

Companion client tooling for the hosted sleepy.run evolutionary code-optimization service.

Highlights

  • Client-only binary. The public build now excludes the hosted control plane from the compiled artifact — the MCP server surface, hosted OAuth, executor HTTP service, rate limiting, hosted Postgres store, and operator tooling are no longer linked in. The binary is 24% smaller, and release publishing is gated on automated pins that keep it that way.
  • First-class Rust support. sleepy optimize and sleepy ci discover Cargo projects, bind rustc-closure target identities, and drive the trusted Cargo/Criterion executor with the same correctness-before-measurement gates as Go.
  • Per-candidate model-arm attribution. Multi-model runs record which resolved arm (provider/model@effort) produced each candidate in the client event log, evolve.next results, and sleepy export --format json — the substrate for per-model fitness leaderboards. @effort pins now apply per pool entry.
  • GitHub sign-in. Workspace authentication supports GitHub OAuth alongside Google.

Installation

curl -fsSL https://github.com/fugue-labs/sleepy-releases/releases/download/v0.8.1/install.sh | sh

Or download the archive for your platform below and place sleepy on your PATH. See CHANGELOG.md inside each archive for the full history, and THIRD-PARTY-NOTICES.md for bundled license notices (the third-party set shrank with the control-plane exclusion).

macOS and Linux, x86_64 and arm64. sleepy doctor --project --server https://sleepy.run verifies your setup.