generated from nhcarrigan/template
fix: validate Claude binary installation before connection
Add check to verify that the Claude CLI is installed before attempting to start a connection. If the binary is not found via `which claude`, show a helpful error message with installation instructions. Changes: - Add Claude binary check using `which` command in WslBridge::start() - Return clear error message with installation command if not found - Add test coverage for the binary check logic - Update CLAUDE.md with Quality Assurance section and check-all.sh docs The error message guides users to install Claude Code using: curl -fsSL https://claude.ai/install.sh | bash ✨ This fix was implemented by Hikari~ 🌸
This commit is contained in:
Generated
+1
-1
@@ -1636,7 +1636,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "hikari-desktop"
|
||||
version = "1.4.0"
|
||||
version = "1.5.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"dirs 5.0.1",
|
||||
|
||||
Reference in New Issue
Block a user