| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CodexBar-0.23.10-portable.zip | 2026-05-06 | 8.0 MB | |
| CodexBar-0.23.10-portable.zip.sha256 | 2026-05-06 | 97 Bytes | |
| CodexBar-0.23.10-Setup.exe | 2026-05-06 | 25.9 MB | |
| CodexBar-0.23.10-Setup.exe.sha256 | 2026-05-06 | 94 Bytes | |
| README.md | 2026-05-06 | 1.0 kB | |
| Win-CodexBar v0.23.10 source code.tar.gz | 2026-05-06 | 2.8 MB | |
| Win-CodexBar v0.23.10 source code.zip | 2026-05-06 | 3.0 MB | |
| Totals: 7 Items | 39.7 MB | 1 | |
Win-CodexBar v0.23.10
This patch release publishes the Claude provider fix for issue [#49].
Fixed
- Route active Claude OAuth token accounts through OAuth mode and pass the selected token directly into the Claude OAuth fetcher.
- Keep Claude
sessionKeytoken accounts on the web/cookie path instead of confusing them with OAuth tokens. - Report OAuth, Web, and CLI failures together in Claude Auto mode so a final CLI parse error no longer hides earlier token or cookie failures.
Validation
npm run check-locale --prefix apps/desktop-taurinpm run build --prefix apps/desktop-tauricargo fmt --all --check --manifest-path rust/Cargo.tomlcargo test --manifest-path rust/Cargo.tomlcargo clippy --manifest-path rust/Cargo.toml --all-targets -- -D warningscargo fmt --all --check --manifest-path apps/desktop-tauri/src-tauri/Cargo.tomlcargo test --manifest-path apps/desktop-tauri/src-tauri/Cargo.tomlcargo clippy --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml --all-targets -- -D warnings