Added
- Hermes Agent Support —
nlm skill install hermesnow installs the NotebookLM skill for Hermes Agent by NousResearch. Respects the$HERMES_HOMEenvironment variable for custom install paths.
Fixed
- Windows Tool Detection —
nlm skill installno longer falsely warns that tools are not installed on Windows. - Windows Permission Errors —
safe_mkdirnow catchesPermissionErrorand provides an actionableicaclsfix command instead of a raw traceback. - Windows Encoding Errors — All
read_text()/write_text()calls now explicitly specifyencoding="utf-8"to preventUnicodeDecodeErroron Windows systems that default tocp1252. - CLI Studio Status Missing Mind Maps —
nlm studio statusnow routes through the service layer so mind maps are included.
Changed
- Shared
is_tool_on_system()helper,ToolConfigTypedDict, update-check crash guard. - Updated file upload docs with complete supported formats list.
Full Changelog: v0.6.8...v0.6.9