Conversation
Contributor
|
这部分的直接升级风险比较大,引入新版本新能力会导致很多改动,例如 #148 pi 在那个版本引入了 “缓存预热” 的能力,这对于当前涉及大量附属问题。 如果是为了获取新模型,当前得调整拉取模型的机制,官方 /v1/models 接口更优先,pi 内置的模型列表作为兜底。 |
Contributor
|
此外,希望后续如果有一些新的想法可以先 issue 我们一起讨论下 |
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.
Why
The desktop app currently pins the Pi runtime at
0.86.1. That runtime does not expose the newer GPT-6 Sol and GPT-6 Luna models through the OpenAI OAuth provider. Pi0.87.1adds those model definitions.Changes
@earendil-works/pi-aiand@earendil-works/pi-coding-agentfrom0.86.1to0.87.1.pnpm-lock.yamland carry the existing local patches forward to the new package versions.0.87.1.No authentication flow, endpoint, or provider API behavior is changed.
Validation
vue-tsc -b --pretty falsepassed as part of the desktop build.pnpm --filter @uselexora/lexora-buddy package:windows.0.87.1Pi runtime and GPT-6 model definitions.Artifact produced locally:
Lexora-Buddy-0.9.1-windows-x64.exe.The local host is running Node
24.12.0while the repository declares Node>=26; engine strictness was disabled only for this local build. The installer is not committed to the repository.