mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
0c57704c86
* feat(openai): add GPT-5.6 model support * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix(openai): default to Responses API * fix(openai): harden Responses API handling * feat(openai)!: rewrite plugin for 1.0 BREAKING CHANGE: OpenAI 1.0 defaults supported LLMs to the Responses API, removes deprecated model entries, and replaces the legacy test and runtime architecture. * test(openai): add opt-in live API matrix * fix(openai): remove deprecated model aliases * test(openai): skip live suite without API key * test(openai): run live suite when key exists * build(openai): exclude local files from package --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>