hermes - 💡(How to fix) Fix CLI: long pasted multi-line messages silently dropped / never delivered [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#17666Fetched 2026-04-30 06:46:09
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

When pasting long multi-line text (e.g., a code review, PR description, or formatted feedback) into a Hermes CLI session, the message sometimes vanishes — the agent never receives it. The user sees their paste appear in the terminal, but the message is lost before reaching the model.

Root Cause

When pasting long multi-line text (e.g., a code review, PR description, or formatted feedback) into a Hermes CLI session, the message sometimes vanishes — the agent never receives it. The user sees their paste appear in the terminal, but the message is lost before reaching the model.

RAW_BUFFERClick to expand / collapse

Description

When pasting long multi-line text (e.g., a code review, PR description, or formatted feedback) into a Hermes CLI session, the message sometimes vanishes — the agent never receives it. The user sees their paste appear in the terminal, but the message is lost before reaching the model.

Reproduction

  1. Start a hermes CLI session (macOS, iTerm2, deepseek-v4-pro via direct provider)
  2. Paste a long multi-line message (several hundred words, structured text with code blocks, markdown, etc.)
  3. Press Enter

Observed: the message disappears. The agent shows no acknowledgment. If the user asks "did you get my message?" the agent has no record of it.

Expected: the message is processed like any other input.

Context

This happened multiple times in a single long session (~50+ turns). Shorter messages (1-2 lines) always worked. The dropped messages were typically 500-2000 words of structured review feedback.

Session was a CLI session on macOS with a long conversation history. Toolsets enabled: terminal, file, web, delegation, session_search, skills, memory, clarify, todo.

extent analysis

TL;DR

The issue can be mitigated by splitting long multi-line text into smaller chunks before pasting into the Hermes CLI session.

Guidance

  • Verify that the issue only occurs with long multi-line text (500-2000 words) and not with shorter messages.
  • Try pasting the text in smaller chunks (e.g., a few paragraphs at a time) to see if the message is processed correctly.
  • Check if the issue is specific to the deepseek-v4-pro provider or if it occurs with other providers as well.
  • Investigate if there are any limitations or character limits on the input text in the Hermes CLI session.

Example

No code snippet is provided as it is not directly relevant to the issue.

Notes

The root cause of the issue is unclear, but it may be related to input handling or character limits in the Hermes CLI session. Further investigation is needed to determine the exact cause.

Recommendation

Apply workaround: Split long multi-line text into smaller chunks before pasting into the Hermes CLI session. This is a temporary solution until the root cause of the issue can be determined and fixed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix CLI: long pasted multi-line messages silently dropped / never delivered [1 participants]