Skip to content

verify: openai CLI already in sync with Docs spec updates#55

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/sync-openai-cli-tools-another-one
Draft

verify: openai CLI already in sync with Docs spec updates#55
Copilot wants to merge 1 commit intomainfrom
copilot/sync-openai-cli-tools-another-one

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 26, 2026

Triggered by recent Docs changes documenting gpt-image-2 and the new JSON/URL-based POST /openai/images/edits endpoint. Verified the openai/ CLI against the current openapi/openai.json spec.

Findings

All models, endpoints, and parameters already match the spec:

  • Chat & Response models: gpt-5.5, gpt-5.5-pro present in CHAT_MODELS / RESPONSE_MODELS
  • Image models: gpt-image-2 present in IMAGE_MODELS (used by both image and edit commands)
  • Image edits JSON endpoint: edit command already uses application/json with --image-url (URL string), matching the new application/json schema added alongside the legacy multipart/form-data
  • Removed params (mask, partial_images from JSON edit schema): never exposed in the CLI

No code changes required. All 56 tests pass.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/AceDataCloud/Docs/commits/f67b732a37c39a2d9ac00f01b387433a6252752f
    • Triggering command: /usr/bin/python3 python3 (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Sync CLI tools with updated Docs verify: openai CLI already in sync with Docs spec updates Apr 26, 2026
Copilot AI requested a review from Germey April 26, 2026 15:53
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.

sync: update from Docs (439bbae docs: sync from PlatformBackend (zh-CN base + translations) [automated])

2 participants