feat(background-task): render retry timelines and links

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Choi Kijin / 최 기진 / チョイ キジン
2026-04-28 15:29:49 +09:00
parent 25548f2561
commit 79054ea3e5
7 changed files with 952 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { BackgroundManager } from "../../features/background-agent"
export type BackgroundOutputMessage = {
id?: string
info?: { role?: string; time?: string | { created?: number }; agent?: string }
info?: { role?: string; time?: string | { created?: number }; agent?: string; error?: unknown }
parts?: Array<{
type?: string
text?: string