Skip to content

Instantly share code, notes, and snippets.

@kylemanna
Created August 28, 2025 03:38
Show Gist options
  • Save kylemanna/d3c357f139283e403d5e94de49b44963 to your computer and use it in GitHub Desktop.
Save kylemanna/d3c357f139283e403d5e94de49b44963 to your computer and use it in GitHub Desktop.
Why is Cursor CLI trying to access Claude settings?
$ cursor-agent --version
2025.08.22-82fb571
$ strace cursor-agent 2>&1 | rg -i claude | sed -e "s:$HOME:\$HOME:"
access("$HOME/.claude/settings.json", F_OK) = -1 ENOENT (No such file or directory)
access("$HOME/.claude/settings.json", F_OK) = -1 ENOENT (No such file or directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment