fix(eval): restore main typecheck after #116 - #142
Merged
Merged
Conversation
Owner
Author
|
维护者验证报告(GitHub Actions run 35496872567,PR merge ref 环境:
实际执行及结果:
对照:current main 验证等级:FIXTURE/CI;本修复不涉及真实模型、Provider 或 UI。 |
This was referenced Sep 20, 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.
目的
只修复当前
main在 #116 合并后出现的 TypeScript 集成回归,不包含 #122 的其他功能改动。当前 main:
ff3ed3d031568a892f115c6e1cb70899d4e593c2main workflow
35340976577:packages/shared/src/evaluation/experiment-service.ts(534,7) TS2741,配置应用失败的早退返回缺少runtimeUnusable。修复
CONFIG_APPLY_FAILED分支从:改为:
此时 Agent run 尚未启动;配置未能应用属于 case 未开始执行,不应把 runtime 标记为 unusable。
验证
维护者 GitHub Actions 将作为本 PR 的实际验证来源。目标是恢复:
这是单行内部类型/语义修复,无可见 UI 变化。