@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.
Files changed (31) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.d.ts +1 -1
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.js.map +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +9 -0
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +18 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +107 -1
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +107 -1
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +214 -2
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +107 -1
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +107 -1
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  15. package/dist/nexus-cli/src/services/api-client.d.ts +2 -0
  16. package/dist/nexus-cli/src/services/api-client.js +33 -1
  17. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  18. package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
  19. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.d.ts +1 -0
  20. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js +41 -0
  21. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js.map +1 -0
  22. package/dist/nexus-cli/src/services/workforce-config-remote.d.ts +10 -4
  23. package/dist/nexus-cli/src/services/workforce-config-remote.js +4 -4
  24. package/dist/nexus-cli/src/services/workforce-config-remote.js.map +1 -1
  25. package/dist/nexus-cli/src/services/workforce-conversation-remote.js +13 -0
  26. package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
  27. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  28. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  29. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  30. package/dist/tsconfig.tsbuildinfo +1 -1
  31. package/package.json +1 -1
@@ -4560,6 +4560,10 @@ export declare const locales: {
4560
4560
  agentChat: {
4561
4561
  agentReply: string;
4562
4562
  auditChainEnabled: string;
4563
+ planLabel: string;
4564
+ agentBrand: string;
4565
+ aglPipeline: string;
4566
+ tokensLabel: string;
4563
4567
  chainStable: string;
4564
4568
  composingReply: string;
4565
4569
  continuePrompt: string;
@@ -4629,6 +4633,7 @@ export declare const locales: {
4629
4633
  };
4630
4634
  agentDemo: {
4631
4635
  attributionScore: string;
4636
+ outcomeGuardrailTag: string;
4632
4637
  billingSummaryTitle: string;
4633
4638
  billingTier: string;
4634
4639
  customInputPlaceholder: string;
@@ -9456,6 +9461,10 @@ export declare const locales: {
9456
9461
  deploymentPages: {
9457
9462
  envProduction: string;
9458
9463
  envDevelopmentSandbox: string;
9464
+ historyTitle: string;
9465
+ historySubtitle: string;
9466
+ backToList: string;
9467
+ resultPlaceholder: string;
9459
9468
  envTestSandbox: string;
9460
9469
  createChangeSetTitle: string;
9461
9470
  changeSetNameLabel: string;
@@ -9505,7 +9514,6 @@ export declare const locales: {
9505
9514
  loadFailed: string;
9506
9515
  loadFailedMessage: string;
9507
9516
  notFound: string;
9508
- backToList: string;
9509
9517
  changeSetNotExist: string;
9510
9518
  tryAdjustFilters: string;
9511
9519
  changeSetDeleted: string;
@@ -11280,6 +11288,9 @@ export declare const locales: {
11280
11288
  };
11281
11289
  rollupDebug: {
11282
11290
  recalcDone: string;
11291
+ objectMetadataIdPlaceholder: string;
11292
+ parentRecordIdPlaceholder: string;
11293
+ rollupFieldIdPlaceholder: string;
11283
11294
  batchRecalcDone: string;
11284
11295
  pageTitle: string;
11285
11296
  breadcrumbPlatformTools: string;
@@ -13103,6 +13114,10 @@ export declare const locales: {
13103
13114
  wizard: {
13104
13115
  step1Title: string;
13105
13116
  step2Title: string;
13117
+ convertTitle: string;
13118
+ accountLabel: string;
13119
+ contactLabel: string;
13120
+ opportunityLabel: string;
13106
13121
  step3Title: string;
13107
13122
  matchScore: string;
13108
13123
  mappingLinkExistingWithLabel: string;
@@ -13606,6 +13621,12 @@ export declare const locales: {
13606
13621
  };
13607
13622
  recordContextPacket: {
13608
13623
  fieldRequiredHint: string;
13624
+ evidenceTitle: string;
13625
+ feedbackTitle: string;
13626
+ debugContextTitle: string;
13627
+ commandDockTitle: string;
13628
+ smartPasteLabel: string;
13629
+ runAgentLabel: string;
13609
13630
  inlineAssist: {
13610
13631
  fillCritical: {
13611
13632
  assist: string;
@@ -16856,6 +16877,7 @@ export declare const locales: {
16856
16877
  notFoundTitle: string;
16857
16878
  notFoundSubtitle: string;
16858
16879
  backToList: string;
16880
+ backToListAndRefresh: string;
16859
16881
  dataLoadFailed: string;
16860
16882
  retry: string;
16861
16883
  record: string;
@@ -17112,6 +17134,7 @@ export declare const locales: {
17112
17134
  };
17113
17135
  conditionBuilder: {
17114
17136
  selectField: string;
17137
+ valuePlaceholder: string;
17115
17138
  deleteCondition: string;
17116
17139
  deleteConditionGroup: string;
17117
17140
  addCondition: string;
@@ -17120,6 +17143,66 @@ export declare const locales: {
17120
17143
  rawModeDesc: string;
17121
17144
  switchToVisual: string;
17122
17145
  };
17146
+ recordingPlayer: {
17147
+ sentimentTimeline: string;
17148
+ rewind5s: string;
17149
+ forward5s: string;
17150
+ volume: string;
17151
+ playbackSpeed: string;
17152
+ };
17153
+ knowledgeBridge: {
17154
+ articleLoading: string;
17155
+ articleNotFound: string;
17156
+ articleUnavailable: string;
17157
+ feedbackYes: string;
17158
+ feedbackNo: string;
17159
+ wasThisHelpful: string;
17160
+ articleHelpful: string;
17161
+ articleNotHelpful: string;
17162
+ caseLoading: string;
17163
+ caseNotFound: string;
17164
+ caseUnavailable: string;
17165
+ commentPlaceholder: string;
17166
+ commentLabel: string;
17167
+ searchPrompt: string;
17168
+ searching: string;
17169
+ searchPlaceholder: string;
17170
+ searchLabel: string;
17171
+ };
17172
+ packageInstall: {
17173
+ title: string;
17174
+ installOk: string;
17175
+ localRegistryMode: string;
17176
+ localRegistryRoot: string;
17177
+ };
17178
+ revisionHistory: {
17179
+ filterByAuthor: string;
17180
+ searchBySummary: string;
17181
+ };
17182
+ nwcRuntime: {
17183
+ artifactMissing: string;
17184
+ runtimeError: string;
17185
+ dataBridgeFailed: string;
17186
+ resolveFailed: string;
17187
+ };
17188
+ fieldLayoutEditor: {
17189
+ availableFields: string;
17190
+ properties: string;
17191
+ searchFieldsPlaceholder: string;
17192
+ layoutSaved: string;
17193
+ };
17194
+ playgroundSetup: {
17195
+ apiKeyLabel: string;
17196
+ apiKeyPlaceholder: string;
17197
+ schemaLabel: string;
17198
+ apiKeyValidated: string;
17199
+ };
17200
+ dashboardEditor: {
17201
+ noData: string;
17202
+ componentError: string;
17203
+ addReportComponent: string;
17204
+ layoutSaved: string;
17205
+ };
17123
17206
  flowBuilderCanvas: {
17124
17207
  undoTitle: string;
17125
17208
  redoTitle: string;
@@ -17131,6 +17214,29 @@ export declare const locales: {
17131
17214
  switchedToFreeForm: string;
17132
17215
  flowSaved: string;
17133
17216
  };
17217
+ shortcutHelp: {
17218
+ title: string;
17219
+ switchToView: string;
17220
+ globalSection: string;
17221
+ recordDetailSection: string;
17222
+ listViewSection: string;
17223
+ viewSwitchSection: string;
17224
+ macHint: string;
17225
+ listHint: string;
17226
+ def: {
17227
+ globalSearch: string;
17228
+ globalNew: string;
17229
+ globalHelp: string;
17230
+ recordEdit: string;
17231
+ recordSave: string;
17232
+ recordClone: string;
17233
+ recordDelete: string;
17234
+ listNavDown: string;
17235
+ listNavUp: string;
17236
+ listOpen: string;
17237
+ switchToViewN: string;
17238
+ };
17239
+ };
17134
17240
  workspaceLogo: {
17135
17241
  uploadButton: string;
17136
17242
  workspaceIdNotFound: string;
@@ -25529,6 +25635,10 @@ export declare const locales: {
25529
25635
  agentChat: {
25530
25636
  agentReply: string;
25531
25637
  auditChainEnabled: string;
25638
+ planLabel: string;
25639
+ agentBrand: string;
25640
+ aglPipeline: string;
25641
+ tokensLabel: string;
25532
25642
  chainStable: string;
25533
25643
  composingReply: string;
25534
25644
  continuePrompt: string;
@@ -25598,6 +25708,7 @@ export declare const locales: {
25598
25708
  };
25599
25709
  agentDemo: {
25600
25710
  attributionScore: string;
25711
+ outcomeGuardrailTag: string;
25601
25712
  billingSummaryTitle: string;
25602
25713
  billingTier: string;
25603
25714
  customInputPlaceholder: string;
@@ -30424,6 +30535,10 @@ export declare const locales: {
30424
30535
  deploymentPages: {
30425
30536
  envProduction: string;
30426
30537
  envDevelopmentSandbox: string;
30538
+ historyTitle: string;
30539
+ historySubtitle: string;
30540
+ backToList: string;
30541
+ resultPlaceholder: string;
30427
30542
  envTestSandbox: string;
30428
30543
  createChangeSetTitle: string;
30429
30544
  changeSetNameLabel: string;
@@ -30473,7 +30588,6 @@ export declare const locales: {
30473
30588
  loadFailed: string;
30474
30589
  loadFailedMessage: string;
30475
30590
  notFound: string;
30476
- backToList: string;
30477
30591
  changeSetNotExist: string;
30478
30592
  tryAdjustFilters: string;
30479
30593
  changeSetDeleted: string;
@@ -32248,6 +32362,9 @@ export declare const locales: {
32248
32362
  };
32249
32363
  rollupDebug: {
32250
32364
  recalcDone: string;
32365
+ objectMetadataIdPlaceholder: string;
32366
+ parentRecordIdPlaceholder: string;
32367
+ rollupFieldIdPlaceholder: string;
32251
32368
  batchRecalcDone: string;
32252
32369
  pageTitle: string;
32253
32370
  breadcrumbPlatformTools: string;
@@ -34071,6 +34188,10 @@ export declare const locales: {
34071
34188
  wizard: {
34072
34189
  step1Title: string;
34073
34190
  step2Title: string;
34191
+ convertTitle: string;
34192
+ accountLabel: string;
34193
+ contactLabel: string;
34194
+ opportunityLabel: string;
34074
34195
  step3Title: string;
34075
34196
  matchScore: string;
34076
34197
  mappingLinkExistingWithLabel: string;
@@ -34574,6 +34695,12 @@ export declare const locales: {
34574
34695
  };
34575
34696
  recordContextPacket: {
34576
34697
  fieldRequiredHint: string;
34698
+ evidenceTitle: string;
34699
+ feedbackTitle: string;
34700
+ debugContextTitle: string;
34701
+ commandDockTitle: string;
34702
+ smartPasteLabel: string;
34703
+ runAgentLabel: string;
34577
34704
  inlineAssist: {
34578
34705
  fillCritical: {
34579
34706
  assist: string;
@@ -37819,6 +37946,7 @@ export declare const locales: {
37819
37946
  notFoundTitle: string;
37820
37947
  notFoundSubtitle: string;
37821
37948
  backToList: string;
37949
+ backToListAndRefresh: string;
37822
37950
  dataLoadFailed: string;
37823
37951
  retry: string;
37824
37952
  record: string;
@@ -38075,6 +38203,7 @@ export declare const locales: {
38075
38203
  };
38076
38204
  conditionBuilder: {
38077
38205
  selectField: string;
38206
+ valuePlaceholder: string;
38078
38207
  deleteCondition: string;
38079
38208
  deleteConditionGroup: string;
38080
38209
  addCondition: string;
@@ -38083,6 +38212,66 @@ export declare const locales: {
38083
38212
  rawModeDesc: string;
38084
38213
  switchToVisual: string;
38085
38214
  };
38215
+ recordingPlayer: {
38216
+ sentimentTimeline: string;
38217
+ rewind5s: string;
38218
+ forward5s: string;
38219
+ volume: string;
38220
+ playbackSpeed: string;
38221
+ };
38222
+ knowledgeBridge: {
38223
+ articleLoading: string;
38224
+ articleNotFound: string;
38225
+ articleUnavailable: string;
38226
+ feedbackYes: string;
38227
+ feedbackNo: string;
38228
+ wasThisHelpful: string;
38229
+ articleHelpful: string;
38230
+ articleNotHelpful: string;
38231
+ caseLoading: string;
38232
+ caseNotFound: string;
38233
+ caseUnavailable: string;
38234
+ commentPlaceholder: string;
38235
+ commentLabel: string;
38236
+ searchPrompt: string;
38237
+ searching: string;
38238
+ searchPlaceholder: string;
38239
+ searchLabel: string;
38240
+ };
38241
+ packageInstall: {
38242
+ title: string;
38243
+ installOk: string;
38244
+ localRegistryMode: string;
38245
+ localRegistryRoot: string;
38246
+ };
38247
+ revisionHistory: {
38248
+ filterByAuthor: string;
38249
+ searchBySummary: string;
38250
+ };
38251
+ nwcRuntime: {
38252
+ artifactMissing: string;
38253
+ runtimeError: string;
38254
+ dataBridgeFailed: string;
38255
+ resolveFailed: string;
38256
+ };
38257
+ fieldLayoutEditor: {
38258
+ availableFields: string;
38259
+ properties: string;
38260
+ searchFieldsPlaceholder: string;
38261
+ layoutSaved: string;
38262
+ };
38263
+ playgroundSetup: {
38264
+ apiKeyLabel: string;
38265
+ apiKeyPlaceholder: string;
38266
+ schemaLabel: string;
38267
+ apiKeyValidated: string;
38268
+ };
38269
+ dashboardEditor: {
38270
+ noData: string;
38271
+ componentError: string;
38272
+ addReportComponent: string;
38273
+ layoutSaved: string;
38274
+ };
38086
38275
  flowBuilderCanvas: {
38087
38276
  undoTitle: string;
38088
38277
  redoTitle: string;
@@ -38094,6 +38283,29 @@ export declare const locales: {
38094
38283
  switchedToFreeForm: string;
38095
38284
  flowSaved: string;
38096
38285
  };
38286
+ shortcutHelp: {
38287
+ title: string;
38288
+ switchToView: string;
38289
+ globalSection: string;
38290
+ recordDetailSection: string;
38291
+ listViewSection: string;
38292
+ viewSwitchSection: string;
38293
+ macHint: string;
38294
+ listHint: string;
38295
+ def: {
38296
+ globalSearch: string;
38297
+ globalNew: string;
38298
+ globalHelp: string;
38299
+ recordEdit: string;
38300
+ recordSave: string;
38301
+ recordClone: string;
38302
+ recordDelete: string;
38303
+ listNavDown: string;
38304
+ listNavUp: string;
38305
+ listOpen: string;
38306
+ switchToViewN: string;
38307
+ };
38308
+ };
38097
38309
  workspaceLogo: {
38098
38310
  uploadButton: string;
38099
38311
  workspaceIdNotFound: string;
@@ -4556,6 +4556,10 @@ declare const _default: {
4556
4556
  agentChat: {
4557
4557
  agentReply: string;
4558
4558
  auditChainEnabled: string;
4559
+ planLabel: string;
4560
+ agentBrand: string;
4561
+ aglPipeline: string;
4562
+ tokensLabel: string;
4559
4563
  chainStable: string;
4560
4564
  composingReply: string;
4561
4565
  continuePrompt: string;
@@ -4625,6 +4629,7 @@ declare const _default: {
4625
4629
  };
4626
4630
  agentDemo: {
4627
4631
  attributionScore: string;
4632
+ outcomeGuardrailTag: string;
4628
4633
  billingSummaryTitle: string;
4629
4634
  billingTier: string;
4630
4635
  customInputPlaceholder: string;
@@ -9452,6 +9457,10 @@ declare const _default: {
9452
9457
  deploymentPages: {
9453
9458
  envProduction: string;
9454
9459
  envDevelopmentSandbox: string;
9460
+ historyTitle: string;
9461
+ historySubtitle: string;
9462
+ backToList: string;
9463
+ resultPlaceholder: string;
9455
9464
  envTestSandbox: string;
9456
9465
  createChangeSetTitle: string;
9457
9466
  changeSetNameLabel: string;
@@ -9501,7 +9510,6 @@ declare const _default: {
9501
9510
  loadFailed: string;
9502
9511
  loadFailedMessage: string;
9503
9512
  notFound: string;
9504
- backToList: string;
9505
9513
  changeSetNotExist: string;
9506
9514
  tryAdjustFilters: string;
9507
9515
  changeSetDeleted: string;
@@ -11276,6 +11284,9 @@ declare const _default: {
11276
11284
  };
11277
11285
  rollupDebug: {
11278
11286
  recalcDone: string;
11287
+ objectMetadataIdPlaceholder: string;
11288
+ parentRecordIdPlaceholder: string;
11289
+ rollupFieldIdPlaceholder: string;
11279
11290
  batchRecalcDone: string;
11280
11291
  pageTitle: string;
11281
11292
  breadcrumbPlatformTools: string;
@@ -13099,6 +13110,10 @@ declare const _default: {
13099
13110
  wizard: {
13100
13111
  step1Title: string;
13101
13112
  step2Title: string;
13113
+ convertTitle: string;
13114
+ accountLabel: string;
13115
+ contactLabel: string;
13116
+ opportunityLabel: string;
13102
13117
  step3Title: string;
13103
13118
  matchScore: string;
13104
13119
  mappingLinkExistingWithLabel: string;
@@ -13602,6 +13617,12 @@ declare const _default: {
13602
13617
  };
13603
13618
  recordContextPacket: {
13604
13619
  fieldRequiredHint: string;
13620
+ evidenceTitle: string;
13621
+ feedbackTitle: string;
13622
+ debugContextTitle: string;
13623
+ commandDockTitle: string;
13624
+ smartPasteLabel: string;
13625
+ runAgentLabel: string;
13605
13626
  inlineAssist: {
13606
13627
  fillCritical: {
13607
13628
  assist: string;
@@ -16852,6 +16873,7 @@ declare const _default: {
16852
16873
  notFoundTitle: string;
16853
16874
  notFoundSubtitle: string;
16854
16875
  backToList: string;
16876
+ backToListAndRefresh: string;
16855
16877
  dataLoadFailed: string;
16856
16878
  retry: string;
16857
16879
  record: string;
@@ -17108,6 +17130,7 @@ declare const _default: {
17108
17130
  };
17109
17131
  conditionBuilder: {
17110
17132
  selectField: string;
17133
+ valuePlaceholder: string;
17111
17134
  deleteCondition: string;
17112
17135
  deleteConditionGroup: string;
17113
17136
  addCondition: string;
@@ -17116,6 +17139,66 @@ declare const _default: {
17116
17139
  rawModeDesc: string;
17117
17140
  switchToVisual: string;
17118
17141
  };
17142
+ recordingPlayer: {
17143
+ sentimentTimeline: string;
17144
+ rewind5s: string;
17145
+ forward5s: string;
17146
+ volume: string;
17147
+ playbackSpeed: string;
17148
+ };
17149
+ knowledgeBridge: {
17150
+ articleLoading: string;
17151
+ articleNotFound: string;
17152
+ articleUnavailable: string;
17153
+ feedbackYes: string;
17154
+ feedbackNo: string;
17155
+ wasThisHelpful: string;
17156
+ articleHelpful: string;
17157
+ articleNotHelpful: string;
17158
+ caseLoading: string;
17159
+ caseNotFound: string;
17160
+ caseUnavailable: string;
17161
+ commentPlaceholder: string;
17162
+ commentLabel: string;
17163
+ searchPrompt: string;
17164
+ searching: string;
17165
+ searchPlaceholder: string;
17166
+ searchLabel: string;
17167
+ };
17168
+ packageInstall: {
17169
+ title: string;
17170
+ installOk: string;
17171
+ localRegistryMode: string;
17172
+ localRegistryRoot: string;
17173
+ };
17174
+ revisionHistory: {
17175
+ filterByAuthor: string;
17176
+ searchBySummary: string;
17177
+ };
17178
+ nwcRuntime: {
17179
+ artifactMissing: string;
17180
+ runtimeError: string;
17181
+ dataBridgeFailed: string;
17182
+ resolveFailed: string;
17183
+ };
17184
+ fieldLayoutEditor: {
17185
+ availableFields: string;
17186
+ properties: string;
17187
+ searchFieldsPlaceholder: string;
17188
+ layoutSaved: string;
17189
+ };
17190
+ playgroundSetup: {
17191
+ apiKeyLabel: string;
17192
+ apiKeyPlaceholder: string;
17193
+ schemaLabel: string;
17194
+ apiKeyValidated: string;
17195
+ };
17196
+ dashboardEditor: {
17197
+ noData: string;
17198
+ componentError: string;
17199
+ addReportComponent: string;
17200
+ layoutSaved: string;
17201
+ };
17119
17202
  flowBuilderCanvas: {
17120
17203
  undoTitle: string;
17121
17204
  redoTitle: string;
@@ -17127,6 +17210,29 @@ declare const _default: {
17127
17210
  switchedToFreeForm: string;
17128
17211
  flowSaved: string;
17129
17212
  };
17213
+ shortcutHelp: {
17214
+ title: string;
17215
+ switchToView: string;
17216
+ globalSection: string;
17217
+ recordDetailSection: string;
17218
+ listViewSection: string;
17219
+ viewSwitchSection: string;
17220
+ macHint: string;
17221
+ listHint: string;
17222
+ def: {
17223
+ globalSearch: string;
17224
+ globalNew: string;
17225
+ globalHelp: string;
17226
+ recordEdit: string;
17227
+ recordSave: string;
17228
+ recordClone: string;
17229
+ recordDelete: string;
17230
+ listNavDown: string;
17231
+ listNavUp: string;
17232
+ listOpen: string;
17233
+ switchToViewN: string;
17234
+ };
17235
+ };
17130
17236
  workspaceLogo: {
17131
17237
  uploadButton: string;
17132
17238
  workspaceIdNotFound: string;