fix: restore CI build (OpenAICompatProvider default import) - #54
Merged
Doorman11991 merged 1 commit intoMay 27, 2026
Merged
Conversation
The plugin system merge introduced a named import for a default-exported class, causing TypeScript compilation to fail in CI and blocking releases.
nonlooped
force-pushed
the
fix/ci-openai-compat-default-import
branch
from
May 27, 2026 16:38
0de9ca7 to
51d53b0
Compare
Kothulhu94
pushed a commit
to Kothulhu94/smallcode
that referenced
this pull request
May 29, 2026
…t-default-import fix: restore CI build (OpenAICompatProvider default import)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/compiled/providers/index.tsby importingOpenAICompatProvideras a default export (matchesopenai_compat.ts).index.jsoutput so runtime and CI stay aligned.CI has been failing since the plugin system merge (#28/#29) at the
npm run buildstep with:This blocked release builds for the
v1.3.0tag.Test plan
npm run buildpasses locallynpm testpasses locally (124/124)Build and Releaseworkflow passes on this PR