新增: TaskDetail任务产出与AI自审结论展示(output_json解析+review红绿标)
This commit is contained in:
@@ -93,6 +93,13 @@ export interface TaskRecord {
|
||||
base_branch: string | null
|
||||
/** review 退回累计轮数(in_review→in_progress / testing→in_review 各 +1) */
|
||||
review_rounds: number
|
||||
/**
|
||||
* 任务产出 JSON 字符串(决策 a:task 中心,产出跟 task 走)。
|
||||
* schema: { text: string, model?: string, usage?: {...}, review?: {
|
||||
* verdict: 'pass'|'fail'|'unknown', summary: string, suggestions: string[], ... } }
|
||||
* 旧任务无产出时为 undefined。前端 parsedOutput try/catch 兜底解析。
|
||||
*/
|
||||
output_json?: string
|
||||
created_at: string
|
||||
updated_at: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user