feat!: typed LM Studio discovery and 1.0 release foundation#31
Merged
Conversation
e3bc3f5 to
fb2d73e
Compare
fb2d73e to
083a5b5
Compare
This was referenced Jun 15, 2026
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
Prepare
opencode-lmstudio1.0.0 as a correctness-first typed integration:/api/v0/modelsmetadata1.0.0without tagging, publishing, or creating a releaseIntentional compatibility changes
GET /api/v0/modelsendpoint./v1/modelsis not used as a fallback because it cannot safely distinguish LLM, VLM, and embedding models.Validation
actionlintshellcheck test/opencode-fixture.shnpm run validatenpm run test:coverage— 91.3% statements, 80% branches, 100% functions, 90.9% linesnpm audit --audit-level=high— 0 vulnerabilitiesnpm run release:check— passed; performs no release actionsopencode-lmstudio-1.0.0.tgzinstall/import — passed; no stale deleted modulesCommunity credit
This rewrite incorporates or was directly informed by work from @trigger2k20 (#29), @aluzed (#30), @rashomon-gh (#27), @scott1028 (#26), @z3r0-815 (#25), @bluelovers (#23), @SerenityG4K (#22), @Lzmatgh (#18/#19), @HarelMil (#13), and @jleaders (#10). See
CONTRIBUTORS.mdanddocs/releases/v1.0.0.md.Release safety
This PR does not publish npm, create a tag, or create a GitHub release. The new release workflow is manual, defaults to validation-only, and requires an exact committed version plus a curated release-notes file.