What's wrong with this entry?
Anonymous. No account, no email.
What: Intelligent editor selection that verifies editors are actually installed before attempting to use them.
How it works:
# Priority order: $VISUAL → $EDITOR → code → vi → nano
# Only selects editors that exist on the system
claude /memory
Details:
- Uses
which(Unix) orwhere(Windows) to check editor availability - Tries VS Code (
code), thenvi, thennanoin order - Trims whitespace from environment variables to prevent issues
- Throws clear error if no editor is available
- Improves reliability when opening memory files
- Evidence:
If1() at line 404558,V95() at line 404550
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.