diff --git a/src/api/types.ts b/src/api/types.ts index 7ae5dbe..2a55f92 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -815,16 +815,6 @@ export interface ConflictRecord { resolved_at: string | null } -/** PlanProgress 展示用 DAG 层结构(事件载荷) */ -export interface PlanLayerInfo { - items: Array<{ - id: string - persona_id: string | null - intent: string - status: SubTaskStatus - }> -} - /** 冲突信息(AiMergeCompleted 事件载荷) */ export interface ConflictInfo { id: string diff --git a/src/components/ToolCard.vue b/src/components/ToolCard.vue index d26fc3e..3bbb994 100644 --- a/src/components/ToolCard.vue +++ b/src/components/ToolCard.vue @@ -49,7 +49,8 @@
{{ ln.text }}{{ '\n' }}