Skip to content

Win-CodexBar 0.30.4

Choose a tag to compare

@Finesssee Finesssee released this 28 May 18:58
· 761 commits to main since this release

Win-CodexBar 0.30.4

This release ports the Windows-relevant pieces of upstream CodexBar v0.30.1 and adds a safer provider diagnostics path for troubleshooting.

Added

  • codexbar diagnose exports safe JSON diagnostics for provider source/config/fetch health without exposing cookies, tokens, account emails, or raw secrets.

Fixed

  • Claude OAuth HTTP 429 responses are now treated as rate limits. Background retries back off and cached Claude credentials are preserved.
  • Providers settings sidebar rows now have extra trailing room so controls do not crowd the scrollbar.
  • Keeps the recent Windows tray/shortcut relaunch fix, Claude OAuth default path, and no-console CLI probe behavior from the current line.

Notes

  • Upstream's repeated macOS status-item recreation fix is AppKit-specific; the Windows Tauri tray path does not have the same status-item recreation loop.

Validation

  • cargo fmt --all --check
  • cargo test --manifest-path rust/Cargo.toml
  • cargo test --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml
  • pnpm run build in apps/desktop-tauri
  • Windows release build + smoke install on Windows EC2