generated from nhcarrigan/template
bd5d7685d816f0457a633f55243f42772abdddba
The memory files tab was empty on Windows production builds because `list_memory_files()` was using `dirs::home_dir()` which returns the Windows home directory (C:\Users\...), but Claude Code stores memory files in the WSL home directory (~/.claude/projects/.../memory/). Solution: - Split into platform-specific implementations - Windows: Use WSL command to find and list memory files in WSL home - Linux/Mac: Continue using native filesystem access - Use `bash -l` to ensure proper PATH and home directory resolution This matches the pattern used for other file operations throughout the codebase (read_file, write_file, list_directory, etc.). Fixes empty memory files tab on Windows whilst maintaining full functionality on Linux/Mac. ✨ This fix was created by Hikari~ 🌸
hikari-desktop
Desktop companion application featuring Hikari.
Live Version
This page is currently deployed. View the live website.
Feedback and Bugs
If you have feedback or a bug report, please log a ticket on our forum.
Contributing
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our contributing guidelines first.
Code of Conduct
Before interacting with our community, please read our Code of Conduct.
License
This software is licensed under our global software license.
Copyright held by Naomi Carrigan.
Contact
We may be contacted through our Chat Server or via email at contact@nhcarrigan.com
Description