fix(gateway): make /reasoning session-scoped by default - #15533
Merged
teknium1 merged 1 commit intoApr 26, 2026
Conversation
Collaborator
teknium1
added a commit
that referenced
this pull request
Apr 26, 2026
Follow-up to #15533 (merged). Prevents release notes CI from attributing the contributor to the placeholder.
donald131
pushed a commit
to donald131/hermes-agent
that referenced
this pull request
May 2, 2026
…h#15825) Follow-up to NousResearch#15533 (merged). Prevents release notes CI from attributing the contributor to the placeholder.
02356abc
pushed a commit
to 02356abc/hermes-agent
that referenced
this pull request
May 14, 2026
…h#15825) Follow-up to NousResearch#15533 (merged). Prevents release notes CI from attributing the contributor to the placeholder.
dannyJ848
pushed a commit
to dannyJ848/hermes-agent
that referenced
this pull request
May 17, 2026
…h#15825) Follow-up to NousResearch#15533 (merged). Prevents release notes CI from attributing the contributor to the placeholder.
This was referenced May 24, 2026
gweeteve
pushed a commit
to gweeteve/hermes-agent
that referenced
this pull request
Jun 2, 2026
…h#15825) Follow-up to NousResearch#15533 (merged). Prevents release notes CI from attributing the contributor to the placeholder.
waefrebeorn
pushed a commit
to waefrebeorn/slermes
that referenced
this pull request
Jul 2, 2026
…h#15825) Follow-up to NousResearch#15533 (merged). Prevents release notes CI from attributing the contributor to the placeholder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/reasoning <level>session-scoped by default for Slack/Telegram/etc./reasoning <level> --globalto explicitly persist the globalagent.reasoning_effortconfig value/reasoning resetto clear the current session override and fall back to global config/background, and/btwthrough the session-aware reasoning resolver/new, session auto-reset, and compression auto-resetDesign notes
--globalupdate clears the current session override so the session follows the new global default instead of staying pinned by a stale local override.--globaland smart-dash—globalbecause mobile clients commonly autocorrect dashes.Test Plan
python -m py_compile gateway/run.pyscripts/run_tests.sh tests/gateway/test_reasoning_command.py tests/gateway/test_session_model_reset.py tests/gateway/test_session_model_override_routing.py tests/gateway/test_running_agent_session_toggles.py -qCloses #9586