From 6891e05e78b67beac3ef4f2f5acbdbd24f4e9e7b Mon Sep 17 00:00:00 2001 From: Niels Kaspers Date: Sun, 17 May 2026 13:21:33 +0300 Subject: [PATCH] docs: fix session recap image baseUrl --- website/docs/user-guide/sessions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/user-guide/sessions.md b/website/docs/user-guide/sessions.md index 6b051d0d7..fa55080c2 100644 --- a/website/docs/user-guide/sessions.md +++ b/website/docs/user-guide/sessions.md @@ -4,6 +4,8 @@ title: "Sessions" description: "Session persistence, resume, search, management, and per-platform session tracking" --- +import useBaseUrl from '@docusaurus/useBaseUrl'; + # Sessions Hermes Agent automatically saves every conversation as a session. Sessions enable conversation resume, cross-session search, and full conversation history management. @@ -144,7 +146,7 @@ Session IDs are shown when you exit a CLI session, and can be found with `hermes When you resume a session, Hermes displays a compact recap of the previous conversation in a styled panel before the input prompt: -Stylized preview of the Previous Conversation recap panel shown when resuming a Hermes session. +Stylized preview of the Previous Conversation recap panel shown when resuming a Hermes session.

Resume mode shows a compact recap panel with recent user and assistant turns before returning you to the live prompt.

The recap: