Fix auto-lookback trigger and add version tracking (#20)

* Fix auto-lookback trigger and add version tracking

- Trigger on stdin inactivity instead of render time
- Only dump when new output exists since last dump
- Default timeout 5s -> 15s
- Embed git hash in version output
- Document macOS config path
This commit is contained in:
David Beesley
2026-01-22 15:58:47 -07:00
committed by GitHub
parent 35ecc80e2f
commit 0903d8c205
8 changed files with 101 additions and 18 deletions

View File

@@ -5,6 +5,6 @@ members = [
]
[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2024"
authors = ["David Beesley"]