Skip to content

v0.2.0

Choose a tag to compare

@zakelfassi zakelfassi released this 15 Jun 19:59
· 9 commits to master since this release
4fd4d26

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