docs(changelog): record the four unreleased user-facing fixes before the release - #381
Merged
Merged
Conversation
commit: |
…AG-UI usage, CLI signal fixes
jpr5
force-pushed
the
docs/changelog-unreleased-fixes
branch
from
August 19, 2026 02:36
72f7aa7 to
0bfd907
Compare
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.
Adds the four user-facing
[Unreleased]CHANGELOG entries that landed since thev1.38.0tag but had no entry, so the release notes are complete before the version is cut.Docs-only:
git diff --name-only origin/main..HEADisCHANGELOG.mdand nothing else. Version-neutral — no bump, so it does not triggerpublish-release.yml. Merge it before the release bump, or lift the text into the release commit; either works.Each entry was written from the actual commit diff, not the subject line:
usageonRUN_FINISHED/RUN_ERROR—aa68b26(fix(drift): classify the new Gemini families, and document the procedure that actually applies one #378): the new optionalusage?: AGUITokenUsage[], typed and emitted, numeric-only, emitted only when supplied.toolCalls—23a8c3c/ fix: collapse OpenAI Responses-API function-call streams into toolCalls #380: a tool-call-only Responses turn previously collapsed to empty content; now accumulates intotoolCallskeyed byoutput_index, capturingcall_id.a7d9b64(fix(drift): classify the new Gemini families, and document the procedure that actually applies one #378): aserverContent(audio + text companion) strictly before thetoolCall, thenturnComplete; audio turns keep their companions.1079b46(fix(drift): attribute a WS refusal, close the CLI signal race, and probe a modality Gemini serves #374):SIGINT/SIGTERMregistered before the readiness log, closing the window where a supervisor'sSIGTERMkilled the process ungracefully (55/60 → 0/60). The residual — a signal strictly before readiness — is stated in the entry, drawn from code placement rather than a documented commit note.Verified: prettier clean, commitlint RC 0, no version-bearing file touched.