mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-23 10:42:00 +00:00
* fix(desktop): filter undefined entries in AttachmentList to prevent refText crash on session switch When switching sessions, the attachments array can contain stale/undefined entries from the previous session's state. Accessing attachment.refText on an undefined entry throws TypeError, breaking session switching entirely. Fix: add .filter(Boolean) before .map() to skip undefined/null entries. Fixes #49614 * fix(desktop): update I18nConfigClient usage in attachment test The i18n config API changed from getLocale/saveLocale to getConfig/saveConfig. Update the test fixture to match. |
||
|---|---|---|
| .. | ||
| bootstrap-installer | ||
| desktop | ||
| shared | ||