Skip to content

Win-CodexBar 0.32.4

Choose a tag to compare

@Finesssee Finesssee released this 01 Jun 18:04
· 760 commits to main since this release

What's Changed

  • Fixed OpenRouter credits fetching by routing requests to the canonical /api/v1/credits endpoint instead of the broken /api/v1/auth/credits path that returned 404.
  • Aligned OpenRouter key introspection with the upstream /api/v1/key endpoint.
  • Added OpenRouter URL regression tests so the credits/key endpoint paths stay locked.

Validation

  • cargo test --manifest-path rust/Cargo.toml openrouter -- --nocapture
  • cargo check --manifest-path rust/Cargo.toml --all-targets
  • cargo check --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml --all-targets
  • pnpm --dir apps/desktop-tauri run build
  • cargo fmt --all --check
  • Windows release build with smoke install/uninstall passed for the installer artifact.

Checksums

72d12a8222d16b4a072f2940a321a10f9e2e78de87baea4737fd9cd526845e96  CodexBar-0.32.4-Setup.exe
9b8a433662aebad04cab8db23081c1eeee7ed42be0a31555818cc8cbf0465b4d  CodexBar-0.32.4-portable.exe

Thanks @sbe27 for the report and PR.