v1.2.3

alpic-ai/skybridgev1.2.3Jul 1, 2026by github-actions[bot]

AI Summary

This patch resolves issues with ChatGPT's MCP implementation by prioritizing the OpenAI SDK when available. It includes documentation updates, build script improvements, and a migration guide for skills.

Key Highlights

  • Switched to OpenAI SDK implementation for `sendFollowUpMessage`
  • Added CI documentation and publishing actions
  • Improved build scripts for core packages
  • Added migration guide for v0-to-v1 skills

New Features

  • Migration guide for v0-to-v1 skills

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)