Skip to content

fix(opencode): plugin/openai add GPT-5.6 family#36476

Closed
dalisoft wants to merge 1 commit into
anomalyco:devfrom
dalisoft:patch-1
Closed

fix(opencode): plugin/openai add GPT-5.6 family#36476
dalisoft wants to merge 1 commit into
anomalyco:devfrom
dalisoft:patch-1

Conversation

@dalisoft

@dalisoft dalisoft commented Jul 12, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #36140, #36427

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

This PR adds new model names in models list

How did you verify your code works?

Currently can't test but it should work

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • Not all checklist items are checked. Please confirm you have tested locally and have not included unrelated changes.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. needs:title labels Jul 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title fix(opencode/plugin/openai): add GPT-5.6 family doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

Found potential duplicates related to GPT-5.6 model support:

Related Open PRs:

  1. #36143 - fix(opencode): support GPT-5.6 Responses Lite - Adds GPT-5.6 Responses Lite support to opencode
  2. #36393 - fix(provider): expose GPT-5.6 max reasoning - Exposes max reasoning for GPT-5.6
  3. #36320 - feat(llm): support GPT-5.6 prompt cache new options - Adds prompt cache support for GPT-5.6
  4. #36248 - fix(openai): use codex context limits for gpt-5.6 - Sets context limits for GPT-5.6

Why they're related: These PRs are all adding GPT-5.6 family support to different subsystems (opencode core, provider, LLM, and OpenAI plugin). They appear to be part of a coordinated effort to add GPT-5.6 support across the codebase. Check if #36476 is consolidating or duplicating this work, particularly regarding the OpenAI plugin-specific parts.

@dalisoft dalisoft changed the title fix(opencode/plugin/openai): add GPT-5.6 family fix(opencode): plugin/openai add GPT-5.6 family Jul 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new pull request that follows our guidelines.

@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Jul 12, 2026
@github-actions github-actions Bot closed this Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GPT-5.6 Luna returns model not found with ChatGPT OAuth

1 participant