-
released this
2026-05-22 11:57:20 +00:00 | 58 commits to main since this releaseAdded
- Logging & report bundles (M15, D25) — opt-in via one Settings → Logging toggle
(default off). When on: the app logs to a rotatingapp.log, and each diagnostic is stored
in its own folder (~/.local/share/rigdoctor/diagnostics/<id>/) with the capture log, a
structuredresult.json, a readablereport.txt, a session-scoped game-log snapshot, and an
ai/record of every AI interaction — the exact data sent, which model, and its reply. - Report — a button on the diagnostic dialog (and
rigdoctor bundle) zips a diagnostic's
folder plusapp.loginto~/.local/share/rigdoctor/reports/<id>.zipfor sharing. Everything
stays local; the zip only leaves your machine if you share it. Available only when logging is on.
Downloads
- Logging & report bundles (M15, D25) — opt-in via one Settings → Logging toggle