generated from nhcarrigan/template
fix: memory files tab empty on Windows #140
Reference in New Issue
Block a user
Delete Branch "fix/memory-files-windows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes the memory files tab showing as empty on Windows production builds and the "forbidden path" error when trying to read memory files.
Changes
1. List memory files from WSL home directory (commit 1)
list_memory_files()into platform-specific implementationsbash -lto find memory files in WSL home (~/.claude/projects/.../memory/)dirs::home_dir()which returns Windows home (C:\Users\...), but Claude Code stores files in WSL home2. Use backend command for reading files (commit 2)
readTextFileplugin toread_file_contentbackend commandread_file_via_wsl()Testing
Related Issues
Fixes the memory files tab functionality on Windows whilst maintaining full compatibility with Linux/Mac.
✨ This PR was created by Hikari~ 🌸