From 271130af56273620537a8461714c60cc00a2da2c Mon Sep 17 00:00:00 2001 From: doer <840004959@qq.com> Date: Sat, 23 May 2026 16:42:14 +0800 Subject: [PATCH] feat(cli): expand system prompt by default in HTML export --- hermes_cli/session_export_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes_cli/session_export_html.py b/hermes_cli/session_export_html.py index 1e3dc17b258..09bfbc02948 100644 --- a/hermes_cli/session_export_html.py +++ b/hermes_cli/session_export_html.py @@ -800,7 +800,7 @@ def generate_multi_session_html_export(sessions: List[Dict[str, Any]]) -> str: system_html = "" if system_prompt: system_html = f''' -
+
{ICON_CHEVRON_RIGHT.replace('class="', 'class="chevron ')} {ICON_SHIELD} System Prompt (Persona)