Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:32

Telex v0.1.1

This hardening release brings the public v0.1.0 build up to current main after extensive Copilot CLI and multi-session dogfooding.

Highlights

  • Detects same-version binary/plugin skew with source/release build identity metadata.
  • Makes stale or missing Copilot agentStop drain-hook failures visible and actionable.
  • Adds release discovery, checksum verification, and the standard telex upgrade flow.
  • Hardens Copilot bridge lifecycle and recovery across idle turns, resume, detach, and missing extension support.
  • Adds a supported cross-platform Copilot pull fallback when extensions are unavailable.
  • Improves macOS daemon authentication and Windows daemon/elevation diagnostics.
  • Adds UTF-8-safe --body-stdin support for send and reply.
  • Requires meaningful message subjects for clearer multi-agent traffic.
  • Makes formatting and Clippy checks blocking in CI.
  • Fixes Postgres wait notification races and load-sensitive real-process test timing.

Experimental Telex Watcher spike

The source tree now contains an experimental telex-watcher workspace crate proving a provider-neutral external detector runner. It is marked publish = false and is not included in the v0.1.1 release archives. The shipped artifacts remain the telex binary.

Install or upgrade

curl -fsSL https://raw.githubusercontent.com/lossyrob/telex/main/install.sh | sh
irm https://raw.githubusercontent.com/lossyrob/telex/main/install.ps1 | iex

Existing versioned installs can use:

telex upgrade

Release assets

Prebuilt archives and SHA-256 sidecars are published for:

  • Windows x86_64 and ARM64
  • Linux x86_64
  • macOS x86_64 and ARM64

Telex remains pre-1.0; CLI, schema, protocol, and plugin interfaces may still change between releases.