Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 May 17:24
· 39 commits to main since this release
2f939c9

v0.8.0 β€” At-a-glance stats, resilient drift detection, go install fix

A mixed batch of UX polish on the rendered site and meaningful reliability work in the analyzer.

Highlights

  • πŸ“Š At-a-glance stats. The site landing page leads with the headline counts (features, gaps, screenshot issues) so reviewers can scan the impact before drilling in. Screenshot cards now also carry their own labels.
  • πŸ” Drift judge retries. Transient LLM failures during drift detection now retry instead of poisoning the run, and if the judge ultimately fails, ftg surfaces a clear restart hint pointing at the cache so you don't lose progress.
  • πŸ“¦ go install now produces ftg. The Go install path was building find-the-gaps instead of the canonical ftg binary; fixed. The CLI also now surfaces missing external deps (mdfetch, hugo) up-front for go install users.

What's Changed

  • feat(site): prioritize at-a-glance stats and label screenshot cards by @britt in #73
  • feat(analyzer): retry drift judge LLM call and surface restart hint by @britt in #74
  • fix(cli): make go install produce ftg and surface missing deps by @britt in #75

Full Changelog: v0.7.0...v0.8.0