| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CodexBar-0.23.9-portable.zip | 2026-05-04 | 7.9 MB | |
| CodexBar-0.23.9-portable.zip.sha256 | 2026-05-04 | 96 Bytes | |
| CodexBar-0.23.9-Setup.exe | 2026-05-04 | 25.9 MB | |
| CodexBar-0.23.9-Setup.exe.sha256 | 2026-05-04 | 93 Bytes | |
| README.md | 2026-05-04 | 1.4 kB | |
| Win-CodexBar v0.23.9 source code.tar.gz | 2026-05-04 | 2.8 MB | |
| Win-CodexBar v0.23.9 source code.zip | 2026-05-04 | 3.0 MB | |
| Totals: 7 Items | 39.7 MB | 1 | |
Win-CodexBar v0.23.9
This patch release fixes the Claude CLI usage fallback for Claude Code 2.1.x and improves local release validation cleanliness.
Fixed
- Run Claude CLI
/usageprobes through a real PTY/ConPTY instead of piped stdin, so interactive slash commands are handled like terminal input. - Use an app-owned empty Claude usage probe directory and only auto-confirm Claude's workspace trust prompt for that directory, avoiding accidental trust changes for user project folders.
- Detect Claude Code 2.1.x
/usageactivity/stat screens that do not include plan limit percentages, and show a precise source-mode error instead ofClaude CLI did not return usage data. - Preserve parsing for older Claude CLI usage screens that still expose session, weekly, and model-specific percentage limits.
- Ignore host-generated macOS Tauri schema output so local desktop validation does not leave an untracked generated file.
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 test --manifest-path apps/desktop-tauri/src-tauri/Cargo.tomlcargo clippy --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml --all-targets -- -D warnings