@nexusclawhq/cli 0.3.50 → 0.3.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.d.ts +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +9 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +18 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +107 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +107 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +214 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +107 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +107 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/src/services/api-client.d.ts +2 -0
- package/dist/nexus-cli/src/services/api-client.js +33 -1
- package/dist/nexus-cli/src/services/api-client.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js +41 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.d.ts +10 -4
- package/dist/nexus-cli/src/services/workforce-config-remote.js +4 -4
- package/dist/nexus-cli/src/services/workforce-config-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-conversation-remote.js +13 -0
- package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -4581,6 +4581,10 @@ const messages = {
|
|
|
4581
4581
|
agentChat: {
|
|
4582
4582
|
agentReply: "Agent 回复",
|
|
4583
4583
|
auditChainEnabled: "审计链已开启",
|
|
4584
|
+
planLabel: "方案:",
|
|
4585
|
+
agentBrand: "NexusClaw 智能体",
|
|
4586
|
+
aglPipeline: "AGL 流水线",
|
|
4587
|
+
tokensLabel: "输入 / 输出 Token",
|
|
4584
4588
|
chainStable: "链路已稳定建立,建议基于当前结果继续追问或补充执行动作。",
|
|
4585
4589
|
composingReply: "Agent 正在组织回复...",
|
|
4586
4590
|
continuePrompt: "请继续基于当前会话给出下一步建议",
|
|
@@ -4650,6 +4654,7 @@ const messages = {
|
|
|
4650
4654
|
},
|
|
4651
4655
|
agentDemo: {
|
|
4652
4656
|
attributionScore: "归因评分",
|
|
4657
|
+
outcomeGuardrailTag: "成果 + 护栏",
|
|
4653
4658
|
billingSummaryTitle: "计费摘要",
|
|
4654
4659
|
billingTier: "计费层级",
|
|
4655
4660
|
customInputPlaceholder: "请输入自定义指令...",
|
|
@@ -9458,6 +9463,10 @@ const messages = {
|
|
|
9458
9463
|
deploymentPages: {
|
|
9459
9464
|
envProduction: "正式环境",
|
|
9460
9465
|
envDevelopmentSandbox: "开发沙盒",
|
|
9466
|
+
historyTitle: "部署历史",
|
|
9467
|
+
historySubtitle: "查看部署历史与回滚操作",
|
|
9468
|
+
backToList: "返回列表",
|
|
9469
|
+
resultPlaceholder: "部署结果",
|
|
9461
9470
|
envTestSandbox: "测试沙盒",
|
|
9462
9471
|
createChangeSetTitle: "创建变更集",
|
|
9463
9472
|
changeSetNameLabel: "名称",
|
|
@@ -9509,7 +9518,6 @@ const messages = {
|
|
|
9509
9518
|
loadFailed: "加载失败",
|
|
9510
9519
|
loadFailedMessage: "加载失败: {message}",
|
|
9511
9520
|
notFound: "未找到",
|
|
9512
|
-
backToList: "返回列表",
|
|
9513
9521
|
changeSetNotExist: "变更集不存在或已被删除",
|
|
9514
9522
|
tryAdjustFilters: "尝试调整筛选条件或Clear filters",
|
|
9515
9523
|
// Change set list
|
|
@@ -11290,6 +11298,9 @@ const messages = {
|
|
|
11290
11298
|
},
|
|
11291
11299
|
rollupDebug: {
|
|
11292
11300
|
recalcDone: "重算完成",
|
|
11301
|
+
objectMetadataIdPlaceholder: "对象元数据 ID",
|
|
11302
|
+
parentRecordIdPlaceholder: "父记录 ID",
|
|
11303
|
+
rollupFieldIdPlaceholder: "Rollup 字段 ID",
|
|
11293
11304
|
batchRecalcDone: "批量重算完成: {n} 条记录",
|
|
11294
11305
|
pageTitle: "Rollup 调试工具",
|
|
11295
11306
|
breadcrumbPlatformTools: "平台工具",
|
|
@@ -13128,6 +13139,10 @@ const messages = {
|
|
|
13128
13139
|
wizard: {
|
|
13129
13140
|
step1Title: "匹配选择",
|
|
13130
13141
|
step2Title: "字段映射",
|
|
13142
|
+
convertTitle: "转化线索",
|
|
13143
|
+
accountLabel: "客户",
|
|
13144
|
+
contactLabel: "联系人",
|
|
13145
|
+
opportunityLabel: "商机",
|
|
13131
13146
|
step3Title: "确认执行",
|
|
13132
13147
|
matchScore: "匹配分 {score}",
|
|
13133
13148
|
mappingLinkExistingWithLabel: "将关联已有记录:{label}",
|
|
@@ -13631,6 +13646,12 @@ const messages = {
|
|
|
13631
13646
|
},
|
|
13632
13647
|
recordContextPacket: {
|
|
13633
13648
|
fieldRequiredHint: "该字段会影响关系洞察与后续动作建议。",
|
|
13649
|
+
evidenceTitle: "证据",
|
|
13650
|
+
feedbackTitle: "反馈",
|
|
13651
|
+
debugContextTitle: "调试上下文",
|
|
13652
|
+
commandDockTitle: "指令坞",
|
|
13653
|
+
smartPasteLabel: "智能粘贴",
|
|
13654
|
+
runAgentLabel: "运行 Agent",
|
|
13634
13655
|
inlineAssist: {
|
|
13635
13656
|
fillCritical: {
|
|
13636
13657
|
assist: "补充{fieldLabel},可提高摘要和动作建议准确度。",
|
|
@@ -16872,6 +16893,7 @@ const messages = {
|
|
|
16872
16893
|
notFoundTitle: "记录不存在",
|
|
16873
16894
|
notFoundSubtitle: "未找到 ID 为 {id} 的{object}记录,可能已被删除。",
|
|
16874
16895
|
backToList: "返回列表",
|
|
16896
|
+
backToListAndRefresh: "返回列表并刷新",
|
|
16875
16897
|
dataLoadFailed: "数据加载失败",
|
|
16876
16898
|
retry: "重试",
|
|
16877
16899
|
record: "记录",
|
|
@@ -17128,6 +17150,7 @@ const messages = {
|
|
|
17128
17150
|
},
|
|
17129
17151
|
conditionBuilder: {
|
|
17130
17152
|
selectField: "选择字段",
|
|
17153
|
+
valuePlaceholder: "值",
|
|
17131
17154
|
deleteCondition: "删除条件",
|
|
17132
17155
|
deleteConditionGroup: "删除条件组",
|
|
17133
17156
|
addCondition: "添加条件",
|
|
@@ -17136,6 +17159,66 @@ const messages = {
|
|
|
17136
17159
|
rawModeDesc: "当前条件格式无法被可视化编辑器解析,请直接编辑 JSON 或尝试切换到可视化模式。",
|
|
17137
17160
|
switchToVisual: "切换到可视化模式",
|
|
17138
17161
|
},
|
|
17162
|
+
recordingPlayer: {
|
|
17163
|
+
sentimentTimeline: "情绪时间线",
|
|
17164
|
+
rewind5s: "后退 5 秒",
|
|
17165
|
+
forward5s: "前进 5 秒",
|
|
17166
|
+
volume: "音量",
|
|
17167
|
+
playbackSpeed: "播放速度",
|
|
17168
|
+
},
|
|
17169
|
+
knowledgeBridge: {
|
|
17170
|
+
articleLoading: "文章加载中…",
|
|
17171
|
+
articleNotFound: "未找到文章",
|
|
17172
|
+
articleUnavailable: "请求的文章({articleId})不可用。",
|
|
17173
|
+
feedbackYes: "是",
|
|
17174
|
+
feedbackNo: "否",
|
|
17175
|
+
wasThisHelpful: "这篇文章有帮助吗?",
|
|
17176
|
+
articleHelpful: "这篇文章有帮助",
|
|
17177
|
+
articleNotHelpful: "这篇文章没有帮助",
|
|
17178
|
+
caseLoading: "工单加载中…",
|
|
17179
|
+
caseNotFound: "未找到工单",
|
|
17180
|
+
caseUnavailable: "请求的工单({caseId})不可用。",
|
|
17181
|
+
commentPlaceholder: "添加评论…",
|
|
17182
|
+
commentLabel: "添加评论",
|
|
17183
|
+
searchPrompt: "请输入搜索关键词开始。",
|
|
17184
|
+
searching: "搜索中…",
|
|
17185
|
+
searchPlaceholder: "搜索知识文章…",
|
|
17186
|
+
searchLabel: "搜索知识文章",
|
|
17187
|
+
},
|
|
17188
|
+
packageInstall: {
|
|
17189
|
+
title: "安装元数据包",
|
|
17190
|
+
installOk: "安装",
|
|
17191
|
+
localRegistryMode: "本地注册表模式",
|
|
17192
|
+
localRegistryRoot: "本地注册表根路径",
|
|
17193
|
+
},
|
|
17194
|
+
revisionHistory: {
|
|
17195
|
+
filterByAuthor: "按作者筛选修订历史",
|
|
17196
|
+
searchBySummary: "按摘要搜索修订历史",
|
|
17197
|
+
},
|
|
17198
|
+
nwcRuntime: {
|
|
17199
|
+
artifactMissing: "Nexus Web Component 构件缺失",
|
|
17200
|
+
runtimeError: "Nexus Web Component 运行时错误",
|
|
17201
|
+
dataBridgeFailed: "Nexus Data Bridge 失败",
|
|
17202
|
+
resolveFailed: "部分 Nexus Web Component 无法解析",
|
|
17203
|
+
},
|
|
17204
|
+
fieldLayoutEditor: {
|
|
17205
|
+
availableFields: "可用字段",
|
|
17206
|
+
properties: "属性",
|
|
17207
|
+
searchFieldsPlaceholder: "搜索字段...",
|
|
17208
|
+
layoutSaved: "布局已保存",
|
|
17209
|
+
},
|
|
17210
|
+
playgroundSetup: {
|
|
17211
|
+
apiKeyLabel: "API Key",
|
|
17212
|
+
apiKeyPlaceholder: "请输入 API Key",
|
|
17213
|
+
schemaLabel: "Schema",
|
|
17214
|
+
apiKeyValidated: "API Key 校验成功",
|
|
17215
|
+
},
|
|
17216
|
+
dashboardEditor: {
|
|
17217
|
+
noData: "暂无数据",
|
|
17218
|
+
componentError: "组件错误",
|
|
17219
|
+
addReportComponent: "添加报表组件",
|
|
17220
|
+
layoutSaved: "仪表盘布局已保存",
|
|
17221
|
+
},
|
|
17139
17222
|
flowBuilderCanvas: {
|
|
17140
17223
|
undoTitle: "撤销(Ctrl+Z)",
|
|
17141
17224
|
redoTitle: "重做(Ctrl+Shift+Z)",
|
|
@@ -17147,6 +17230,29 @@ const messages = {
|
|
|
17147
17230
|
switchedToFreeForm: "已切换到自由布局",
|
|
17148
17231
|
flowSaved: "流程已保存",
|
|
17149
17232
|
},
|
|
17233
|
+
shortcutHelp: {
|
|
17234
|
+
title: "键盘快捷键",
|
|
17235
|
+
switchToView: "切换到视图 1–9",
|
|
17236
|
+
globalSection: "全局",
|
|
17237
|
+
recordDetailSection: "记录详情",
|
|
17238
|
+
listViewSection: "列表视图",
|
|
17239
|
+
viewSwitchSection: "视图切换",
|
|
17240
|
+
macHint: "带 ⌘ 的快捷键在 Windows/Linux 上使用 Ctrl。",
|
|
17241
|
+
listHint: "列表快捷键(J/K/Enter/1-9)在编辑状态下禁用。",
|
|
17242
|
+
def: {
|
|
17243
|
+
globalSearch: "搜索 / 命令面板",
|
|
17244
|
+
globalNew: "新建记录",
|
|
17245
|
+
globalHelp: "键盘快捷键帮助",
|
|
17246
|
+
recordEdit: "编辑记录",
|
|
17247
|
+
recordSave: "保存",
|
|
17248
|
+
recordClone: "克隆记录",
|
|
17249
|
+
recordDelete: "删除记录",
|
|
17250
|
+
listNavDown: "向下导航",
|
|
17251
|
+
listNavUp: "向上导航",
|
|
17252
|
+
listOpen: "打开记录",
|
|
17253
|
+
switchToViewN: "切换到视图 {n}",
|
|
17254
|
+
},
|
|
17255
|
+
},
|
|
17150
17256
|
workspaceLogo: {
|
|
17151
17257
|
uploadButton: "上传",
|
|
17152
17258
|
workspaceIdNotFound: "未找到工作区 ID",
|