generated from nhcarrigan/template
e4b27bdff3e4f3428f144b1a2411c692cb7fadd1
Resolves #137 Claude CLI commands (plugin list, MCP list, version check, etc.) were being executed directly in Windows context where the `claude` binary doesn't exist. This caused "program not found" errors across the UI. Changes: - Added `create_claude_command()` helper that automatically prefixes commands with `wsl` on Windows builds - Updated 7 command functions to use the helper: - get_claude_version - list_plugins - install_plugin - uninstall_plugin - list_mcp_servers - enable_mcp_server - disable_mcp_server - Added comprehensive tests for both Windows and Linux contexts This ensures all Claude CLI commands execute in the correct WSL context on Windows, fixing the memory pane, plugin pane, MCP servers pane, and CLI version detection. ✨ 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