Releases: alexishida/kindle-dashboard
Releases · alexishida/kindle-dashboard
Release list
Kindle Dashboard v1.0.6
Kindle Dashboard v1.0.6
Fixed
- Codex usage now also reads sessions written by the VS Code Codex extension running under WSL (resolved via
\\wsl.localhost\<distro>), so heavy in-editor usage is no longer missing from the dashboard when the CLI home (~/.codex) is empty. - Codex collector now reads rollouts newest-first with an early exit and asynchronous I/O, so scanning hundreds of WSL rollouts over UNC no longer blocks the main process.
Added
CODEX_EXTRA_HOMES(path-separated list) to point the Codex collector at extra.codexhomes, andCODEX_WSL_SCAN=0to disable WSL discovery.