Skip to content

Releases: zakelfassi/flightrec

0.2.2 - 2026-06-15

16 Jun 17:24
2688521

Choose a tag to compare

Release Notes

Fixed

  • (ci) let cargo-dist own github releases (disable release-plz release creation)

Other

  • use canonical Apache-2.0 text for license detection
  • fix crates badge row (use github release source, drop downloads badge)

Install flightrec 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zakelfassi/flightrec/releases/download/v0.2.2/flightrec-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install zakelfassi/tap/flightrec

Download flightrec 0.2.2

File Platform Checksum
flightrec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
flightrec-x86_64-apple-darwin.tar.xz Intel macOS checksum
flightrec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
flightrec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.1 - 2026-06-15

15 Jun 21:44
acc2522

Choose a tag to compare

Release Notes

Other

  • regenerate release workflow with cargo-dist

Install flightrec 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zakelfassi/flightrec/releases/download/v0.2.1/flightrec-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install zakelfassi/tap/flightrec

Download flightrec 0.2.1

File Platform Checksum
flightrec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
flightrec-x86_64-apple-darwin.tar.xz Intel macOS checksum
flightrec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
flightrec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.0

15 Jun 19:59
4fd4d26

Choose a tag to compare

Initial public release. The project was originally developed under the name
agentscope before being renamed to flightrec to better reflect its
instrument-grade observability focus.

Added

  • Content-addressable blob store (~/.flightrec/objects/)
  • Snapshot engine with configurable watch roots and glob filters
  • Diff engine: added / removed / modified / renamed (best-effort) change types
  • Unified line diffs for text files
  • Daemon loop with configurable polling interval (watch command)
  • On-demand snapshot (watch --once)
  • LLM narrative reporter with Anthropic, OpenAI, OpenAI-compatible, and Ollama adapters
  • Ratatui TUI with timeline, diff-detail, and file-diff views (tui command)
  • init command writing a starter config.toml
  • diff and replay commands
  • FLIGHTREC_HOME environment variable overrides storage and config location
  • CI gate: cargo fmt --all --checkcargo clippy --all-targets -D warningscargo testcargo build --release