Commit 133b0d8
Kandev Agent
fix(backend): tighten Hermes ACP detection and correct install comment
Address PR #1117 review feedback:
- IsInstalled now matches the Nous Research version banner ("Hermes Agent
v…") via WithCommandOutput instead of a bare LookPath, so a stray
`hermes-engine` (Meta's Hermes JS engine, common in React Native setups)
on PATH no longer falsely reports the ACP agent as available.
- Struct comment now describes the multi-step Python/uv install flow that
matches what InstallScript returns, instead of the stale curl|bash line.1 parent 254cee4 commit 133b0d8
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 | | |
70 | 77 | | |
71 | 78 | | |
| |||
0 commit comments