mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
- Fix failing test: use display_text/display_meta_text instead of str() on prompt_toolkit FormattedText objects - Add regression guard: EXPECTED_COMMANDS set ensures no command silently disappears from the shared dict - Add edge case tests: non-slash input, empty input, partial vs exact match trailing space, builtin display_meta content - Add skill provider tests: None provider, exception swallowing, description truncation at 50 chars, missing description fallback, exact-match trailing space on skill commands - Total: 15 tests (up from 4)