| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClaudeBar-0.4.2.dmg | < 24 hours ago | 14.1 MB | |
| ClaudeBar-0.4.2.dmg.sha256 | < 24 hours ago | 86 Bytes | |
| ClaudeBar-0.4.2.zip | < 24 hours ago | 14.2 MB | |
| ClaudeBar-0.4.2.zip.sha256 | < 24 hours ago | 86 Bytes | |
| ClaudeBar v0.4.2 source code.tar.gz | < 24 hours ago | 46.7 MB | |
| ClaudeBar v0.4.2 source code.zip | < 24 hours ago | 46.9 MB | |
| README.md | < 24 hours ago | 1.9 kB | |
| Totals: 7 Items | 121.9 MB | 0 | |
What's New
Added
- Codex API Mode: New alternative to RPC mode that fetches quota data directly via the ChatGPT backend API. Faster than RPC mode (no subprocess spawning), with automatic OAuth token refresh. Switch between modes in Settings → Codex Configuration.
- Codex Configuration Card: New settings panel to choose between RPC mode (default, uses
codex app-serverJSON-RPC) and API mode (direct HTTP API calls using OAuth credentials from~/.codex/auth.json).
Improved
- Codebase Organization: Reorganized Infrastructure and Domain layers from mechanism-based grouping (
CLI/,Adapters/,AWS/) to provider-based grouping (Claude/,Codex/,Gemini/, etc.), making it easier to find all files related to a specific provider.
Technical
- Added
CodexAPIUsageProbecallinghttps://chatgpt.com/backend-api/wham/usagewith OAuth token refresh viahttps://auth.openai.com/oauth/token - Added
CodexCredentialLoaderfor loading OAuth credentials from~/.codex/auth.json - Added
CodexProbeModeenum (.rpc,.api) andCodexSettingsRepositoryprotocol for probe mode persistence - Extended
CodexProviderwith dual probe support (RPC + API) and mode switching - Reorganized
Sources/Infrastructure/into provider-level folders (Claude/,Codex/,Gemini/,Copilot/,Antigravity/,Zai/,Bedrock/,Shared/) - Reorganized
Sources/Domain/Provider/andTests/InfrastructureTests/to mirror the same provider-first structure
Installation
Option 1: DMG (Recommended)
1. Download ClaudeBar-0.4.2.dmg
2. Open the DMG and drag ClaudeBar.app to Applications
3. Launch from Applications folder
Option 2: ZIP
1. Download ClaudeBar-0.4.2.zip
2. Unzip and move ClaudeBar.app to Applications
3. Launch from Applications folder
Verification
SHA256 checksums are provided. Verify with:
:::bash
shasum -a 256 -c ClaudeBar-0.4.2.zip.sha256