@nexusclawhq/cli 0.3.47 → 0.3.49

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 (23) hide show
  1. package/dist/build-info.json +4 -4
  2. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +335 -15
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +350 -30
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +670 -30
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +335 -15
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +350 -30
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  9. package/dist/nexus-cli/src/commands/org/login-jwt.d.ts +8 -0
  10. package/dist/nexus-cli/src/commands/org/login-jwt.js +33 -2
  11. package/dist/nexus-cli/src/commands/org/login-jwt.js.map +1 -1
  12. package/dist/nexus-cli/src/commands/org/login-jwt.test.js +20 -0
  13. package/dist/nexus-cli/src/commands/org/login-jwt.test.js.map +1 -1
  14. package/dist/nexus-cli/src/services/workforce-observe-remote.d.ts +2 -1
  15. package/dist/nexus-cli/src/services/workforce-observe-remote.js +12 -5
  16. package/dist/nexus-cli/src/services/workforce-observe-remote.js.map +1 -1
  17. package/dist/nexus-cli/src/services/workforce-observe-remote.test.js +5 -0
  18. package/dist/nexus-cli/src/services/workforce-observe-remote.test.js.map +1 -1
  19. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  20. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  21. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  22. package/dist/tsconfig.tsbuildinfo +1 -1
  23. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "packageName": "@nexusclawhq/cli",
3
- "version": "0.3.47",
4
- "gitSha": "ddeed77ddc9856e4eede51355a8453491d29f218",
3
+ "version": "0.3.49",
4
+ "gitSha": "11603b509395ad0af4d7d51ce10c64bd9b8f48a2",
5
5
  "ciRunId": null,
6
- "contentDigest": "sha256:6278bd8a42ae949da953649acb2bb555284d9a7adf36c43e6e722ffa41dd0281",
7
- "generatedAt": "2026-08-19T13:21:55.336Z"
6
+ "contentDigest": "sha256:8b5928b29232ed91bf4239b4d2aef59b276e82a93e8333b5ec224246a8f36c1f",
7
+ "generatedAt": "2026-08-21T03:08:20.645Z"
8
8
  }
