nesquena/hermes-webui

Add per-session reasoning effort support in WebUI

Aberta

#2.697 aberto em 21 de mai. de 2026

 (7 comentários) (0 reação) (0 responsável)Python (2.449 forks)github user discovery
enhancementhelp wantedmaintainer-reviewux

Métricas do repositório

Stars
 (17.688 estrelas)
Métricas de merge de PR
 (Mesclagem média 14h 31m) (314 fundiu PRs em 30d)

Description

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.

Guia do colaborador