feat(copilot): surface GPT-5.6 models - #974
Open
roccoren wants to merge 2 commits into
Open
Conversation
Regenerate the workspace snapshots with the CI-pinned Bun 1.3.10 so frozen installs match the v0.11.1 manifests. Copilot-Session: 20e31b0f-6e16-477e-afb3-315b9f511005
Upgrade all Pi SDK packages to 0.80.7 and align live GitHub Copilot model discovery with the SDK's selectability policy so Luna, Terra, and Sol appear when available. Copilot-Session: 20e31b0f-6e16-477e-afb3-315b9f511005
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
@earendil-works/pi-*dependency pin from 0.80.6 to 0.80.7Lockfile
The first commit regenerates the stale v0.11.1 workspace snapshots with the CI-pinned Bun 1.3.10. The upstream lockfile did not pass
bun install --frozen-lockfilebecause its workspace snapshots still reflected v0.11.0 and removed workspaces. The second commit contains only the Pi 0.80.7 lock changes.Validation
npx bun@1.3.10 install --frozen-lockfilebun run typecheck:allbun test src/agent/backend/internal/drivers/pi.test.ts(3 passed)cd packages/pi-agent-server && bun test(89 passed)cd packages/pi-agent-server && bun run typecheck && bun run buildgpt-5.6-luna,gpt-5.6-sol, andgpt-5.6-terrafor two GitHub Copilot connectionsRepo-wide shared lint still reports five pre-existing
no-inline-source-auth-checkviolations outside this diff.