[codex] 修复公开首装运行时 bootstrap - #8
Merged
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.
根因
首个 Alpha 的安装器只复制程序并改写 MCP 配置,没有准备公开依赖;干净 Python 3.12 首装会无法启动 MCP。
修复
runtime/<version>隔离 Python 3.12 环境、安装公开包依赖并执行产品导入预检。PYTHONPATH=src;诊断输出固定 UTF-8。0.1.0a2,与先前 Alpha 可共存、可回滚。验证
initialize/tools/list:22 tools。4739da39e6c1f0a56185a301742cc965fa33907b0001329e5b37cad57202ea1e。本 PR 不切换维护者当前运行时,也不修改私有开发源。