fix: serialize tool-only Chat Completions content - #10
Merged
Conversation
grikomsn
marked this pull request as ready for review
August 20, 2026 19:10
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes This review covers the shared content normalization, downstream request serialization, regression tests, and changeset; local npm test passes all 71 tests.
- Content normalization — textless Chat Completions messages now serialize with an empty string while existing text and image content-part shapes remain unchanged.
- Provider integration — the shared type/helper refactor is compatible with the Anthropic and Google serializers, while the Responses path remains separate.
- Regression coverage and release metadata — focused tests cover empty and image content plus a tool-only assistant request, and the patch changeset is present.
GPT Luna | 𝕏
Open
2 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
content: ""instead ofnullFixes #8
Verification
npm run check— 71 tests passednpm run package— VSIX packaging passed0.4.0into VS Code 1.134.0The current VS Code profile exposes the Go credential through the extension’s management command rather than as a selectable Go chat-model entry, so the exact DeepSeek tool-roundtrip was validated through the focused serialization regression test.