Existing issues
What happened?
Claude usage stopped working after upgrading from v0.48.0 to v0.53.0.
The error says to enable 'Allow reading Claude Code's credentials' under Settings → Providers → Claude. That option doesn't exist.
Claude Code itself is logged in and working. claude auth status --json returns loggedIn: true.
Expected: expose the setting mentioned by the error and allow OAuth usage to work after consent.
Affected area
Steps to reproduce
- Use Claude successfully with Win-CodexBar v0.48.0.
- Upgrade to v0.53.0.
- Refresh Claude usage.
- See the credential-reading error.
- Open Settings → Providers → Claude.
- Confirm the referenced setting is missing.
Logs, screenshots, or recordings
Claude usage failed from all configured sources.
Web: no Claude cookies available
OAuth: Reading Claude Code's credentials is off. Enable "Allow reading Claude Code's credentials" in Settings → Providers → Claude.
CLI: Parse error: Claude CLI did not return usage data
App version
v0.53.0
Windows version
Windows 11 Pro 25H2
Additional context
v0.53.0 adds claude_allow_reading_claude_code_credentials, defaulting to false, but it doesn't appear to expose it in the Windows UI.
Setting: https://github.com/nesszer/Win-CodexBar/blob/v0.53.0/rust/src/settings.rs#L309-L318
OAuth check: https://github.com/nesszer/Win-CodexBar/blob/v0.53.0/rust/src/providers/claude/oauth/credentials_store.rs#L96-L105
Likely fix is to expose this setting in the Claude provider UI and wire it through settings persistence
Existing issues
What happened?
Claude usage stopped working after upgrading from v0.48.0 to v0.53.0.
The error says to enable 'Allow reading Claude Code's credentials' under Settings → Providers → Claude. That option doesn't exist.
Claude Code itself is logged in and working.
claude auth status --jsonreturnsloggedIn: true.Expected: expose the setting mentioned by the error and allow OAuth usage to work after consent.
Affected area
Steps to reproduce
Logs, screenshots, or recordings
App version
v0.53.0
Windows version
Windows 11 Pro 25H2
Additional context
v0.53.0 adds
claude_allow_reading_claude_code_credentials, defaulting tofalse, but it doesn't appear to expose it in the Windows UI.Setting: https://github.com/nesszer/Win-CodexBar/blob/v0.53.0/rust/src/settings.rs#L309-L318
OAuth check: https://github.com/nesszer/Win-CodexBar/blob/v0.53.0/rust/src/providers/claude/oauth/credentials_store.rs#L96-L105
Likely fix is to expose this setting in the Claude provider UI and wire it through settings persistence