Created
August 28, 2025 03:38
-
-
Save kylemanna/d3c357f139283e403d5e94de49b44963 to your computer and use it in GitHub Desktop.
Why is Cursor CLI trying to access Claude settings?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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