diff --git a/hermes_cli/tips.py b/hermes_cli/tips.py index cf68d5eecd..71bace524a 100644 --- a/hermes_cli/tips.py +++ b/hermes_cli/tips.py @@ -245,7 +245,7 @@ TIPS = [ "Three plugin types: general (tools/hooks), memory providers, and context engines.", "hermes plugins install owner/repo installs plugins directly from GitHub.", "8 external memory providers available: Honcho, OpenViking, Mem0, Hindsight, and more.", - "Plugin hooks include pre_tool_call, post_tool_call, pre_llm_call, post_llm_call, and transform_terminal_output for foreground terminal output canonicalization.", + "Plugin hooks include pre/post_tool_call, pre/post_llm_call, and transform_terminal_output for output canonicalization.", # --- Miscellaneous --- "Prompt caching (Anthropic) reduces costs by reusing cached system prompt prefixes.", diff --git a/scripts/release.py b/scripts/release.py index 679e4bd5b3..469054adcc 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -299,6 +299,7 @@ AUTHOR_MAP = { "zhurongcheng@rcrai.com": "heykb", "withapurpose37@gmail.com": "StefanIsMe", "261797239+lumenradley@users.noreply.github.com": "lumenradley", + "166376523+sjz-ks@users.noreply.github.com": "sjz-ks", }