chore(deps): require Pi 0.85.1 and remove server shim - #410
Merged
Conversation
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.
Pi 0.85.1 removes the experimental server import that broke SDK consumers in 0.85.0. OpenPI now requires Pi 0.85.1 or newer and no longer carries the temporary
@earendil-works/pi-serverruntime dependency introduced in #269.Updates the Pi development dependencies, peer version floor, lockfile, installation documentation, and package checks. Keeps the #355 Web child entry resolver, which addresses package discovery rather than the upstream SDK import graph.
The packed Web smoke installs the exact minimum Pi version, verifies that pi-server is absent, imports the SDK, and starts/stops the installed CLI with an isolated Pi configuration directory.
Validation:
bun run checkand the local clean packed-install smoke passed.bun run testpassed on Node 22.19.0 (including 30 Vitest tests). Current-head CI is being verified before merge. An initial Workflow settlement timeout did not recur in the focused test or full rerun; its log was retained. No release publication is included.Upstream fix: https://github.com/earendil-works/pi/releases/tag/v0.85.1
Closes #395.