-
Notifications
You must be signed in to change notification settings - Fork 15
Releases: jacob-bd/universal-skills-manager
Releases · jacob-bd/universal-skills-manager
v1.13.0 — Hermes Agent + Windows Unicode Fix
What's New
Hermes Agent Support
- Added Hermes Agent (NousResearch) as the 11th supported AI tool
- User scope:
~/.hermes/skills/(or$HERMES_HOME/skills/) - Project scope:
.hermes/skills/ - One-liner install:
--tools hermes $HERMES_HOMEenv var supported — critical on Windows where Hermes installs to%LOCALAPPDATA%\hermes
Windows Unicode Fix
- All 4 Python CLI scripts now force UTF-8 stdout/stderr on Windows
- Fixes
UnicodeEncodeErrorcrashes caused by cp1252 console encoding when outputting Unicode characters (✓, ✗, ⚠) - Verified working on Windows 11 with Python 3.12
Full Changelog
See CHANGELOG.md for details.