@@ -756,6 +756,22 @@ declare const _default: {
756
756
  confidenceChipTooltip: string;
757
757
  riskChipTooltip: string;
758
758
  draftIntroHint: string;
759
+ changeSummary: string;
760
+ changeReason: string;
761
+ releaseProgress: string;
762
+ nextStep: string;
763
+ viewAndHandle: string;
764
+ businessScope: string;
765
+ technicalDetails: string;
766
+ evidenceCount: string;
767
+ evidenceIds: string;
768
+ actionHintBehavior: string;
769
+ actionHintMaterialize: string;
770
+ actionHintBlocked: string;
771
+ stepDraft: string;
772
+ stepSimulation: string;
773
+ stepApproval: string;
774
+ stepPublish: string;
759
775
  runSimulation: string;
760
776
  runSimulationTooltip: string;
761
777
  runSimulationSuccess: string;
@@ -1883,6 +1899,18 @@ declare const _default: {
1883
1899
  planStarterName: string;
1884
1900
  planGrowthName: string;
1885
1901
  planEnterpriseName: string;
1902
+ planStarterFeature1: string;
1903
+ planStarterFeature2: string;
1904
+ planStarterFeature3: string;
1905
+ planStarterFeature4: string;
1906
+ planGrowthFeature1: string;
1907
+ planGrowthFeature2: string;
1908
+ planGrowthFeature3: string;
1909
+ planGrowthFeature4: string;
1910
+ planEnterpriseFeature1: string;
1911
+ planEnterpriseFeature2: string;
1912
+ planEnterpriseFeature3: string;
1913
+ planEnterpriseFeature4: string;
1886
1914
  upgrade: string;
1887
1915
  invoiceHistory: string;
1888
1916
  invoicePeriod: string;
@@ -2660,6 +2688,7 @@ declare const _default: {
2660
2688
  aiKcUpdateOk: string;
2661
2689
  aiKcDeleteOk: string;
2662
2690
  aiKcDeleteConfirm: string;
2691
+ aiKcDeleteFailed: string;
2663
2692
  aiSopStatusDraft: string;
2664
2693
  aiSopStatusReviewed: string;
2665
2694
  aiSopStatusActive: string;
@@ -2957,6 +2986,7 @@ declare const _default: {
2957
2986
  emptyHint: string;
2958
2987
  totalCount: string;
2959
2988
  actionTest: string;
2989
+ actionEdit: string;
2960
2990
  actionDisable: string;
2961
2991
  actionEnable: string;
2962
2992
  actionDelete: string;
@@ -2966,11 +2996,14 @@ declare const _default: {
2966
2996
  msgDeleted: string;
2967
2997
  msgDeleteFailed: string;
2968
2998
  msgCreated: string;
2999
+ msgUpdated: string;
2969
3000
  msgCreateFailed: string;
3001
+ msgUpdateFailed: string;
2970
3002
  msgTesting: string;
2971
3003
  msgTestSent: string;
2972
3004
  msgTestFailed: string;
2973
3005
  createTitle: string;
3006
+ editTitle: string;
2974
3007
  fieldTargetUrl: string;
2975
3008
  fieldTargetUrlRequired: string;
2976
3009
  fieldTargetUrlInvalid: string;
@@ -2981,6 +3014,7 @@ declare const _default: {
2981
3014
  fieldOperationsPlaceholder: string;
2982
3015
  btnCancel: string;
2983
3016
  btnCreate: string;
3017
+ btnSave: string;
2984
3018
  btnDelete: string;
2985
3019
  deleteConfirmTitle: string;
2986
3020
  deleteConfirmText: string;
@@ -4458,6 +4492,16 @@ declare const _default: {
4458
4492
  pickEmployee: string;
4459
4493
  searchEmployee: string;
4460
4494
  online: string;
4495
+ selectEmployeeTitle: string;
4496
+ selectEmployeeDescription: string;
4497
+ sessionGoalTitle: string;
4498
+ sessionGoalDescription: string;
4499
+ defaultEmployeeGoal: string;
4500
+ sessionResultTitle: string;
4501
+ sessionResultDescription: string;
4502
+ finishAndStartNew: string;
4503
+ openTestCenter: string;
4504
+ openExecutions: string;
4461
4505
  modeVoice: string;
4462
4506
  modeVideo: string;
4463
4507
  servingCustomer: string;
@@ -5072,6 +5116,9 @@ declare const _default: {
5072
5116
  commentLabel: string;
5073
5117
  rejectReasonRequired: string;
5074
5118
  approveCommentPlaceholder: string;
5119
+ statusNeedsConfirmation: string;
5120
+ valueListSummary: string;
5121
+ valueObjectSummary: string;
5075
5122
  riskLevel: {
5076
5123
  critical: string;
5077
5124
  high: string;
@@ -6865,6 +6912,7 @@ declare const _default: {
6865
6912
  editInstruction: string;
6866
6913
  evidenceRequired: string;
6867
6914
  executionHistory: string;
6915
+ externalConversations: string;
6868
6916
  executionIdentity: string;
6869
6917
  executionSteps: string;
6870
6918
  executionStepsEmpty: string;
@@ -9449,6 +9497,7 @@ declare const _default: {
9449
9497
  colTest: string;
9450
9498
  testConnection: string;
9451
9499
  testProviderAria: string;
9500
+ noExecutableTestTarget: string;
9452
9501
  colActions: string;
9453
9502
  systemProviderNoEdit: string;
9454
9503
  confirmDeleteProvider: string;
@@ -12763,6 +12812,10 @@ declare const _default: {
12763
12812
  };
12764
12813
  };
12765
12814
  formulaFieldUi: {
12815
+ completion: {
12816
+ fieldsSection: string;
12817
+ functionsSection: string;
12818
+ };
12766
12819
  batchRecalculate: {
12767
12820
  title: string;
12768
12821
  skip: string;
@@ -12819,7 +12872,6 @@ declare const _default: {
12819
12872
  categoriesAriaLabel: string;
12820
12873
  categoryFunctionsAriaLabel: string;
12821
12874
  };
12822
- completion: {};
12823
12875
  };
12824
12876
  navigationUi: {
12825
12877
  searchPlaceholder: string;
@@ -16973,19 +17025,44 @@ declare const _default: {
16973
17025
  adminPanel: string;
16974
17026
  adminHealth: {
16975
17027
  indicators: {
16976
- database: {};
16977
- redis: {};
17028
+ database: {
17029
+ label: string;
17030
+ description: string;
17031
+ error: string;
17032
+ };
17033
+ redis: {
17034
+ label: string;
17035
+ description: string;
17036
+ error: string;
17037
+ };
16978
17038
  worker: {
16979
17039
  label: string;
16980
17040
  description: string;
16981
17041
  error: string;
16982
17042
  };
16983
- connectedAccount: {};
17043
+ connectedAccount: {
17044
+ label: string;
17045
+ description: string;
17046
+ error: string;
17047
+ };
16984
17048
  app: {
17049
+ label: string;
16985
17050
  description: string;
17051
+ error: string;
16986
17052
  };
16987
17053
  };
16988
- detailLabels: {};
17054
+ detailLabels: {
17055
+ configuredCheck: string;
17056
+ status: string;
17057
+ waiting: string;
17058
+ active: string;
17059
+ completed: string;
17060
+ failed: string;
17061
+ delayed: string;
17062
+ paused: string;
17063
+ workerCount: string;
17064
+ consumerActive: string;
17065
+ };
16989
17066
  notConfigured: string;
16990
17067
  yes: string;
16991
17068
  no: string;
@@ -17526,6 +17603,24 @@ declare const _default: {
17526
17603
  searchPlaceholder: string;
17527
17604
  noMatchingItems: string;
17528
17605
  menuPlatformAdminHome: string;
17606
+ sectionPlatformOperations: string;
17607
+ sectionProviderControlPlane: string;
17608
+ sectionSupportGovernance: string;
17609
+ sectionReleaseGovernance: string;
17610
+ sectionPlatformInfrastructure: string;
17611
+ menuOpsSubscriptions: string;
17612
+ menuOpsHealth: string;
17613
+ menuOpsBilling: string;
17614
+ menuOpsRenewals: string;
17615
+ menuAiProvider: string;
17616
+ menuDemoAccess: string;
17617
+ menuTenantExecutionAudit: string;
17618
+ menuPackagePromotions: string;
17619
+ menuPackageRollouts: string;
17620
+ menuAdminPanel: string;
17621
+ menuQueues: string;
17622
+ menuCronJobs: string;
17623
+ menuSystemLogs: string;
17529
17624
  providerControlPlaneUi: {
17530
17625
  family: {
17531
17626
  ai: string;
@@ -18432,6 +18527,82 @@ declare const _default: {
18432
18527
  sensitiveAllow: string;
18433
18528
  };
18434
18529
  imBotSetup: {
18530
+ testConnectivity: string;
18531
+ connectivityTestFailed: string;
18532
+ connectivityOutcome: {
18533
+ PASS: string;
18534
+ PARTIAL: string;
18535
+ FAIL: string;
18536
+ REDIRECT_REQUIRED: string;
18537
+ };
18538
+ connectivityOutcomeDetail: {
18539
+ PASS: string;
18540
+ PARTIAL: string;
18541
+ FAIL: string;
18542
+ REDIRECT_REQUIRED: string;
18543
+ };
18544
+ connectivityCode: {
18545
+ FEISHU_TOKEN_OK: string;
18546
+ FEISHU_TOKEN_REJECTED: string;
18547
+ FEISHU_MESSAGE_DELIVERY_OK: string;
18548
+ FEISHU_MESSAGE_DELIVERY_REJECTED: string;
18549
+ FEISHU_TEST_INPUT_REQUIRED: string;
18550
+ FEISHU_TEST_INPUT_INVALID: string;
18551
+ WECOM_TOKEN_OK: string;
18552
+ WECOM_TOKEN_REJECTED: string;
18553
+ WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: string;
18554
+ DINGTALK_TOKEN_OK: string;
18555
+ DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: string;
18556
+ DINGTALK_TOKEN_REJECTED: string;
18557
+ SLACK_CREDENTIALS_OK_ADAPTER_PENDING: string;
18558
+ SLACK_CREDENTIALS_REJECTED: string;
18559
+ TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: string;
18560
+ TEAMS_CREDENTIALS_REJECTED: string;
18561
+ API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: string;
18562
+ API_CALLBACK_OK: string;
18563
+ API_CALLBACK_REJECTED: string;
18564
+ WEB_CHAT_WIDGET_TEST_REQUIRED: string;
18565
+ TELEPHONY_TEST_REQUIRED: string;
18566
+ WEBHOOK_DELIVERY_OK: string;
18567
+ WEBHOOK_HTTP_REJECTED: string;
18568
+ WEBHOOK_PROVIDER_REJECTED: string;
18569
+ CONNECTION_FAILED: string;
18570
+ TARGET_BLOCKED: string;
18571
+ CONFIG_INCOMPLETE: string;
18572
+ TEST_MESSAGE_REQUIRED: string;
18573
+ TEST_MESSAGE_TOO_LONG: string;
18574
+ };
18575
+ webhookTestTitle: string;
18576
+ webhookTestDescription: string;
18577
+ deliveryTestEmployeeLabel: string;
18578
+ deliveryTestEmployeePlaceholder: string;
18579
+ deliveryTestGenerateAndSend: string;
18580
+ deliveryTestScenarioLabel: string;
18581
+ deliveryTestScenario: {
18582
+ welcome: {
18583
+ label: string;
18584
+ prompt: string;
18585
+ };
18586
+ event_reminder: {
18587
+ label: string;
18588
+ prompt: string;
18589
+ };
18590
+ service_follow_up: {
18591
+ label: string;
18592
+ prompt: string;
18593
+ };
18594
+ };
18595
+ deliveryTestGenerationPrompt: string;
18596
+ deliveryTestGenerationFailed: string;
18597
+ sendTestMessage: string;
18598
+ testCredentials: string;
18599
+ credentialTestTitle: string;
18600
+ credentialTestScopeTitle: string;
18601
+ credentialTestScopeDescription: string;
18602
+ startCredentialTest: string;
18603
+ feishuMessageTestTitle: string;
18604
+ feishuMessageTestDescription: string;
18605
+ feishuChatIdPlaceholder: string;
18435
18606
  toolLabel: {
18436
18607
  recordQuery: string;
18437
18608
  recordAggregate: string;
@@ -18488,6 +18659,11 @@ declare const _default: {
18488
18659
  step2: string;
18489
18660
  step3: string;
18490
18661
  };
18662
+ webhook: {
18663
+ label: string;
18664
+ step1: string;
18665
+ note: string;
18666
+ };
18491
18667
  phone_agent: {
18492
18668
  label: string;
18493
18669
  step1: string;
@@ -18496,10 +18672,13 @@ declare const _default: {
18496
18672
  };
18497
18673
  };
18498
18674
  field: {
18675
+ webhook: {
18676
+ webhookUrl: string;
18677
+ dingtalkSigningSecret: string;
18678
+ };
18499
18679
  wecom: {
18500
- corpId: string;
18501
- agentId: string;
18502
- secret: string;
18680
+ token: string;
18681
+ aesKey: string;
18503
18682
  };
18504
18683
  };
18505
18684
  simNoReply: string;
@@ -18546,6 +18725,15 @@ declare const _default: {
18546
18725
  modePerAgent: string;
18547
18726
  modeDispatcher: string;
18548
18727
  modeSmart: string;
18728
+ explicitBindingRoute: string;
18729
+ boundEmployeeLabel: string;
18730
+ boundEmployeeHelp: string;
18731
+ employeePlaceholder: string;
18732
+ employeeRequired: string;
18733
+ employeeUnavailable: string;
18734
+ selectedEmployeeOverflow: string;
18735
+ selectedEmployeeCount: string;
18736
+ selectedEmployeeListAria: string;
18549
18737
  priorityLabel: string;
18550
18738
  priorityTip: string;
18551
18739
  defaultDispatcherLabel: string;
@@ -18555,12 +18743,26 @@ declare const _default: {
18555
18743
  copyCallbackUrl: string;
18556
18744
  copyCallbackUrlAria: string;
18557
18745
  callbackUrlCopied: string;
18746
+ callbackUrlCopyFailed: string;
18747
+ connectionModeLabel: string;
18748
+ connectionMode: {
18749
+ stream: string;
18750
+ callback: string;
18751
+ streamHelp: string;
18752
+ callbackHelp: string;
18753
+ };
18754
+ dingtalkStreamReady: string;
18755
+ dingtalkStreamError: string;
18756
+ dingtalkStreamStepTitle: string;
18757
+ dingtalkStreamStepDescription: string;
18558
18758
  confirmDelete: string;
18559
18759
  delete: string;
18560
18760
  cancel: string;
18561
18761
  deleteChannelAria: string;
18562
18762
  simTitle: string;
18563
18763
  simHint: string;
18764
+ simNoChannel: string;
18765
+ simNoEmployees: string;
18564
18766
  simServing: string;
18565
18767
  simToolsUsed: string;
18566
18768
  simThinking: string;
@@ -18570,25 +18772,105 @@ declare const _default: {
18570
18772
  addTitle: string;
18571
18773
  pickPlatform: string;
18572
18774
  howTo: string;
18775
+ webhookHowTo: string;
18573
18776
  openConsole: string;
18574
18777
  console: string;
18575
18778
  fillIn: string;
18779
+ webhookFillIn: string;
18780
+ webhookUrlRequired: string;
18781
+ credentialFieldRequired: string;
18782
+ webhookSetupTitle: string;
18783
+ webhookSetupDescription: string;
18784
+ webhookStepAdd: string;
18785
+ webhookStepAddDescription: string;
18786
+ webhookStepUrl: string;
18787
+ webhookStepUrlDescription: string;
18788
+ webhookStepEmployees: string;
18789
+ webhookStepEmployeesDescription: string;
18790
+ webhookConfigured: string;
18791
+ webhookDisabled: string;
18792
+ webhookDeliveryReady: string;
18793
+ webhookDeliveryPaused: string;
18794
+ webhookSendingEmployees: string;
18795
+ webhookSendingEmployeesHelp: string;
18796
+ webhookDeliveryMode: string;
18797
+ webhookDeliveryModeValue: string;
18798
+ webhookUrlConfigured: string;
18799
+ webhookUrlConfiguredValue: string;
18800
+ webhookUrlMissing: string;
18801
+ pauseWebhookDelivery: string;
18802
+ enableWebhookDelivery: string;
18803
+ webhookChannelColumn: string;
18804
+ webhookSenderColumn: string;
18805
+ webhookDeliveryColumn: string;
18806
+ webhookDeliveryEnabled: string;
18807
+ webhookDeliveryPausedLabel: string;
18808
+ webhookConfigHeader: string;
18809
+ flow: {
18810
+ inbound_callback: {
18811
+ title: string;
18812
+ description: string;
18813
+ howTo: string;
18814
+ configure: string;
18815
+ employeesLabel: string;
18816
+ employeesHelp: string;
18817
+ configHeader: string;
18818
+ };
18819
+ inbound_adapter_pending: {
18820
+ title: string;
18821
+ description: string;
18822
+ howTo: string;
18823
+ configure: string;
18824
+ employeesLabel: string;
18825
+ employeesHelp: string;
18826
+ configHeader: string;
18827
+ };
18828
+ embedded_web_chat: {
18829
+ title: string;
18830
+ description: string;
18831
+ howTo: string;
18832
+ configure: string;
18833
+ employeesLabel: string;
18834
+ employeesHelp: string;
18835
+ configHeader: string;
18836
+ };
18837
+ authenticated_api: {
18838
+ title: string;
18839
+ description: string;
18840
+ howTo: string;
18841
+ configure: string;
18842
+ employeesLabel: string;
18843
+ employeesHelp: string;
18844
+ configHeader: string;
18845
+ };
18846
+ outbound_webhook: {
18847
+ title: string;
18848
+ description: string;
18849
+ howTo: string;
18850
+ configure: string;
18851
+ employeesLabel: string;
18852
+ employeesHelp: string;
18853
+ configHeader: string;
18854
+ };
18855
+ voice_channel: {
18856
+ title: string;
18857
+ description: string;
18858
+ howTo: string;
18859
+ configure: string;
18860
+ employeesLabel: string;
18861
+ employeesHelp: string;
18862
+ configHeader: string;
18863
+ };
18864
+ };
18576
18865
  nameLabel: string;
18577
18866
  namePh: string;
18578
18867
  groupLabel: string;
18579
18868
  groupPh: string;
18580
18869
  routingLabel: string;
18581
- routingTip: string;
18582
18870
  credsHeader: string;
18583
18871
  keepSecret: string;
18584
18872
  pastePh: string;
18585
18873
  save: string;
18586
- simExample: {
18587
- salesPioneer: string;
18588
- serviceSteward: string;
18589
- revenueAnalyst: string;
18590
- opsCoach: string;
18591
- };
18592
18874
  };
18593
18875
  settingsRestPages: {
18594
18876
  sopDetail: {
@@ -19332,6 +19614,14 @@ declare const _default: {
19332
19614
  publishRequiresApproval: string;
19333
19615
  draftActionsLocked: string;
19334
19616
  approvalActionUnavailable: string;
19617
+ agentChangeSummaryTitle: string;
19618
+ agentChangeSummaryDescription: string;
19619
+ agentPersonaLabel: string;
19620
+ agentPersonaHelp: string;
19621
+ agentInstructionsLabel: string;
19622
+ agentInstructionsHelp: string;
19623
+ agentIdentityPolicyLabel: string;
19624
+ agentIdentityPolicyHelp: string;
19335
19625
  };
19336
19626
  table: {
19337
19627
  tabRecommendations: string;
@@ -19452,6 +19742,14 @@ declare const _default: {
19452
19742
  operatingLoopTitle: string;
19453
19743
  operatingLoopSubtitle: string;
19454
19744
  operatingLoopAction: string;
19745
+ operatingLoopActionByStage: {
19746
+ discover: string;
19747
+ hire: string;
19748
+ prove: string;
19749
+ deploy: string;
19750
+ learn: string;
19751
+ improve: string;
19752
+ };
19455
19753
  operatingLoopStage: {
19456
19754
  discover: string;
19457
19755
  hire: string;
@@ -19597,6 +19895,28 @@ declare const _default: {
19597
19895
  truncation: string;
19598
19896
  composerOpen: string;
19599
19897
  composerCancel: string;
19898
+ impact: string;
19899
+ confidence: string;
19900
+ testCandidateCount: string;
19901
+ nextStep: string;
19902
+ noDraftTitle: string;
19903
+ noDraftDescription: string;
19904
+ noDraftHowTitle: string;
19905
+ noDraftHowEvidence: string;
19906
+ noDraftHowCandidate: string;
19907
+ noDraftHowContinue: string;
19908
+ stageNavigation: string;
19909
+ stageNumber: string;
19910
+ selectItemHint: string;
19911
+ evidenceOpenHint: string;
19912
+ cardNextStep: string;
19913
+ stageHint: {
19914
+ evidence: string;
19915
+ recommendations: string;
19916
+ blueprints: string;
19917
+ gate: string;
19918
+ artifacts: string;
19919
+ };
19600
19920
  column: {
19601
19921
  evidence: string;
19602
19922
  recommendations: string;