hermes-agent/plugins
liuhao1024 eb048772f6 fix(simplex): use structured /_send for standalone DM text sends
The _standalone_send() function (used by the send_message tool for
proactive/scheduled sends) has the same bare `@<id> text` bug that
send() had before PR #44444. SimpleX's `@<x>` syntax resolves x as a
display name, not a contactId — the daemon silently drops messages
when it cannot find a contact named "6".

Use the structured `/_send @<id> json [...]` form, matching what
send_image, send_document, and the send() fix already use.

Fixes #46265
2026-08-08 13:56:12 +05:30
..
browser
context_engine
cron_providers fix(cron): surface initial scheduler registration failures 2026-08-07 17:45:06 +05:30
dashboard_auth
disk-cleanup
google_meet
hermes-achievements
image_gen
kanban
memory fix(openviking): catch endpoint errors in setup validation functions 2026-08-03 20:35:47 +05:30
model-providers add Hermes headers to Fireworks provider (#81321) 2026-08-07 20:56:29 +00:00
observability
platforms fix(simplex): use structured /_send for standalone DM text sends 2026-08-08 13:56:12 +05:30
security-guidance
spotify
teams_pipeline
video_gen
web
__init__.py
plugin_utils.py