Files
hikari-desktop/src-tauri
hikari dfbb6a9b64
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 2m9s
CI / Lint & Test (pull_request) Successful in 21m19s
CI / Build Linux (pull_request) Successful in 24m4s
CI / Build Windows (cross-compile) (pull_request) Successful in 34m53s
fix: dynamically resolve Claude binary path on Windows
Previously hardcoded `/home/naomi/.local/bin/claude` which would break
for other users. Now uses `wsl -e bash -l -c "which claude"` to find
the Claude binary dynamically using a login shell that has the full PATH.

Also updated 6 plugin/marketplace functions that were still using
`std::process::Command::new("claude")` directly instead of the
`create_claude_command()` helper:
- enable_plugin
- disable_plugin
- update_plugin
- list_marketplaces
- add_marketplace
- remove_marketplace

This ensures all Claude CLI commands work properly on Windows regardless
of where Claude is installed, whilst maintaining backwards compatibility.

 This fix was created by Hikari~ 🌸
2026-02-08 12:33:26 -08:00
..
2026-01-28 12:51:05 -08:00
2026-01-14 20:56:28 -08:00
2026-01-14 20:56:28 -08:00
2026-02-07 21:20:11 -08:00
2026-02-07 21:20:11 -08:00