mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-29 04:10:00 +08:00
- /v1/responses ignores body.session_id and generates a fresh server-side session for each request, causing the Hermes sessions list to grow by one entry per ClawPanel message. - /v1/runs honors body.session_id directly, so reversing the call priority (try /v1/runs first; fall back to /v1/responses on HTTP 404 for older Hermes Agent builds) lets sessions group naturally without breaking backward compatibility.