mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-28 18:19:28 +00:00
Two remaining formatting variants that silently killed file delivery: - A trailing sentence period (MEDIA:/x/data.csv.) failed the boundary lookahead, so the tag neither extracted nor stripped. The period is now accepted as a boundary only when followed by whitespace/EOL, keeping multi-part extensions (.tar.gz) intact. - A whole tag wrapped in inline code (`MEDIA:/x/data.csv`) was masked as a prose example (#35695). Models routinely format paths as inline code, eating real deliveries. Inline-code tags now deliver when the path validates on disk; non-existent example paths stay masked and fenced code blocks remain fully masked. Adds a regression matrix covering both plus the salvaged contributor fixes (emphasis wrap, glued tags, glued [[as_document]], dedupe, unknown-extension and extensionless delivery). |
||
|---|---|---|
| .. | ||
| qqbot | ||
| __init__.py | ||
| _http_client_limits.py | ||
| ADDING_A_PLATFORM.md | ||
| api_server.py | ||
| base.py | ||
| bluebubbles.py | ||
| helpers.py | ||
| msgraph_webhook.py | ||
| signal.py | ||
| signal_format.py | ||
| signal_rate_limit.py | ||
| webhook.py | ||
| webhook_filters.py | ||
| weixin.py | ||
| whatsapp_cloud.py | ||
| whatsapp_common.py | ||
| yuanbao.py | ||
| yuanbao_media.py | ||
| yuanbao_proto.py | ||
| yuanbao_sticker.py | ||