[BUG] Permission mode toggle broken on desktop app - "Permission mode couldn't be changed" – AUTO MODE not staying on

Resolved 💬 16 comments Opened May 20, 2026 by Ritvik-Choudhuri Closed May 26, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Version: v1.8089.1
OS: macOS (Apple Silicon)

Problem:
The auto mode toggle in the desktop app fails with "Permission mode couldn't be changed. You can try again." every time.

What I tried:

  • Reinstalled the app
  • Reset settings.json and settings.local.json
  • Manually added "autoApprove": true to settings.local.json
  • Checked macOS permissions and Full Disk Access
  • SIP is enabled

The setting saves to the file correctly but the app ignores it and resets to ask mode on every session.

Expected: Toggling auto mode in the UI should persist across sessions.
Actual: Toggle fails or resets immediately on every new session.

What Should Happen?

Claude should stay on auto mode and work before hoarding me.

Error Messages/Logs

Permission mode couldn't be changed. You can try again.

Steps to Reproduce

<img width="716" height="760" alt="Image" src="https://github.com/user-attachments/assets/ba28ff97-49ce-4939-87d0-35ea5b6bf06c" />

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

claude --version

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

16 Comments

github-actions[bot] · 1 month ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/59680
  2. https://github.com/anthropics/claude-code/issues/44101
  3. https://github.com/anthropics/claude-code/issues/60277

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

guy342 · 1 month ago

Someone, please fix it, it's unbearable 🤦‍♂️

alexmoorewizmo · 1 month ago

I have same issue, nothing fixes it.

ivankatereniyk · 1 month ago

windows 11, claude desktop 1.8555.0.0 — same thing here, not just mac.

open a new chat, bypass permissions is on like the setting says. send first message — app silently flips itself to accept edits and throws an error saying enable bypass permissions in settings. which is, obviously, already enabled. try to switch it back — "permission mode couldn't be changed."

every update something else breaks

Christopher-Andrade · 1 month ago

Same issue here. It was working fine until about 2 days ago. I think the latest update broke it? I am unable to set to Auto Mode (4) or Bypass Permissions (5).

<img width="615" height="216" alt="Image" src="https://github.com/user-attachments/assets/b17cc43b-5f6e-4b8b-a99f-f6eb57c895e4" />

vashchukmaksim · 1 month ago

Same, was working fine yesterday now nothing helps to turn it on.

<img width="474" height="70" alt="Image" src="https://github.com/user-attachments/assets/9aa7945e-53c6-4b0a-9a9e-cb9d82a72cd7" />

mon-jai · 1 month ago

Reinstalling Claude Code with an older version fixes this issue.

There is no official mirror though. Anthropics you are better than that.

https://claude.en.uptodown.com/windows/download/1163267003

xdhrvt · 1 month ago

What I observe : the permissions switch back to "accept changes" after toggling between windows on the mac using Cmd-tab !! Particularly annoying I have to say... Fix would be welcome...

tmalausa · 1 month ago
jay98 · 1 month ago

Seeing this same thing very annoying

ywenhao · 1 month ago

Please fix it.

uiharuayako · 1 month ago

<img width="495" height="100" alt="Image" src="https://github.com/user-attachments/assets/0201a418-d1b0-481c-a0ea-87114d2cb752" />exactly same for me

thatsrealstonehorsethatimriding · 1 month ago

having same issue

LunevNF · 1 month ago

Ебанутые олени, вы хотя бы тестируете свой софт? Решайте эту залупу под виндой тоже

LunevNF · 1 month ago

Windows - same problem with last version
Version 1.9255.0 (a22af1)

fucknoobhanzo · 1 month ago
Windows - same problem with last version Version 1.9255.0 (a22af1)

Close Claude Desktop, then add "bypassPermissionsModeEnabled": true to the preferences section in claude_desktop_config.json:

  • 3p: %LOCALAPPDATA%\Claude-3p\claude_desktop_config.json
  • Store: %APPDATA%\Claude\claude_desktop_config.json
{
  "deploymentMode": "3p",
  "coworkUserFilesPath": "C:\\Users\\my\\Claude",
  "preferences": {
    "coworkScheduledTasksEnabled": true,
    "ccdScheduledTasksEnabled": false,
    "sidebarMode": "epitaxy",
    "bypassPermissionsModeEnabled": true,
    "bypassPermissionsOptInByAccount": {
      "a862753b-d6e9-4c66-9ffd-62ef7a970eef": true
    },
    "bypassPermissionsGateByAccount": {
      "a862753b-d6e9-4c66-9ffd-62ef7a970eef": true
    },
    "coworkWebSearchEnabled": true,
    "remoteToolsDeviceName": "desktop-39jh5vi",
    "epitaxyPrefs": {
      "cc-landing-draft-permission-mode": "acceptEdits",
      "cc-landing-worktree-enabled": false,
      "claude-code-preferred-editor": "vscode",
      "dframe-local-slice": {
        "pinnedOrder": [],
        "customGroupAssignments": {},
        "customGroupOrder": {}
      },
      "epitaxy-folder-permission-mode.a862753b-d6e9-4c66-9ffd-62ef7a970eef": {
        "D:\\my-skills": "bypassPermissions"
      },
      "epitaxy-perm-mode-acks.a862753b-d6e9-4c66-9ffd-62ef7a970eef": [
        "D:\\my-skills:bypassPermissions"
      ],
      "starred-cowork-spaces": [],
      "starred-local-code-sessions": [],
      "starred-session-groups": []
    }
  }
}

Save and restart Claude Desktop. Note: the app may rewrite this file on restart and strip the field, so you might need to re-add it.