| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CodexBar-0.23.11-portable.zip | < 9 hours ago | 8.0 MB | |
| CodexBar-0.23.11-portable.zip.sha256 | < 9 hours ago | 97 Bytes | |
| CodexBar-0.23.11-Setup.exe | < 9 hours ago | 25.9 MB | |
| CodexBar-0.23.11-Setup.exe.sha256 | < 9 hours ago | 94 Bytes | |
| README.md | < 10 hours ago | 925 Bytes | |
| Win-CodexBar v0.23.11 source code.tar.gz | < 10 hours ago | 2.8 MB | |
| Win-CodexBar v0.23.11 source code.zip | < 10 hours ago | 3.0 MB | |
| Totals: 7 Items | 39.7 MB | 0 | |
Win-CodexBar v0.23.11
This patch release publishes the Claude Web usage parser fix from PR [#50].
Fixed
- Handle Claude Web usage payloads that include overlapping design or routines alias fields without failing with a duplicate-field parse error.
- Keep Claude Web parse diagnostics useful without exposing raw response bodies in user-facing errors or logs.
Validation
npm run check-locale --prefix apps/desktop-taurinpm run build --prefix apps/desktop-tauricargo fmt --all --check --manifest-path rust/Cargo.tomlcargo fmt --all --check --manifest-path apps/desktop-tauri/src-tauri/Cargo.tomlcargo test --manifest-path rust/Cargo.tomlcargo test --manifest-path apps/desktop-tauri/src-tauri/Cargo.tomlcargo clippy --manifest-path rust/Cargo.toml --all-targets -- -D warningscargo clippy --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml --all-targets -- -D warnings