Cursor was able to recognize ~/.claude/CLAUDE.md initially, but changes I made to CLAUDE.md AFTER that were not visible to Cursor. I tried reloading the window and starting new chats without luck.
Steps to Reproduce
get the latest cursor version that can parse CLAUDE.md files
let cursor parse out the ~/.claude/CLAUDE.md
edit ~/.claude/CLAUDE.md
check if the edits are visible in the Cursor settings (or by asking a new chat agent)
Expected Behavior
I expect the new chat agents / cursor settings to be in sync with ~/.claude/CLAUDE.md on disk.
It looks like Cursor only parses ~/.claude/CLAUDE.md on startup or first use right now. There’s no dynamic reload yet. This is a known limitation.
Try this workaround:
Fully quit Cursor (not just “Reload Window”)
Launch the app again
That should pick up the changes from CLAUDE.md.
Another option is to use .cursor/rules in your project instead of the global ~/.claude/CLAUDE.md. These rules are tracked better, and you can manage them via Settings > Rules.
Let me know if a full restart fixed it. If this is critical for your workflow, please share a bit more about how often you change CLAUDE.md and why. That’ll help us prioritize a fix.
Thank you for the speedy reply. It is not super critical for us right now, just an inconvenience. We make updates to ~/.claude/CLAUDE.md pretty frequently and currently manually re-applying those in Cursor via cursor settings.