Skip to content

[Bug]: v0.53.0 references missing Claude credential setting #347

Description

@Uberuvy

Existing issues

  • I searched existing issues and did not find a duplicate.

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

  • Tray panel
  • Settings UI
  • Config file / settings persistence
  • CLI
  • Provider-specific behavior
  • Installer / release packaging
  • Startup / background behavior
  • Other

Steps to reproduce

  1. Use Claude successfully with Win-CodexBar v0.48.0.
  2. Upgrade to v0.53.0.
  3. Refresh Claude usage.
  4. See the credential-reading error.
  5. Open Settings → Providers → Claude.
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions