()
| 125 | * Loads the current Claude binary path |
| 126 | */ |
| 127 | const loadClaudeBinaryPath = async () => { |
| 128 | try { |
| 129 | const path = await api.getClaudeBinaryPath(); |
| 130 | setCurrentBinaryPath(path); |
| 131 | } catch (err) { |
| 132 | console.error("Failed to load Claude binary path:", err); |
| 133 | } |
| 134 | }; |
| 135 | |
| 136 | /** |
| 137 | * Loads the current Claude settings |