nesquena/hermes-webui

Add per-session reasoning effort support in WebUI

开放

#2,697 创建于 2026年5月21日

 (7 条评论) (0 个反应) (0 位负责人)Python (2,449 个派生)github user discovery
enhancementhelp wantedmaintainer-reviewux

仓库指标

星标
 (17,688 个星标)
PR 合并指标
 (平均合并 14小时 31分钟) (30 天内合并 314 个 PR)

描述

Summary

Please add per-session reasoning effort support to the WebUI, so it's possible to set reasoning for one conversation without changing the global/default setting for other sessions.

Problem

Right now, reasoning effort appears to be treated as a shared/global setting in the WebUI flow.

Desired behavior

  • Changing reasoning effort in one session should only affect that session.
  • New sessions should continue using the configured default unless explicitly changed.

Notes

This should mirror the session-scoped behavior available in Hermes Agent, where reasoning effort can be set per session while still falling back to a global default.

贡献者指南