修正外部任务摘要状态读取边界

移除从轻量任务摘要读取主任务结果载荷的错误实现。

画布 Agent 继续轮询摘要状态,并通过画布完成回写刷新工程结果。
This commit is contained in:
2026-07-13 15:01:34 +08:00
parent 7f6d5722be
commit 4e0c0c8cd9
11 changed files with 9 additions and 92 deletions
@@ -23,7 +23,6 @@ export interface ExternalGenerationJobStatusRecord {
progress: number;
error?: string | null;
updatedAtMicros: number;
result?: unknown;
}
export interface ExternalGenerationJobStatusResponse {