Add execution graph to chat history (#776)

This commit is contained in:
Lingxuan Zuo
2026-04-07 01:37:06 +08:00
committed by GitHub
Unverified
parent 91c735c9f4
commit c866205eac
13 changed files with 1261 additions and 48 deletions

View File

@@ -17,6 +17,37 @@
"hideThinking": "Hide thinking",
"currentAgent": "Talking to {{agent}}"
},
"taskPanel": {
"eyebrow": "Run View",
"title": "Task Outline",
"emptyTitle": "No structured steps yet",
"emptyBody": "Once a run starts, ClawX will surface thinking, tool calls, and handoff states here.",
"status": {
"idle": "Idle",
"running_one": "1 active step",
"running_other": "{{count}} active steps"
},
"stepStatus": {
"running": "Running",
"completed": "Done",
"error": "Error"
}
},
"executionGraph": {
"eyebrow": "Conversation Run",
"title": "Execution Graph",
"status": {
"active": "Active",
"latest": "Latest",
"previous": "Previous"
},
"branchLabel": "branch",
"userTrigger": "User Trigger",
"userTriggerHint": "Triggered by the user message above",
"agentRun": "{{agent}} execution",
"agentReply": "Assistant Reply",
"agentReplyHint": "Resolved in the assistant reply below"
},
"composer": {
"attachFiles": "Attach files",
"pickAgent": "Choose agent",

View File

@@ -17,6 +17,37 @@
"hideThinking": "思考を非表示",
"currentAgent": "現在の会話相手: {{agent}}"
},
"taskPanel": {
"eyebrow": "実行ビュー",
"title": "タスクの流れ",
"emptyTitle": "まだ構造化されたステップはありません",
"emptyBody": "実行が始まると、ClawX は思考・ツール呼び出し・最終化の状態をここに表示します。",
"status": {
"idle": "待機中",
"running_one": "進行中 1 件",
"running_other": "進行中 {{count}} 件"
},
"stepStatus": {
"running": "実行中",
"completed": "完了",
"error": "エラー"
}
},
"executionGraph": {
"eyebrow": "会話実行",
"title": "実行グラフ",
"status": {
"active": "進行中",
"latest": "直近",
"previous": "履歴"
},
"branchLabel": "branch",
"userTrigger": "ユーザー入力",
"userTriggerHint": "上のユーザーメッセージがトリガーです",
"agentRun": "{{agent}} の実行",
"agentReply": "アシスタント返信",
"agentReplyHint": "結果は下のアシスタント返信に反映されます"
},
"composer": {
"attachFiles": "ファイルを添付",
"pickAgent": "Agent を選択",

View File

@@ -17,6 +17,37 @@
"hideThinking": "隐藏思考过程",
"currentAgent": "当前对话对象:{{agent}}"
},
"taskPanel": {
"eyebrow": "运行视图",
"title": "任务脉络",
"emptyTitle": "还没有结构化步骤",
"emptyBody": "当一次运行开始后ClawX 会在这里展示思考、工具调用和收尾状态。",
"status": {
"idle": "空闲",
"running_one": "1 个活动步骤",
"running_other": "{{count}} 个活动步骤"
},
"stepStatus": {
"running": "进行中",
"completed": "完成",
"error": "错误"
}
},
"executionGraph": {
"eyebrow": "对话执行",
"title": "执行关系图",
"status": {
"active": "执行中",
"latest": "最近一次",
"previous": "历史"
},
"branchLabel": "分支",
"userTrigger": "用户触发",
"userTriggerHint": "对应上方这条用户消息",
"agentRun": "{{agent}} 执行",
"agentReply": "助手回复",
"agentReplyHint": "结果体现在下方这条助手回复里"
},
"composer": {
"attachFiles": "添加文件",
"pickAgent": "选择 Agent",