This commit is contained in:
2026-04-25 22:19:04 +08:00
parent 2ebfd1cf55
commit 8404081d7b
149 changed files with 10508 additions and 2732 deletions

View File

@@ -48,8 +48,9 @@ export function createFailedRpgEntryAgentOperation(params: {
status: 'failed',
phaseLabel: params.phaseLabel,
phaseDetail: params.error,
progress: 100,
progress: 0,
error: params.error,
updatedAt: new Date().toISOString(),
};
}