修正策划界面测试运行模式
为正式策划测试显式启用 planningStartMode 避免 CI 误入 direct-codex 分支导致 planning runtime strip 不挂载
This commit is contained in:
@@ -26,6 +26,7 @@ function mountFormalSupervisor(
|
||||
React.createElement(App, {
|
||||
initialProjectPath: harness.projectPath,
|
||||
orchestrationMode: 'single-supervisor',
|
||||
planningStartMode: true,
|
||||
projectSupervisorOnly: true,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user