feat(tool_progress): add full mode for untruncated tool arguments - #41617
Closed
WolframRavenwolf wants to merge 1 commit into
Closed
feat(tool_progress): add full mode for untruncated tool arguments#41617WolframRavenwolf wants to merge 1 commit into
WolframRavenwolf wants to merge 1 commit into
Conversation
WolframRavenwolf
force-pushed
the
feat/tool-progress-full-mode
branch
2 times, most recently
from
June 14, 2026 17:33
1f95fff to
f9987e9
Compare
… chat New 'full' mode for display.tool_progress — top of the mode hierarchy (off → new → all → verbose → full): - Shows complete tool arguments without any truncation in gateway chat (Telegram, Discord, etc.). Previously verbose mode capped at 200 chars. - Added to /verbose cycle, hermes setup wizard, and mode validation. This commit only affects tool call display. Assistant thinking relay is handled separately by thinking_progress. Files: run_agent.py, gateway/run.py, hermes_cli/setup.py
WolframRavenwolf
force-pushed
the
feat/tool-progress-full-mode
branch
from
June 14, 2026 17:37
f9987e9 to
e23a176
Compare
Contributor
|
Thanks for the PR. I reviewed this against current On current main, Closing as redundant/stale. If we want a distinct future mode that ignores an explicitly configured positive preview limit, that should be designed fresh across CLI, gateway, TUI, docs, and tests. |
3 tasks
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
Adds a
display.tool_progress: fullmode that shows complete tool-call arguments in gateway progress notifications, while keeping thinking relay separate.Changes
This branch was rebuilt from the current
upstream/mainand contains only the upstream-scoped changes for this feature.Verification
python3 -m py_compile cli.py gateway/run.py hermes_cli/setup.py-> exit 0uv run pytest tests/gateway/test_verbose_command.py -q -o addopts=-> exit 0Notes