Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/dashboard/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,11 @@
"loadingHistory": "Loading history…",
"toolRunning": "running",
"toolDone": "done",
"toolPending": "pending",
"toolError": "error",
"toolDenied": "denied",
"toolAwaitingApproval": "awaiting approval",
"toolResponded": "responded",
"toolResult": "output",
"errorGeneric": "Agent reply failed. Please retry — likely an upstream LLM error or dropped stream.",
"errorDismiss": "Dismiss",
Expand Down
5 changes: 5 additions & 0 deletions apps/dashboard/messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,11 @@
"loadingHistory": "加载历史会话…",
"toolRunning": "调用中",
"toolDone": "已完成",
"toolPending": "待处理",
"toolError": "出错",
"toolDenied": "已拒绝",
"toolAwaitingApproval": "待审批",
"toolResponded": "已响应",
"toolResult": "输出",
"errorGeneric": "Agent 回复失败,请重试 —— 多半是上游 LLM 报错或连接中断。",
"errorDismiss": "关闭",
Expand Down
4 changes: 3 additions & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"@copilotkit/react-core": "^1.59.5",
"@copilotkit/runtime": "^1.59.5",
"@mastra/client-js": "^1.23.2",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.7.1",
Expand All @@ -32,9 +34,9 @@
"openai": "^6.42.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
"streamdown": "^2.5.0",
"swr": "^2.3.6",
"tailwind-merge": "^3.6.0"
},
Expand Down
Loading
Loading