test: context-engine unwrap + compression main-runtime fields - #50080
Closed
arminanton wants to merge 2 commits into
Closed
test: context-engine unwrap + compression main-runtime fields#50080arminanton wants to merge 2 commits into
arminanton wants to merge 2 commits into
Conversation
…ests test_context_engine_tool_wrap: generic regression for the agent_init tool-schema double-wrap unwrap (the NousResearch#48065 behavior) - the cmx-private source-path subtest was removed. test_compression_feasibility: asserts the compression aux-client call carries the widened _MAIN_RUNTIME_FIELDS (requested_model/resolved_model). Test-only; no private paths.
This was referenced Jun 21, 2026
Closed
arminanton
added a commit
to arminanton/hermes-agent
that referenced
this pull request
Jun 22, 2026
…olution semantic review Council: (3) per-hunk justification — every unmapped hunk blamed via git log -S to its origin commit, mapped to a standing user instruction (exclusion) OR a shipped PR. 216/216 accounted, 0 uncovered. Found+resolved 11 initially-uncovered (all in shipped test-cluster PRs NousResearch#48065/NousResearch#48101/NousResearch#49644/NousResearch#50032/NousResearch#50080/NousResearch#50078). (4) semantic-equivalence review of the resolution patches: all 6 active ones re-anchor their PR's exact intent onto v0.17.0, no silent behavior change; removed the DEAD agent_gemini_cloudcode_adapter patch (never invoked — withdrawn file — and imported withdrawn google_user_agent).
Contributor
Author
|
Closing. This is a narrow test-only change (compression feasibility + context-engine tool-wrap) that isn't worth maintaining upstream on its own. |
arminanton
deleted the
tests/context-engine-unwrap-and-compression-runtime
branch
June 23, 2026 00:49
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.
Two test-only additions:
test_context_engine_tool_wrapis the generic regression for the tool-schema double-wrap unwrap behavior (the #48065 fix) with the cmx-private source-path subtest removed;test_compression_feasibilityasserts the compression auxiliary-client call carries the widened_MAIN_RUNTIME_FIELDS(requested_model/resolved_model). No source changes, no private paths.