Releases: zakelfassi/flightrec
Releases · zakelfassi/flightrec
0.2.2 - 2026-06-15
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 | shInstall prebuilt binaries via Homebrew
brew install zakelfassi/tap/flightrecDownload 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
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 | shInstall prebuilt binaries via Homebrew
brew install zakelfassi/tap/flightrecDownload 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
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 (
watchcommand) - 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 (
tuicommand) initcommand writing a starterconfig.tomldiffandreplaycommandsFLIGHTREC_HOMEenvironment variable overrides storage and config location- CI gate:
cargo fmt --all --check→cargo clippy --all-targets -D warnings→cargo test→cargo build --release