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
agentStopdrain-hook failures visible and actionable. - Adds release discovery, checksum verification, and the standard
telex upgradeflow. - 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-stdinsupport forsendandreply. - 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 | shirm https://raw.githubusercontent.com/lossyrob/telex/main/install.ps1 | iexExisting versioned installs can use:
telex upgradeRelease 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.