hermes - 💡(How to fix) Fix Bug: Cannot send messages with pure Chinese characters in Desktop — requires punctuation to trigger send

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…

Fix Action

Fix / Workaround

Workaround: Append a Chinese period or a space at the end of each message before sending.

RAW_BUFFERClick to expand / collapse

Bug: Cannot send messages with pure Chinese characters in Desktop — requires punctuation to trigger send

Environment:

  • Platform: macOS 26.5
  • Hermes version: latest (via Desktop app)

Steps to reproduce:

  1. Open Hermes Desktop
  2. Type a message consisting only of Chinese characters (e.g., 你好)
  3. Press Enter or click Send

Expected behavior: Message should be sent normally, same as English input.

Actual behavior: Nothing happens when pressing Enter / clicking Send. The input stays in the text box and is not submitted. Adding any non-Chinese character (punctuation like , a space, or an English letter) to the message immediately allows it to be sent.

Notes:

  • This happens consistently with pure Chinese text of any length
  • Mixing Chinese + English or Chinese + punctuation works fine
  • The CLI version (hermes in terminal via prompt_toolkit) does not have this issue — only the Desktop GUI

Possible cause: Likely a character-encoding or input-validation issue in the Desktop client — the send trigger may be checking for a minimum content condition that pure CJK characters don't satisfy (e.g., a regex that doesn't match Unicode ranges outside ASCII).

Workaround: Append a Chinese period or a space at the end of each message before sending.

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