Skip to content

fix(hermes-cli): correct CLI invocation#2

Merged
PythonLuvr merged 1 commit into
mainfrom
fix/hermes-cli-invocation
May 24, 2026
Merged

fix(hermes-cli): correct CLI invocation#2
PythonLuvr merged 1 commit into
mainfrom
fix/hermes-cli-invocation

Conversation

@PythonLuvr
Copy link
Copy Markdown
Owner

@PythonLuvr PythonLuvr commented May 24, 2026

The hermes-cli adapter was calling `hermes -p `, which is not a valid flag in the current Hermes CLI. The correct non-interactive invocation is `hermes chat -q -Q` (-Q suppresses the banner/spinner for clean stdout capture).

Bug spotted by @aitorf2 in #1; landing this slice independently ahead of the larger review there. Credit preserved via `Co-Authored-By`.

Test plan

  • Hermes channel can send a message and stream a reply
  • No spurious banner text in the first stdout chunk

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>
@PythonLuvr PythonLuvr merged commit ff15344 into main May 24, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant