Skip to content

Releases: lossyrob/telex

Release list

v0.1.1

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.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 05:35
09240f3

What's Changed

  • [tx-2026-06-17a-7] Add --body-file to telex send and reply (#7) by @lossyrob in #9
  • [tx-2026-06-17a-8] Adopt "station" terminology for the holder + waiter presence (#8) by @lossyrob in #11
  • [tx-2026-06-17a-1] Backend conformance test suite (#1) by @lossyrob in #13
  • [tx-2026-06-17a-10] Deliver durable queued backlog after holder restart (#10) by @lossyrob in #15
  • [tx-2026-06-17a-5] Enforce holder session-binding: self-exit + release lease on session death (#5) by @lossyrob in #17
  • [tx-2026-06-17a-4] Default from to the held lease; guard un-repliable sends (#4) by @lossyrob in #16
  • [tx-2026-06-17a-18] Deliver out-of-order Postgres ids from the live holder (#18) by @lossyrob in #22
  • [local-daemon] design-foundation: daemon architecture, fence, IPC, lifecycle (#34) by @lossyrob in #35
  • [local-daemon] Minimal session/presence/delivery model -- supersede the incarnation machinery (#34) by @lossyrob in #37
  • [local-daemon] daemon-core: SQLite local exchange (#38) by @lossyrob in #39
  • [local-daemon] Postgres parity daemon transport (postgres-parity #42) by @lossyrob in #43
  • Fix Postgres deliveries upgrade ordering by @lossyrob in #52
  • [local-daemon] Copilot plugin copilot-plugin (#41) by @lossyrob in #44
  • [local-daemon] Liveness visibility hardening (#46) by @lossyrob in #51
  • [local-daemon] Push delivery for Copilot CLI sessions (#53) by @lossyrob in #55
  • Suppress Windows console flash for on-deliver helpers by @lossyrob in #58
  • [local-daemon] Versioned install upgrade floor (#6) by @lossyrob in #56
  • [local-daemon] Add explicit CC stream wake opt-in (#40) by @lossyrob in #50
  • Fix Copilot bridge resume recovery by @lossyrob in #63
  • [local-daemon] Copilot bridge liveness/self-stop hardening (#66) by @lossyrob in #72
  • [local-daemon] Copilot bridge idle drain: defer queued pushes until idle (#65) by @lossyrob in #71
  • [local-daemon] Harness-neutral skill/plugin layout (#61) by @lossyrob in #70
  • docs: user guide site, README rework, and docs reorg by @lossyrob in #73
  • [Telex Console] Read-only live-tail TUI for inspecting messages by @lossyrob in #14
  • [local-daemon] Public release readiness and first-release hardening (#59) by @lossyrob in #74

New Contributors

Full Changelog: https://github.com/lossyrob/telex/commits/v0.1.0