Incorrect User Memory Path in Memory Selection Menu

Resolved 💬 4 comments Opened Jun 19, 2025 by MiddSea Closed Jan 4, 2026

Bug Description

Describe the issue below:
Path name in /memory wrong. I am choosing user memory, but the path is not correct.
This is wrong:
---

> /memory 
╭────────────────────────────────────────────────────────────────╮
│                                                                │
│ Select memory to edit:                                         │
│                                                                │
│    1. Project memory          Checked in at ./CLAUDE.md        │
│    2. Project memory (local)  Gitignored in ./CLAUDE.local.md  │
│  ❯ 3. User memory             Saved in ~/.claude/CLAUDE.md     │
│                                                                │
│ 18 memories in ~/CLAUDE.md                                     │
│                                                                │
╰────────────────────────────────────────────────────────────────╯
⎿ Opened user memory at ~/CLAUDE.md 

---
The correct path is
~/.claude/CLAUDE.md
which is what was opened by claude-code
And also
2. Project memory (local)` is deprecated. Imports are now used.

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 1.0.30
  • Feedback ID: ecbd4dad-f5d7-451a-9214-fae0a4289585

Errors

[{"error":"Error: Command failed: security find-generic-password -a $USER -w -s \"Claude Code\"\nsecurity: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.\n\n    at genericNodeError (node:internal/errors:983:15)\n    at wrappedFn (node:internal/errors:537:14)\n    at checkExecSyncError (node:child_process:882:11)\n    at execSync (node:child_process:954:15)\n    at NZ (file:///Users/sean.middleton/.nvm/versions/node/v23.10.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:699:3921)\n    at file:///Users/sean.middleton/.nvm/versions/node/v23.10.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:622:9014\n    at Q (file:///Users/sean.middleton/.nvm/versions/node/v23.10.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:526:17199)\n    at QX (file:///Users/sean.middleton/.nvm/versions/node/v23.10.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:622:8160)\n    at kS (file:///Users/sean.middleton/.nvm/versions/node/v23.10.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:622:7241)\n    at L9 (file:///Users/sean.middleton/.nvm/versions/node/v23.10.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:622:11408)","timestamp":"2025-06-19T18:15:40.308Z"}]

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