v1.2.3
xnx3/translatev1.2.3Jul 1, 2026by github-actions[bot]
AI Summary
This patch addresses issues with ChatGPT's MCP implementation by ensuring the OpenAI SDK is used for `sendFollowUpMessage` when available. It also includes documentation updates and CI/Build improvements.
Key Highlights
- Fixes MCP protocol implementation by preferring the native OpenAI SDK over MCP.
- Adds v0-to-v1 migration guide for skybridge skills.
- Updates CI pipeline and build scripts for better maintainability.
Full Release Notes
ChatGPT's implementation of `sendFollowUpMessage` under the MCP protocol leaves a lot to be desired. This patch makes sure that when the OpenAI SDK is available, it keeps using its implementation instead of the MCP one. ## Changes - fix: remove options condition on sendFollowUpMessage @paulleseute (#901) - ci: add publish-docs action @paulleseute (#902) - build: build core on install via root prepare script @harijoe (#903) - docs(skill): add v0-to-v1 migration guide to skybridge skills @neil-ac (#893) - fix: exclude alpic and skybridge packages from minimumReleaseAgeExclude @paulleseute (#900) - chore: remove product hunt @paulleseute (#899)