@nexusclawhq/cli 0.3.0 → 0.3.3
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/agent-executable-assets/candidate-fixture-mismatch-evidence.d.ts +82 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/candidate-fixture-mismatch-evidence.js +123 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/candidate-fixture-mismatch-evidence.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/contract-schemas.d.ts +6 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/contract-schemas.js +241 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/contract-schemas.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.d.ts +2 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js +8 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/release-evidence.types.d.ts +5 -3
- 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 +39 -16
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +44 -20
- 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 +78 -32
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +39 -16
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +43 -19
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/src/cli.js +21 -1
- package/dist/nexus-cli/src/cli.js.map +1 -1
- package/dist/nexus-cli/src/services/__env-probe.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/__env-probe.test.js +13 -0
- package/dist/nexus-cli/src/services/__env-probe.test.js.map +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.js +8 -6
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.js.map +1 -1
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.d.ts +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.js +128 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.js.map +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js +132 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js.map +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.test.js +51 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.test.js.map +1 -1
- package/dist/nexus-cli/src/services/build-info.d.ts +10 -0
- package/dist/nexus-cli/src/services/build-info.js +88 -0
- package/dist/nexus-cli/src/services/build-info.js.map +1 -0
- 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-remote-operations.d.ts +3 -1
- package/dist/nexus-cli/src/services/workforce-remote-operations.js +34 -9
- package/dist/nexus-cli/src/services/workforce-remote-operations.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-remote-operations.suite-selection.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/workforce-remote-operations.suite-selection.test.js +42 -0
- package/dist/nexus-cli/src/services/workforce-remote-operations.suite-selection.test.js.map +1 -0
- 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 +3 -2
|
@@ -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,16 @@ 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
|
+
assistantDefenseNotice: string;
|
|
7409
|
+
assistantRunAsInheritance: string;
|
|
7410
|
+
assistantAccessNotice: string;
|
|
7411
|
+
assistantAudienceNotice: string;
|
|
7412
|
+
builderPermissionTitleAssistant: string;
|
|
7413
|
+
builderDefenseBoundaryTitle: string;
|
|
7409
7414
|
builderIdentityDesc: string;
|
|
7410
7415
|
builderIdentityGap: string;
|
|
7411
7416
|
builderIdentityInfo: string;
|
|
@@ -7523,6 +7528,8 @@ export declare const locales: {
|
|
|
7523
7528
|
noProactiveTitle: string;
|
|
7524
7529
|
noContextMemoryTitle: string;
|
|
7525
7530
|
noContractDesc: string;
|
|
7531
|
+
openBlueprintCta: string;
|
|
7532
|
+
openBlueprintHint: string;
|
|
7526
7533
|
contractIdLabel: string;
|
|
7527
7534
|
contractRevisionLabel: string;
|
|
7528
7535
|
missionLabel: string;
|
|
@@ -11783,6 +11790,22 @@ export declare const locales: {
|
|
|
11783
11790
|
pickAgentDesc: string;
|
|
11784
11791
|
releaseGate: string;
|
|
11785
11792
|
provingGroundTitle: string;
|
|
11793
|
+
runsEmptyDesc: string;
|
|
11794
|
+
runSummaryTitle: string;
|
|
11795
|
+
viewRunResults: string;
|
|
11796
|
+
gateSuccessVector: string;
|
|
11797
|
+
gateHardGate: string;
|
|
11798
|
+
gateEvidenceComplete: string;
|
|
11799
|
+
gateRunLineage: string;
|
|
11800
|
+
gateValuePass: string;
|
|
11801
|
+
gateValueBlocked: string;
|
|
11802
|
+
gateValueComplete: string;
|
|
11803
|
+
gateValueIncomplete: string;
|
|
11804
|
+
gateValueInsufficient: string;
|
|
11805
|
+
cognitionGateFailedMsg: string;
|
|
11806
|
+
cognitionGatePassedMsg: string;
|
|
11807
|
+
cognitionGateMissingMsg: string;
|
|
11808
|
+
cognitionGateDesc: string;
|
|
11786
11809
|
};
|
|
11787
11810
|
promptTemplates: {
|
|
11788
11811
|
pageTitle: string;
|
|
@@ -26461,25 +26484,9 @@ export declare const locales: {
|
|
|
26461
26484
|
micError: string;
|
|
26462
26485
|
cameraUnsupported: string;
|
|
26463
26486
|
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
26487
|
starterDefault1: string;
|
|
26480
26488
|
starterDefault2: string;
|
|
26481
26489
|
starterDefault3: string;
|
|
26482
|
-
medtechCustomerHint: string;
|
|
26483
26490
|
customerHint: string;
|
|
26484
26491
|
backAria: string;
|
|
26485
26492
|
title: string;
|
|
@@ -26527,6 +26534,16 @@ export declare const locales: {
|
|
|
26527
26534
|
sendMessageAria: string;
|
|
26528
26535
|
requestFailedWithStatus: string;
|
|
26529
26536
|
serviceException: string;
|
|
26537
|
+
historyButton: string;
|
|
26538
|
+
historyTitle: string;
|
|
26539
|
+
historyEmpty: string;
|
|
26540
|
+
historyAllAgents: string;
|
|
26541
|
+
historyCurrentAgent: string;
|
|
26542
|
+
historyFilterTip: string;
|
|
26543
|
+
historyMsgCount: string;
|
|
26544
|
+
replayBack: string;
|
|
26545
|
+
replayBadge: string;
|
|
26546
|
+
replayLoadFailed: string;
|
|
26530
26547
|
};
|
|
26531
26548
|
aiAssistant: {
|
|
26532
26549
|
archived: string;
|
|
@@ -26940,6 +26957,7 @@ export declare const locales: {
|
|
|
26940
26957
|
commandCenter: {
|
|
26941
26958
|
common: {
|
|
26942
26959
|
allStatuses: string;
|
|
26960
|
+
backToList: string;
|
|
26943
26961
|
cancel: string;
|
|
26944
26962
|
colActions: string;
|
|
26945
26963
|
colDuration: string;
|
|
@@ -28888,6 +28906,16 @@ export declare const locales: {
|
|
|
28888
28906
|
assistant: string;
|
|
28889
28907
|
independent: string;
|
|
28890
28908
|
};
|
|
28909
|
+
assistantIdentityBanner: string;
|
|
28910
|
+
independentIdentityBanner: string;
|
|
28911
|
+
assistantIdentityEditorHint: string;
|
|
28912
|
+
assistantPermissionNotice: string;
|
|
28913
|
+
assistantDefenseNotice: string;
|
|
28914
|
+
assistantRunAsInheritance: string;
|
|
28915
|
+
assistantAccessNotice: string;
|
|
28916
|
+
assistantAudienceNotice: string;
|
|
28917
|
+
builderPermissionTitleAssistant: string;
|
|
28918
|
+
builderDefenseBoundaryTitle: string;
|
|
28891
28919
|
builderIdentityDesc: string;
|
|
28892
28920
|
builderIdentityGap: string;
|
|
28893
28921
|
builderIdentityInfo: string;
|
|
@@ -29005,6 +29033,8 @@ export declare const locales: {
|
|
|
29005
29033
|
noProactiveTitle: string;
|
|
29006
29034
|
noContextMemoryTitle: string;
|
|
29007
29035
|
noContractDesc: string;
|
|
29036
|
+
openBlueprintCta: string;
|
|
29037
|
+
openBlueprintHint: string;
|
|
29008
29038
|
contractIdLabel: string;
|
|
29009
29039
|
contractRevisionLabel: string;
|
|
29010
29040
|
missionLabel: string;
|
|
@@ -33265,6 +33295,22 @@ export declare const locales: {
|
|
|
33265
33295
|
pickAgentDesc: string;
|
|
33266
33296
|
releaseGate: string;
|
|
33267
33297
|
provingGroundTitle: string;
|
|
33298
|
+
runsEmptyDesc: string;
|
|
33299
|
+
runSummaryTitle: string;
|
|
33300
|
+
viewRunResults: string;
|
|
33301
|
+
gateSuccessVector: string;
|
|
33302
|
+
gateHardGate: string;
|
|
33303
|
+
gateEvidenceComplete: string;
|
|
33304
|
+
gateRunLineage: string;
|
|
33305
|
+
gateValuePass: string;
|
|
33306
|
+
gateValueBlocked: string;
|
|
33307
|
+
gateValueComplete: string;
|
|
33308
|
+
gateValueIncomplete: string;
|
|
33309
|
+
gateValueInsufficient: string;
|
|
33310
|
+
cognitionGateFailedMsg: string;
|
|
33311
|
+
cognitionGatePassedMsg: string;
|
|
33312
|
+
cognitionGateMissingMsg: string;
|
|
33313
|
+
cognitionGateDesc: string;
|
|
33268
33314
|
};
|
|
33269
33315
|
promptTemplates: {
|
|
33270
33316
|
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,16 @@ 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
|
+
assistantDefenseNotice: string;
|
|
7405
|
+
assistantRunAsInheritance: string;
|
|
7406
|
+
assistantAccessNotice: string;
|
|
7407
|
+
assistantAudienceNotice: string;
|
|
7408
|
+
builderPermissionTitleAssistant: string;
|
|
7409
|
+
builderDefenseBoundaryTitle: string;
|
|
7405
7410
|
builderIdentityDesc: string;
|
|
7406
7411
|
builderIdentityGap: string;
|
|
7407
7412
|
builderIdentityInfo: string;
|
|
@@ -7519,6 +7524,8 @@ declare const _default: {
|
|
|
7519
7524
|
noProactiveTitle: string;
|
|
7520
7525
|
noContextMemoryTitle: string;
|
|
7521
7526
|
noContractDesc: string;
|
|
7527
|
+
openBlueprintCta: string;
|
|
7528
|
+
openBlueprintHint: string;
|
|
7522
7529
|
contractIdLabel: string;
|
|
7523
7530
|
contractRevisionLabel: string;
|
|
7524
7531
|
missionLabel: string;
|
|
@@ -11779,6 +11786,22 @@ declare const _default: {
|
|
|
11779
11786
|
pickAgentDesc: string;
|
|
11780
11787
|
releaseGate: string;
|
|
11781
11788
|
provingGroundTitle: string;
|
|
11789
|
+
runsEmptyDesc: string;
|
|
11790
|
+
runSummaryTitle: string;
|
|
11791
|
+
viewRunResults: string;
|
|
11792
|
+
gateSuccessVector: string;
|
|
11793
|
+
gateHardGate: string;
|
|
11794
|
+
gateEvidenceComplete: string;
|
|
11795
|
+
gateRunLineage: string;
|
|
11796
|
+
gateValuePass: string;
|
|
11797
|
+
gateValueBlocked: string;
|
|
11798
|
+
gateValueComplete: string;
|
|
11799
|
+
gateValueIncomplete: string;
|
|
11800
|
+
gateValueInsufficient: string;
|
|
11801
|
+
cognitionGateFailedMsg: string;
|
|
11802
|
+
cognitionGatePassedMsg: string;
|
|
11803
|
+
cognitionGateMissingMsg: string;
|
|
11804
|
+
cognitionGateDesc: string;
|
|
11782
11805
|
};
|
|
11783
11806
|
promptTemplates: {
|
|
11784
11807
|
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,16 @@ const messages = {
|
|
|
7391
7387
|
assistant: "员工助理",
|
|
7392
7388
|
independent: "独立 AI 员工",
|
|
7393
7389
|
},
|
|
7390
|
+
assistantIdentityBanner: "此为员工助理:将在授权人的账户、角色和组织节点下执行,本身不持有任何独立权限。下方账户/角色填写后,系统会自动转为独立 AI 员工。",
|
|
7391
|
+
independentIdentityBanner: "此为独立 AI 员工:以自有服务账号(工号)和角色执行,拥有独立的账户、权限和组织架构边界。",
|
|
7392
|
+
assistantIdentityEditorHint: "员工助理无需配置下方账户与角色。如需让此员工独立持权执行,请同时填写服务账号和角色,保存后即转为独立 AI 员工。",
|
|
7393
|
+
assistantPermissionNotice: "员工助理的公共组与权限集继承自授权人,无需也无法在此配置;但数据范围、速率限制、工具白/黑名单为防御性收窄配置,必须设置以防止数据越权。",
|
|
7394
|
+
assistantDefenseNotice: "防御性收窄:以下数据范围、速率限制、工具白/黑名单将与授权人权限取交集,只收窄不放宽。若助理配的组织子树不在授权人子树内,访问将被拒绝(fail-closed)。",
|
|
7395
|
+
assistantRunAsInheritance: "执行身份(run-as)继承自发起任务的真实用户;下方为该助理的防御性边界配置。",
|
|
7396
|
+
assistantAccessNotice: "员工助理不可独立工作:其执行身份(run-as)继承自发起任务的真实用户,但下方防御性边界(数据范围/速率/工具)会被强制执行。",
|
|
7397
|
+
assistantAudienceNotice: "员工助理无独立使用人群:谁能调用此助理由其挂载的入口(聊天、流程节点)决定,继承自发起任务的真实用户,无需在此配置。",
|
|
7398
|
+
builderPermissionTitleAssistant: "防御性数据范围与运行时边界",
|
|
7399
|
+
builderDefenseBoundaryTitle: "防御性边界(与授权人权限取交集)",
|
|
7394
7400
|
builderIdentityDesc: "决定 AI 员工以谁的身份执行、拥有什么职权和组织边界。",
|
|
7395
7401
|
builderIdentityGap: "缺少工号或职权",
|
|
7396
7402
|
builderIdentityInfo: "身份信息",
|
|
@@ -7507,7 +7513,9 @@ const messages = {
|
|
|
7507
7513
|
noContractTitle: "暂无成功合同",
|
|
7508
7514
|
noProactiveTitle: "暂无主动策略",
|
|
7509
7515
|
noContextMemoryTitle: "暂无上下文与记忆策略",
|
|
7510
|
-
noContractDesc: "
|
|
7516
|
+
noContractDesc: "当前候选未包含认知策略。请前往「AI 员工 → 学习成长」的「目标到员工蓝图」生成蓝图并物化为候选,或通过后端 API 初始化后再编辑。",
|
|
7517
|
+
openBlueprintCta: "前往生成蓝图",
|
|
7518
|
+
openBlueprintHint: "打开「学习成长」页面,在第一列底部点击「+ 生成目标到员工蓝图」",
|
|
7511
7519
|
contractIdLabel: "合同 ID",
|
|
7512
7520
|
contractRevisionLabel: "合同版本号",
|
|
7513
7521
|
missionLabel: "使命",
|
|
@@ -7670,7 +7678,7 @@ const messages = {
|
|
|
7670
7678
|
learningPlanOutputs: "学习产物",
|
|
7671
7679
|
learningPlanRedactionScope: "脱敏范围",
|
|
7672
7680
|
learningPlanReleaseControl: "发布控制",
|
|
7673
|
-
learningPlanTitle: "
|
|
7681
|
+
learningPlanTitle: "学习计划",
|
|
7674
7682
|
manage: "管理",
|
|
7675
7683
|
manageOrg: "组织架构",
|
|
7676
7684
|
manageRole: "角色权限",
|
|
@@ -11767,6 +11775,22 @@ const messages = {
|
|
|
11767
11775
|
pickAgentDesc: "在右上角选择一名数字员工,为它建立测试用例集,一键在沙箱里跑真 agent 打分、与基线对比检测回归。",
|
|
11768
11776
|
releaseGate: "发布门禁",
|
|
11769
11777
|
provingGroundTitle: "验证场 / 发布门禁",
|
|
11778
|
+
runsEmptyDesc: "运行评测后,这里展示通过率、回归对比和逐条结果。",
|
|
11779
|
+
runSummaryTitle: "最近一次运行",
|
|
11780
|
+
viewRunResults: "查看运行结果",
|
|
11781
|
+
gateSuccessVector: "成功向量",
|
|
11782
|
+
gateHardGate: "Hard gate",
|
|
11783
|
+
gateEvidenceComplete: "证据完整度",
|
|
11784
|
+
gateRunLineage: "精确运行血缘",
|
|
11785
|
+
gateValuePass: "通过",
|
|
11786
|
+
gateValueBlocked: "阻断",
|
|
11787
|
+
gateValueComplete: "完整",
|
|
11788
|
+
gateValueIncomplete: "不完整",
|
|
11789
|
+
gateValueInsufficient: "证据不足",
|
|
11790
|
+
cognitionGateFailedMsg: "候选认知门禁未通过:active 通过不能覆盖 candidate 失败",
|
|
11791
|
+
cognitionGatePassedMsg: "成功向量与认知门禁已由后端 runner 验证",
|
|
11792
|
+
cognitionGateMissingMsg: "当前运行未返回 exact candidate binding,不能作为候选发布证据",
|
|
11793
|
+
cognitionGateDesc: "候选发布必须同时满足成功向量、hard gate、证据完整度与 exact candidate lineage。",
|
|
11770
11794
|
},
|
|
11771
11795
|
promptTemplates: {
|
|
11772
11796
|
pageTitle: "提示词模板",
|