Commit ff15344
fix(hermes-cli): correct CLI invocation (#2)
The hermes-cli adapter was calling `hermes -p <prompt>`, which is not
a valid flag in the current Hermes CLI. The correct non-interactive
invocation is `hermes chat -q <prompt> -Q` (-Q suppresses the banner
and spinner so stdout stays clean for streaming capture).
Bug spotted by @aitorf2 in PR #1; landing this slice independently
ahead of the larger review.
Co-authored-by: aitorf2 <63227344+aitorf2@users.noreply.github.com>1 parent f65eaaf commit ff15344
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments