Skip to content

AI Usage Dashboard v0.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 01:38
· 23 commits to main since this release
cb13665

AI Usage Dashboard v0.5.0

This release makes the three-platform settings and provider-auth paths
consistent, adds a write-only DeepSeek key field, and ships the window-mode,
status, cache, and release-packaging hardening completed for the 0.5 line.

Highlights

  • Settings: choose normal or borderless fullscreen mode and provider panels;
    replace the DeepSeek API key through a write-only field without returning it
    to the renderer.
  • Provider status: distinguish missing credentials, expired/forbidden auth,
    rate limits, credential-file failures, and generic transport/API errors.
  • Windows: default Ubuntu WSL Codex discovery reliably reads the signed-in
    ~/.codex/auth.json fallback; native and explicit WSL/UNC overrides remain
    supported.
  • Security: Mac/Linux config replacements are created with mode 0600;
    credentials stay outside the renderer and sanitized usage cache.
  • Reliability: BOM-tolerant config/cache loading, transactional settings
    saves with rollback, persisted bounded Retry-After cooldowns, and
    version-aware release staging.

Install

Windows

winget install --id neyham.AIUsageDashboard --exact --source winget

Or download the NSIS installer.

Linux

curl -fsSL https://github.com/neyham/ai-usage-dashboard/releases/download/v0.5.0/install-linux.sh | sh

macOS

curl -fsSL https://github.com/neyham/ai-usage-dashboard/releases/download/v0.5.0/install-macos.sh | sh

All published assets are listed in the v0.5.0 GitHub Release and accompanied by AI-Usage-Dashboard_0.5.0_SHA256SUMS.txt.

Installers are unsigned. Screensaver and scheduled-idle helpers remain
Windows-only; Grok Build remains opt-in.