| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClaudeBar-0.4.0.dmg | 2026-02-03 | 13.8 MB | |
| ClaudeBar-0.4.0.dmg.sha256 | 2026-02-03 | 86 Bytes | |
| ClaudeBar-0.4.0.zip | 2026-02-03 | 13.8 MB | |
| ClaudeBar-0.4.0.zip.sha256 | 2026-02-03 | 86 Bytes | |
| ClaudeBar v0.4.0 source code.tar.gz | 2026-02-03 | 46.7 MB | |
| ClaudeBar v0.4.0 source code.zip | 2026-02-03 | 46.9 MB | |
| README.md | 2026-02-03 | 2.9 kB | |
| Totals: 7 Items | 121.1 MB | 0 | |
What's New
Added
- Claude API Mode: New alternative to CLI mode that fetches quota data directly via Anthropic's OAuth API. Faster than CLI mode (no subprocess spawning), with automatic token refresh. Switch between modes in Settings → Claude Configuration.
- Claude Configuration Card: New settings panel to choose between CLI mode (default, uses
claude /usagecommand) and API mode (direct HTTP API calls using OAuth credentials). - Copilot Manual Usage Override: For users with organization-based Copilot subscriptions where API data isn't available, manually enter your usage from GitHub settings. Supports both request counts (e.g., "99") and percentages (e.g., "198%").
- Copilot Monthly Limit Configuration: Choose your Copilot plan tier (Free/Pro: 50, Business: 300, Enterprise: 1000, Pro+: 1500) for accurate quota calculations.
- Over-Quota Display: Negative percentages now display correctly when you've exceeded your quota limit (e.g., -98% when using 99 of 50 requests).
Improved
- Better Error Messages: When Claude API session expires, shows user-friendly message: "Session expired. Run
claudein terminal to log in again." - Gemini Quota Accuracy: Falls back to any available GCP project when primary project isn't found, ensuring quota data is displayed.
- Auto-Trust Probe Directory: Automatically trusts the probe working directory when Claude CLI shows trust dialog, eliminating manual intervention.
- CLAUDE_CONFIG_DIR Support: Respects custom Claude configuration directory for trust file location.
Fixed
- Copilot Dashboard URL: Now links directly to GitHub Copilot features page for easier usage viewing.
- Copilot Usage Period Reset: Manual usage entries automatically clear when billing period changes.
- Schema Validation: Guards against unexpected config file schemas to prevent crashes.
Technical
- Added
ClaudeAPIUsageProbewith OAuth token refresh viahttps://platform.claude.com/v1/oauth/token - Added
ClaudeCredentialLoaderfor loading OAuth credentials from~/.claude/.credentials.jsonor Keychain - Added
ClaudeProbeModeenum andClaudeSettingsRepositoryprotocol for probe mode persistence - Extended
ClaudeProviderwith dual probe support (CLI + API) and mode switching - Added
ProbeError.sessionExpiredcase with user-friendly error description - Migrated build system to Tuist for dependency management
- Updated aws-sdk-swift and SwiftTerm dependencies
Installation
Option 1: DMG (Recommended)
1. Download ClaudeBar-0.4.0.dmg
2. Open the DMG and drag ClaudeBar.app to Applications
3. Launch from Applications folder
Option 2: ZIP
1. Download ClaudeBar-0.4.0.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.0.zip.sha256