Skip to content

Releases: alexishida/kindle-dashboard

Kindle Dashboard v1.0.6

Choose a tag to compare

@alexishida alexishida released this 01 Jul 04:40

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 .codex homes, and CODEX_WSL_SCAN=0 to disable WSL discovery.