Skip to content

v0.24.0

Choose a tag to compare

@mdostal mdostal released this 16 Aug 14:54
· 43 commits to main since this release
ce0d3b8

Leak visibility across the UI + in-app report view

Following a real-vault dogfooding pass that surfaced genuine leaked secrets (a Google Generative AI key found in 48 locations), the leak-scan feature's findings are now visible everywhere, not just in Settings.

  • LeakBadge -- an independent "⚠ leak: severity" flag on Console (+ a new "Leaked" facet), Vault Map, Project Explorer, and DetailDrawer (full history + Mark rotated action)
  • "Leaked in N conversations" counts distinct files, not raw finding count
  • In-app report view (Settings' "View report") -- a small custom renderer, no new dependency

Verified against the real production desktop app and real vault before release.

See CHANGELOG.md for full details.