补齐 Direct Codex 项目标识
Project CI / AI game creator shell Rust shard 1/4 (push) Successful in 4m38s
Project CI / AI game creator shell Rust shard 2/4 (push) Successful in 4m48s
Project CI / AI game creator shell Rust smoke (push) Successful in 1m45s
Project CI / AI game creator shell Rust shard 3/4 (push) Failing after 4m42s
Project CI / AI game creator shell Rust crates (push) Successful in 2m21s
Project CI / AI game creator shell Rust shard 4/4 (push) Successful in 4m35s
Project CI / Native shell tests (push) Failing after 1m59s
Project CI / AI game creator shell web tests (push) Failing after 53s
Project CI / Frontend tests (push) Failing after 3m2s
Project CI / Repository checks (push) Failing after 3m5s
Project CI / Backend tests (push) Successful in 7m23s

发送直接回合时携带 manifest projectId,匹配 Rust 契约与测试断言
This commit is contained in:
2026-09-16 00:20:37 +08:00
parent eeb0206164
commit 2a9035ce20
+2
View File
@@ -6669,6 +6669,7 @@ export function App({
setProjectSupervisorRuntimeError('');
try {
const directTurnInput: {
projectId: string;
projectPath: string;
prompt: string;
clientTurnId: string;
@@ -6676,6 +6677,7 @@ export function App({
attachments?: DirectCodexTurnAttachment[];
userItem: ReturnType<typeof chatComposerDraftToDirectCodexUserItem>;
} = {
projectId: localProject.manifest.projectId,
projectPath: directProjectPath,
prompt,
clientTurnId,