fix(cli): support GPT-5.6 Responses Lite for ChatGPT OAuth#12136
Closed
mcartmel wants to merge 7 commits into
Closed
fix(cli): support GPT-5.6 Responses Lite for ChatGPT OAuth#12136mcartmel wants to merge 7 commits into
mcartmel wants to merge 7 commits into
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Previous Review Summary (commit 0ae044d)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 0ae044d)Status: 3 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Fix these issues in Kilo Cloud Files Reviewed (5 files)
Reviewed by gpt-5.6-sol-20260709 · Input: 65.6K · Output: 11.5K · Cached: 533.4K Review guidance: REVIEW.md from base branch |
|
Works! But at least in some cases the stop button doesn't do anything, such as when a multi choice window is dismissed and the stream appears to hang. I then have to reload the window in order to send a new message which would otherwise remain stuck in the queue. I don't know if this is an upstream issue. |
Collaborator
|
related: anomalyco/opencode#36685 |
Contributor
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
Port OpenCode's Responses Lite support for GPT-5.6 Sol, Terra, and Luna to Kilo's OpenAI ChatGPT OAuth provider.
This adapts the request payload, session identity, HTTP headers, and WebSocket metadata required by the Responses Lite contract while preserving the existing Kilo model filtering and refresh behavior.
Testing
Tested on Windows x64 with OpenAI/ChatGPT OAuth using a local VS Code snapshot extension.