@nexusclawhq/cli 0.3.0 → 0.3.2
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 +8 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +7 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +33 -16
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +37 -19
- 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 +66 -32
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +33 -16
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +36 -18
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-observe-remote.d.ts +13 -6
- package/dist/nexus-cli/src/services/workforce-observe-remote.js +14 -5
- package/dist/nexus-cli/src/services/workforce-observe-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-ops-remote.d.ts +5 -3
- package/dist/nexus-cli/src/services/workforce-ops-remote.js +4 -2
- package/dist/nexus-cli/src/services/workforce-ops-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js +6 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -4979,25 +4979,9 @@ export declare const locales: {
|
|
|
4979
4979
|
micError: string;
|
|
4980
4980
|
cameraUnsupported: string;
|
|
4981
4981
|
cameraDenied: string;
|
|
4982
|
-
starterMedtech1: string;
|
|
4983
|
-
starterMedtech2: string;
|
|
4984
|
-
starterMedtech3: string;
|
|
4985
|
-
starterSales1: string;
|
|
4986
|
-
starterSales2: string;
|
|
4987
|
-
starterSales3: string;
|
|
4988
|
-
starterService1: string;
|
|
4989
|
-
starterService2: string;
|
|
4990
|
-
starterService3: string;
|
|
4991
|
-
starterAnalysis1: string;
|
|
4992
|
-
starterAnalysis2: string;
|
|
4993
|
-
starterAnalysis3: string;
|
|
4994
|
-
starterOps1: string;
|
|
4995
|
-
starterOps2: string;
|
|
4996
|
-
starterOps3: string;
|
|
4997
4982
|
starterDefault1: string;
|
|
4998
4983
|
starterDefault2: string;
|
|
4999
4984
|
starterDefault3: string;
|
|
5000
|
-
medtechCustomerHint: string;
|
|
5001
4985
|
customerHint: string;
|
|
5002
4986
|
backAria: string;
|
|
5003
4987
|
title: string;
|
|
@@ -5045,6 +5029,16 @@ export declare const locales: {
|
|
|
5045
5029
|
sendMessageAria: string;
|
|
5046
5030
|
requestFailedWithStatus: string;
|
|
5047
5031
|
serviceException: string;
|
|
5032
|
+
historyButton: string;
|
|
5033
|
+
historyTitle: string;
|
|
5034
|
+
historyEmpty: string;
|
|
5035
|
+
historyAllAgents: string;
|
|
5036
|
+
historyCurrentAgent: string;
|
|
5037
|
+
historyFilterTip: string;
|
|
5038
|
+
historyMsgCount: string;
|
|
5039
|
+
replayBack: string;
|
|
5040
|
+
replayBadge: string;
|
|
5041
|
+
replayLoadFailed: string;
|
|
5048
5042
|
};
|
|
5049
5043
|
aiAssistant: {
|
|
5050
5044
|
archived: string;
|
|
@@ -5458,6 +5452,7 @@ export declare const locales: {
|
|
|
5458
5452
|
commandCenter: {
|
|
5459
5453
|
common: {
|
|
5460
5454
|
allStatuses: string;
|
|
5455
|
+
backToList: string;
|
|
5461
5456
|
cancel: string;
|
|
5462
5457
|
colActions: string;
|
|
5463
5458
|
colDuration: string;
|
|
@@ -7406,6 +7401,12 @@ export declare const locales: {
|
|
|
7406
7401
|
assistant: string;
|
|
7407
7402
|
independent: string;
|
|
7408
7403
|
};
|
|
7404
|
+
assistantIdentityBanner: string;
|
|
7405
|
+
independentIdentityBanner: string;
|
|
7406
|
+
assistantIdentityEditorHint: string;
|
|
7407
|
+
assistantPermissionNotice: string;
|
|
7408
|
+
assistantAccessNotice: string;
|
|
7409
|
+
assistantAudienceNotice: string;
|
|
7409
7410
|
builderIdentityDesc: string;
|
|
7410
7411
|
builderIdentityGap: string;
|
|
7411
7412
|
builderIdentityInfo: string;
|
|
@@ -11783,6 +11784,22 @@ export declare const locales: {
|
|
|
11783
11784
|
pickAgentDesc: string;
|
|
11784
11785
|
releaseGate: string;
|
|
11785
11786
|
provingGroundTitle: string;
|
|
11787
|
+
runsEmptyDesc: string;
|
|
11788
|
+
runSummaryTitle: string;
|
|
11789
|
+
viewRunResults: string;
|
|
11790
|
+
gateSuccessVector: string;
|
|
11791
|
+
gateHardGate: string;
|
|
11792
|
+
gateEvidenceComplete: string;
|
|
11793
|
+
gateRunLineage: string;
|
|
11794
|
+
gateValuePass: string;
|
|
11795
|
+
gateValueBlocked: string;
|
|
11796
|
+
gateValueComplete: string;
|
|
11797
|
+
gateValueIncomplete: string;
|
|
11798
|
+
gateValueInsufficient: string;
|
|
11799
|
+
cognitionGateFailedMsg: string;
|
|
11800
|
+
cognitionGatePassedMsg: string;
|
|
11801
|
+
cognitionGateMissingMsg: string;
|
|
11802
|
+
cognitionGateDesc: string;
|
|
11786
11803
|
};
|
|
11787
11804
|
promptTemplates: {
|
|
11788
11805
|
pageTitle: string;
|
|
@@ -26461,25 +26478,9 @@ export declare const locales: {
|
|
|
26461
26478
|
micError: string;
|
|
26462
26479
|
cameraUnsupported: string;
|
|
26463
26480
|
cameraDenied: string;
|
|
26464
|
-
starterMedtech1: string;
|
|
26465
|
-
starterMedtech2: string;
|
|
26466
|
-
starterMedtech3: string;
|
|
26467
|
-
starterSales1: string;
|
|
26468
|
-
starterSales2: string;
|
|
26469
|
-
starterSales3: string;
|
|
26470
|
-
starterService1: string;
|
|
26471
|
-
starterService2: string;
|
|
26472
|
-
starterService3: string;
|
|
26473
|
-
starterAnalysis1: string;
|
|
26474
|
-
starterAnalysis2: string;
|
|
26475
|
-
starterAnalysis3: string;
|
|
26476
|
-
starterOps1: string;
|
|
26477
|
-
starterOps2: string;
|
|
26478
|
-
starterOps3: string;
|
|
26479
26481
|
starterDefault1: string;
|
|
26480
26482
|
starterDefault2: string;
|
|
26481
26483
|
starterDefault3: string;
|
|
26482
|
-
medtechCustomerHint: string;
|
|
26483
26484
|
customerHint: string;
|
|
26484
26485
|
backAria: string;
|
|
26485
26486
|
title: string;
|
|
@@ -26527,6 +26528,16 @@ export declare const locales: {
|
|
|
26527
26528
|
sendMessageAria: string;
|
|
26528
26529
|
requestFailedWithStatus: string;
|
|
26529
26530
|
serviceException: string;
|
|
26531
|
+
historyButton: string;
|
|
26532
|
+
historyTitle: string;
|
|
26533
|
+
historyEmpty: string;
|
|
26534
|
+
historyAllAgents: string;
|
|
26535
|
+
historyCurrentAgent: string;
|
|
26536
|
+
historyFilterTip: string;
|
|
26537
|
+
historyMsgCount: string;
|
|
26538
|
+
replayBack: string;
|
|
26539
|
+
replayBadge: string;
|
|
26540
|
+
replayLoadFailed: string;
|
|
26530
26541
|
};
|
|
26531
26542
|
aiAssistant: {
|
|
26532
26543
|
archived: string;
|
|
@@ -26940,6 +26951,7 @@ export declare const locales: {
|
|
|
26940
26951
|
commandCenter: {
|
|
26941
26952
|
common: {
|
|
26942
26953
|
allStatuses: string;
|
|
26954
|
+
backToList: string;
|
|
26943
26955
|
cancel: string;
|
|
26944
26956
|
colActions: string;
|
|
26945
26957
|
colDuration: string;
|
|
@@ -28888,6 +28900,12 @@ export declare const locales: {
|
|
|
28888
28900
|
assistant: string;
|
|
28889
28901
|
independent: string;
|
|
28890
28902
|
};
|
|
28903
|
+
assistantIdentityBanner: string;
|
|
28904
|
+
independentIdentityBanner: string;
|
|
28905
|
+
assistantIdentityEditorHint: string;
|
|
28906
|
+
assistantPermissionNotice: string;
|
|
28907
|
+
assistantAccessNotice: string;
|
|
28908
|
+
assistantAudienceNotice: string;
|
|
28891
28909
|
builderIdentityDesc: string;
|
|
28892
28910
|
builderIdentityGap: string;
|
|
28893
28911
|
builderIdentityInfo: string;
|
|
@@ -33265,6 +33283,22 @@ export declare const locales: {
|
|
|
33265
33283
|
pickAgentDesc: string;
|
|
33266
33284
|
releaseGate: string;
|
|
33267
33285
|
provingGroundTitle: string;
|
|
33286
|
+
runsEmptyDesc: string;
|
|
33287
|
+
runSummaryTitle: string;
|
|
33288
|
+
viewRunResults: string;
|
|
33289
|
+
gateSuccessVector: string;
|
|
33290
|
+
gateHardGate: string;
|
|
33291
|
+
gateEvidenceComplete: string;
|
|
33292
|
+
gateRunLineage: string;
|
|
33293
|
+
gateValuePass: string;
|
|
33294
|
+
gateValueBlocked: string;
|
|
33295
|
+
gateValueComplete: string;
|
|
33296
|
+
gateValueIncomplete: string;
|
|
33297
|
+
gateValueInsufficient: string;
|
|
33298
|
+
cognitionGateFailedMsg: string;
|
|
33299
|
+
cognitionGatePassedMsg: string;
|
|
33300
|
+
cognitionGateMissingMsg: string;
|
|
33301
|
+
cognitionGateDesc: string;
|
|
33268
33302
|
};
|
|
33269
33303
|
promptTemplates: {
|
|
33270
33304
|
pageTitle: string;
|
|
@@ -4975,25 +4975,9 @@ declare const _default: {
|
|
|
4975
4975
|
micError: string;
|
|
4976
4976
|
cameraUnsupported: string;
|
|
4977
4977
|
cameraDenied: string;
|
|
4978
|
-
starterMedtech1: string;
|
|
4979
|
-
starterMedtech2: string;
|
|
4980
|
-
starterMedtech3: string;
|
|
4981
|
-
starterSales1: string;
|
|
4982
|
-
starterSales2: string;
|
|
4983
|
-
starterSales3: string;
|
|
4984
|
-
starterService1: string;
|
|
4985
|
-
starterService2: string;
|
|
4986
|
-
starterService3: string;
|
|
4987
|
-
starterAnalysis1: string;
|
|
4988
|
-
starterAnalysis2: string;
|
|
4989
|
-
starterAnalysis3: string;
|
|
4990
|
-
starterOps1: string;
|
|
4991
|
-
starterOps2: string;
|
|
4992
|
-
starterOps3: string;
|
|
4993
4978
|
starterDefault1: string;
|
|
4994
4979
|
starterDefault2: string;
|
|
4995
4980
|
starterDefault3: string;
|
|
4996
|
-
medtechCustomerHint: string;
|
|
4997
4981
|
customerHint: string;
|
|
4998
4982
|
backAria: string;
|
|
4999
4983
|
title: string;
|
|
@@ -5041,6 +5025,16 @@ declare const _default: {
|
|
|
5041
5025
|
sendMessageAria: string;
|
|
5042
5026
|
requestFailedWithStatus: string;
|
|
5043
5027
|
serviceException: string;
|
|
5028
|
+
historyButton: string;
|
|
5029
|
+
historyTitle: string;
|
|
5030
|
+
historyEmpty: string;
|
|
5031
|
+
historyAllAgents: string;
|
|
5032
|
+
historyCurrentAgent: string;
|
|
5033
|
+
historyFilterTip: string;
|
|
5034
|
+
historyMsgCount: string;
|
|
5035
|
+
replayBack: string;
|
|
5036
|
+
replayBadge: string;
|
|
5037
|
+
replayLoadFailed: string;
|
|
5044
5038
|
};
|
|
5045
5039
|
aiAssistant: {
|
|
5046
5040
|
archived: string;
|
|
@@ -5454,6 +5448,7 @@ declare const _default: {
|
|
|
5454
5448
|
commandCenter: {
|
|
5455
5449
|
common: {
|
|
5456
5450
|
allStatuses: string;
|
|
5451
|
+
backToList: string;
|
|
5457
5452
|
cancel: string;
|
|
5458
5453
|
colActions: string;
|
|
5459
5454
|
colDuration: string;
|
|
@@ -7402,6 +7397,12 @@ declare const _default: {
|
|
|
7402
7397
|
assistant: string;
|
|
7403
7398
|
independent: string;
|
|
7404
7399
|
};
|
|
7400
|
+
assistantIdentityBanner: string;
|
|
7401
|
+
independentIdentityBanner: string;
|
|
7402
|
+
assistantIdentityEditorHint: string;
|
|
7403
|
+
assistantPermissionNotice: string;
|
|
7404
|
+
assistantAccessNotice: string;
|
|
7405
|
+
assistantAudienceNotice: string;
|
|
7405
7406
|
builderIdentityDesc: string;
|
|
7406
7407
|
builderIdentityGap: string;
|
|
7407
7408
|
builderIdentityInfo: string;
|
|
@@ -11779,6 +11780,22 @@ declare const _default: {
|
|
|
11779
11780
|
pickAgentDesc: string;
|
|
11780
11781
|
releaseGate: string;
|
|
11781
11782
|
provingGroundTitle: string;
|
|
11783
|
+
runsEmptyDesc: string;
|
|
11784
|
+
runSummaryTitle: string;
|
|
11785
|
+
viewRunResults: string;
|
|
11786
|
+
gateSuccessVector: string;
|
|
11787
|
+
gateHardGate: string;
|
|
11788
|
+
gateEvidenceComplete: string;
|
|
11789
|
+
gateRunLineage: string;
|
|
11790
|
+
gateValuePass: string;
|
|
11791
|
+
gateValueBlocked: string;
|
|
11792
|
+
gateValueComplete: string;
|
|
11793
|
+
gateValueIncomplete: string;
|
|
11794
|
+
gateValueInsufficient: string;
|
|
11795
|
+
cognitionGateFailedMsg: string;
|
|
11796
|
+
cognitionGatePassedMsg: string;
|
|
11797
|
+
cognitionGateMissingMsg: string;
|
|
11798
|
+
cognitionGateDesc: string;
|
|
11782
11799
|
};
|
|
11783
11800
|
promptTemplates: {
|
|
11784
11801
|
pageTitle: string;
|
|
@@ -4996,26 +4996,10 @@ const messages = {
|
|
|
4996
4996
|
micError: "录音失败,请重试或改用文字输入。",
|
|
4997
4997
|
cameraUnsupported: "当前浏览器不支持摄像头。",
|
|
4998
4998
|
cameraDenied: "摄像头权限被拒绝,请在浏览器中允许后重试。",
|
|
4999
|
-
starterMedtech1: "梳理我负责的医院,指出本周最该重点拜访的三家",
|
|
5000
|
-
starterMedtech2: "一家三甲医院心内科想了解血管支架,下一步怎么跟进?",
|
|
5001
|
-
starterMedtech3: "跟踪当前集采项目,哪些价格让步需要挂人工审批?",
|
|
5002
|
-
starterSales1: "这位客户的重点单子最近进展如何?",
|
|
5003
|
-
starterSales2: "这周有哪些新的海外询盘?",
|
|
5004
|
-
starterSales3: "帮我盘点目前风险最高的商机",
|
|
5005
|
-
starterService1: "这位客户有哪些未结的服务工单?",
|
|
5006
|
-
starterService2: "订单 ORD-2024-0892 的货损处理到哪一步了?",
|
|
5007
|
-
starterService3: "当前有哪些待审批的退款?",
|
|
5008
|
-
starterAnalysis1: "生成本周的商机管道周报",
|
|
5009
|
-
starterAnalysis2: "当前加权预测和总管道分别是多少?",
|
|
5010
|
-
starterAnalysis3: "哪些阶段的商机金额最大?",
|
|
5011
|
-
starterOps1: "销售与客服团队这周的运营健康度如何?",
|
|
5012
|
-
starterOps2: "当前有哪些需要关注的瓶颈或风险?",
|
|
5013
|
-
starterOps3: "给团队下一步的最佳行动建议",
|
|
5014
4999
|
starterDefault1: "帮我看看这位客户最近的情况",
|
|
5015
5000
|
starterDefault2: "盘点本周的关键业务进展",
|
|
5016
5001
|
starterDefault3: "有哪些需要我重点关注的风险?",
|
|
5017
|
-
|
|
5018
|
-
customerHint: "💡 说出客户全称(如「远大智能制造集团」)即可激活该客户的长期记忆",
|
|
5002
|
+
customerHint: "💡 说出客户全称即可激活该客户的长期记忆",
|
|
5019
5003
|
backAria: "返回上一页",
|
|
5020
5004
|
title: "员工演练",
|
|
5021
5005
|
localBadge: "公司自有 · 数据主权可控",
|
|
@@ -5062,6 +5046,17 @@ const messages = {
|
|
|
5062
5046
|
sendMessageAria: "发送消息",
|
|
5063
5047
|
requestFailedWithStatus: "请求失败({status})",
|
|
5064
5048
|
serviceException: "服务异常",
|
|
5049
|
+
// 历史会话 / 会议回放(仅本人,按 userId+workspaceId 隔离)
|
|
5050
|
+
historyButton: "历史会话",
|
|
5051
|
+
historyTitle: "历史会话",
|
|
5052
|
+
historyEmpty: "暂无历史会话",
|
|
5053
|
+
historyAllAgents: "全部员工",
|
|
5054
|
+
historyCurrentAgent: "仅当前员工",
|
|
5055
|
+
historyFilterTip: "切换:仅当前员工 / 全部员工",
|
|
5056
|
+
historyMsgCount: "{n} 条消息",
|
|
5057
|
+
replayBack: "返回当前会话",
|
|
5058
|
+
replayBadge: "回放",
|
|
5059
|
+
replayLoadFailed: "该会话加载失败,请稍后重试",
|
|
5065
5060
|
},
|
|
5066
5061
|
aiAssistant: {
|
|
5067
5062
|
archived: "已归档",
|
|
@@ -5473,6 +5468,7 @@ const messages = {
|
|
|
5473
5468
|
commandCenter: {
|
|
5474
5469
|
common: {
|
|
5475
5470
|
allStatuses: "全部状态",
|
|
5471
|
+
backToList: "返回执行列表",
|
|
5476
5472
|
cancel: "取消",
|
|
5477
5473
|
colActions: "操作",
|
|
5478
5474
|
colDuration: "耗时",
|
|
@@ -7391,6 +7387,12 @@ const messages = {
|
|
|
7391
7387
|
assistant: "员工助理",
|
|
7392
7388
|
independent: "独立 AI 员工",
|
|
7393
7389
|
},
|
|
7390
|
+
assistantIdentityBanner: "此为员工助理:将在授权人的账户、角色和组织节点下执行,本身不持有任何独立权限。下方账户/角色填写后,系统会自动转为独立 AI 员工。",
|
|
7391
|
+
independentIdentityBanner: "此为独立 AI 员工:以自有服务账号(工号)和角色执行,拥有独立的账户、权限和组织架构边界。",
|
|
7392
|
+
assistantIdentityEditorHint: "员工助理无需配置下方账户与角色。如需让此员工独立持权执行,请同时填写服务账号和角色,保存后即转为独立 AI 员工。",
|
|
7393
|
+
assistantPermissionNotice: "员工助理不单独持有权限:其数据范围、公共组、权限集和运行时边界均继承自授权人,无需也无法在此配置。",
|
|
7394
|
+
assistantAccessNotice: "员工助理不可独立工作:其执行身份(run-as)继承自发起任务的真实用户,无独立服务账号权限画像。",
|
|
7395
|
+
assistantAudienceNotice: "员工助理无独立使用人群与组织归属:组织节点、使用人群(组织/用户)均继承自发起任务的真实用户,无需也无法在此配置。",
|
|
7394
7396
|
builderIdentityDesc: "决定 AI 员工以谁的身份执行、拥有什么职权和组织边界。",
|
|
7395
7397
|
builderIdentityGap: "缺少工号或职权",
|
|
7396
7398
|
builderIdentityInfo: "身份信息",
|
|
@@ -7670,7 +7672,7 @@ const messages = {
|
|
|
7670
7672
|
learningPlanOutputs: "学习产物",
|
|
7671
7673
|
learningPlanRedactionScope: "脱敏范围",
|
|
7672
7674
|
learningPlanReleaseControl: "发布控制",
|
|
7673
|
-
learningPlanTitle: "
|
|
7675
|
+
learningPlanTitle: "学习计划",
|
|
7674
7676
|
manage: "管理",
|
|
7675
7677
|
manageOrg: "组织架构",
|
|
7676
7678
|
manageRole: "角色权限",
|
|
@@ -11767,6 +11769,22 @@ const messages = {
|
|
|
11767
11769
|
pickAgentDesc: "在右上角选择一名数字员工,为它建立测试用例集,一键在沙箱里跑真 agent 打分、与基线对比检测回归。",
|
|
11768
11770
|
releaseGate: "发布门禁",
|
|
11769
11771
|
provingGroundTitle: "验证场 / 发布门禁",
|
|
11772
|
+
runsEmptyDesc: "运行评测后,这里展示通过率、回归对比和逐条结果。",
|
|
11773
|
+
runSummaryTitle: "最近一次运行",
|
|
11774
|
+
viewRunResults: "查看运行结果",
|
|
11775
|
+
gateSuccessVector: "成功向量",
|
|
11776
|
+
gateHardGate: "Hard gate",
|
|
11777
|
+
gateEvidenceComplete: "证据完整度",
|
|
11778
|
+
gateRunLineage: "精确运行血缘",
|
|
11779
|
+
gateValuePass: "通过",
|
|
11780
|
+
gateValueBlocked: "阻断",
|
|
11781
|
+
gateValueComplete: "完整",
|
|
11782
|
+
gateValueIncomplete: "不完整",
|
|
11783
|
+
gateValueInsufficient: "证据不足",
|
|
11784
|
+
cognitionGateFailedMsg: "候选认知门禁未通过:active 通过不能覆盖 candidate 失败",
|
|
11785
|
+
cognitionGatePassedMsg: "成功向量与认知门禁已由后端 runner 验证",
|
|
11786
|
+
cognitionGateMissingMsg: "当前运行未返回 exact candidate binding,不能作为候选发布证据",
|
|
11787
|
+
cognitionGateDesc: "候选发布必须同时满足成功向量、hard gate、证据完整度与 exact candidate lineage。",
|
|
11770
11788
|
},
|
|
11771
11789
|
promptTemplates: {
|
|
11772
11790
|
pageTitle: "提示词模板",
|