@nexusclawhq/cli 0.3.48 → 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.
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +67 -5
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +78 -16
- 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 +134 -10
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +67 -5
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +78 -16
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/src/commands/org/login-jwt.d.ts +8 -0
- package/dist/nexus-cli/src/commands/org/login-jwt.js +33 -2
- package/dist/nexus-cli/src/commands/org/login-jwt.js.map +1 -1
- package/dist/nexus-cli/src/commands/org/login-jwt.test.js +20 -0
- package/dist/nexus-cli/src/commands/org/login-jwt.test.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +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
package/dist/build-info.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@nexusclawhq/cli",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"gitSha": "
|
|
3
|
+
"version": "0.3.49",
|
|
4
|
+
"gitSha": "11603b509395ad0af4d7d51ce10c64bd9b8f48a2",
|
|
5
5
|
"ciRunId": null,
|
|
6
|
-
"contentDigest": "sha256:
|
|
7
|
-
"generatedAt": "2026-08-
|
|
6
|
+
"contentDigest": "sha256:8b5928b29232ed91bf4239b4d2aef59b276e82a93e8333b5ec224246a8f36c1f",
|
|
7
|
+
"generatedAt": "2026-08-21T03:08:20.645Z"
|
|
8
8
|
}
|
|
@@ -6912,6 +6912,7 @@ declare const _default: {
|
|
|
6912
6912
|
editInstruction: string;
|
|
6913
6913
|
evidenceRequired: string;
|
|
6914
6914
|
executionHistory: string;
|
|
6915
|
+
externalConversations: string;
|
|
6915
6916
|
executionIdentity: string;
|
|
6916
6917
|
executionSteps: string;
|
|
6917
6918
|
executionStepsEmpty: string;
|
|
@@ -18541,6 +18542,27 @@ declare const _default: {
|
|
|
18541
18542
|
REDIRECT_REQUIRED: string;
|
|
18542
18543
|
};
|
|
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;
|
|
18544
18566
|
WEBHOOK_DELIVERY_OK: string;
|
|
18545
18567
|
WEBHOOK_HTTP_REJECTED: string;
|
|
18546
18568
|
WEBHOOK_PROVIDER_REJECTED: string;
|
|
@@ -18552,8 +18574,35 @@ declare const _default: {
|
|
|
18552
18574
|
};
|
|
18553
18575
|
webhookTestTitle: string;
|
|
18554
18576
|
webhookTestDescription: string;
|
|
18555
|
-
|
|
18556
|
-
|
|
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;
|
|
18557
18606
|
toolLabel: {
|
|
18558
18607
|
recordQuery: string;
|
|
18559
18608
|
recordAggregate: string;
|
|
@@ -18625,11 +18674,11 @@ declare const _default: {
|
|
|
18625
18674
|
field: {
|
|
18626
18675
|
webhook: {
|
|
18627
18676
|
webhookUrl: string;
|
|
18677
|
+
dingtalkSigningSecret: string;
|
|
18628
18678
|
};
|
|
18629
18679
|
wecom: {
|
|
18630
|
-
|
|
18631
|
-
|
|
18632
|
-
secret: string;
|
|
18680
|
+
token: string;
|
|
18681
|
+
aesKey: string;
|
|
18633
18682
|
};
|
|
18634
18683
|
};
|
|
18635
18684
|
simNoReply: string;
|
|
@@ -18694,6 +18743,18 @@ declare const _default: {
|
|
|
18694
18743
|
copyCallbackUrl: string;
|
|
18695
18744
|
copyCallbackUrlAria: string;
|
|
18696
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;
|
|
18697
18758
|
confirmDelete: string;
|
|
18698
18759
|
delete: string;
|
|
18699
18760
|
cancel: string;
|
|
@@ -18717,6 +18778,7 @@ declare const _default: {
|
|
|
18717
18778
|
fillIn: string;
|
|
18718
18779
|
webhookFillIn: string;
|
|
18719
18780
|
webhookUrlRequired: string;
|
|
18781
|
+
credentialFieldRequired: string;
|
|
18720
18782
|
webhookSetupTitle: string;
|
|
18721
18783
|
webhookSetupDescription: string;
|
|
18722
18784
|
webhookStepAdd: string;
|
|
@@ -6932,6 +6932,7 @@ const messages = {
|
|
|
6932
6932
|
editInstruction: "Edit instruction",
|
|
6933
6933
|
evidenceRequired: "Evidence required",
|
|
6934
6934
|
executionHistory: "Execution history",
|
|
6935
|
+
externalConversations: "External channel conversations",
|
|
6935
6936
|
executionIdentity: "Execution identity and authority",
|
|
6936
6937
|
executionSteps: "Execution steps",
|
|
6937
6938
|
executionStepsEmpty: "Waiting for tool call records.",
|
|
@@ -18616,6 +18617,27 @@ const messages = {
|
|
|
18616
18617
|
REDIRECT_REQUIRED: "Open the owning module to complete the test",
|
|
18617
18618
|
},
|
|
18618
18619
|
connectivityCode: {
|
|
18620
|
+
FEISHU_TOKEN_OK: "Feishu App ID and App Secret are valid, and the token service is reachable",
|
|
18621
|
+
FEISHU_TOKEN_REJECTED: "Feishu rejected the configured App ID or App Secret",
|
|
18622
|
+
FEISHU_MESSAGE_DELIVERY_OK: "Feishu accepted the test message; the target returned HTTP {status}",
|
|
18623
|
+
FEISHU_MESSAGE_DELIVERY_REJECTED: "Feishu rejected the test message; check the chat_id, bot membership, and application permissions",
|
|
18624
|
+
FEISHU_TEST_INPUT_REQUIRED: "Enter both the Feishu chat_id and test content",
|
|
18625
|
+
FEISHU_TEST_INPUT_INVALID: "The chat_id or test content exceeds the allowed length",
|
|
18626
|
+
WECOM_TOKEN_OK: "WeCom application credentials are valid, and the token service is reachable",
|
|
18627
|
+
WECOM_TOKEN_REJECTED: "WeCom rejected the configured application credentials",
|
|
18628
|
+
WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: "Token and EncodingAESKey are saved. Save the callback URL in WeCom Smart Bot to complete verification",
|
|
18629
|
+
DINGTALK_TOKEN_OK: "DingTalk AppKey and AppSecret are valid, and the token service is reachable",
|
|
18630
|
+
DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: "DingTalk credentials are valid. Send a real message to the robot to confirm the persistent Stream connection and reply path.",
|
|
18631
|
+
DINGTALK_TOKEN_REJECTED: "DingTalk rejected the configured AppKey or AppSecret",
|
|
18632
|
+
SLACK_CREDENTIALS_OK_ADAPTER_PENDING: "Slack credentials are valid, but the inbound runtime adapter is not connected yet",
|
|
18633
|
+
SLACK_CREDENTIALS_REJECTED: "Slack rejected the configured credentials",
|
|
18634
|
+
TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: "Microsoft Teams credentials are valid, but the inbound runtime adapter is not connected yet",
|
|
18635
|
+
TEAMS_CREDENTIALS_REJECTED: "Microsoft rejected the configured Teams credentials",
|
|
18636
|
+
API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: "API credentials are saved; verify them with a client-originated request",
|
|
18637
|
+
API_CALLBACK_OK: "The API callback is reachable; invocation credentials still require a client test",
|
|
18638
|
+
API_CALLBACK_REJECTED: "The API callback rejected the test request",
|
|
18639
|
+
WEB_CHAT_WIDGET_TEST_REQUIRED: "Complete the end-to-end test in the Web Chat widget",
|
|
18640
|
+
TELEPHONY_TEST_REQUIRED: "Run the telephony provider connection test in Voice settings",
|
|
18619
18641
|
WEBHOOK_DELIVERY_OK: "The test message was delivered successfully; the target returned HTTP {status}",
|
|
18620
18642
|
WEBHOOK_HTTP_REJECTED: "The Webhook target returned HTTP {status} and did not accept the test message",
|
|
18621
18643
|
WEBHOOK_PROVIDER_REJECTED: "The external provider rejected the test message; check the Webhook URL and provider security rules",
|
|
@@ -18625,10 +18647,37 @@ const messages = {
|
|
|
18625
18647
|
TEST_MESSAGE_REQUIRED: "Enter test content before sending",
|
|
18626
18648
|
TEST_MESSAGE_TOO_LONG: "Test content must not exceed 2000 characters",
|
|
18627
18649
|
},
|
|
18628
|
-
webhookTestTitle: "
|
|
18629
|
-
webhookTestDescription: "
|
|
18630
|
-
|
|
18631
|
-
|
|
18650
|
+
webhookTestTitle: "Have a digital employee send a Webhook test message",
|
|
18651
|
+
webhookTestDescription: "Choose an authorized digital employee. The employee generates the test message before the platform delivers it to the saved Webhook URL.",
|
|
18652
|
+
deliveryTestEmployeeLabel: "Digital employee generating the test message",
|
|
18653
|
+
deliveryTestEmployeePlaceholder: "Choose an authorized digital employee",
|
|
18654
|
+
deliveryTestGenerateAndSend: "Generate and send test message",
|
|
18655
|
+
deliveryTestScenarioLabel: "Message scenario",
|
|
18656
|
+
deliveryTestScenario: {
|
|
18657
|
+
welcome: {
|
|
18658
|
+
label: "Welcome message",
|
|
18659
|
+
prompt: "a short, warm welcome for a new customer",
|
|
18660
|
+
},
|
|
18661
|
+
event_reminder: {
|
|
18662
|
+
label: "Event reminder",
|
|
18663
|
+
prompt: "a reminder for an upcoming event with a concise call to action",
|
|
18664
|
+
},
|
|
18665
|
+
service_follow_up: {
|
|
18666
|
+
label: "Service follow-up",
|
|
18667
|
+
prompt: "a warm follow-up after customer service, inviting feedback",
|
|
18668
|
+
},
|
|
18669
|
+
},
|
|
18670
|
+
deliveryTestGenerationPrompt: "Generate a short, professional, natural business message for this scenario: {scenario}. Return only the message body with no explanation. Do not mention testing, Webhooks, or the system.",
|
|
18671
|
+
deliveryTestGenerationFailed: "The digital employee could not generate a test message. Please try again.",
|
|
18672
|
+
sendTestMessage: "Send test message",
|
|
18673
|
+
testCredentials: "Test credentials and platform connection",
|
|
18674
|
+
credentialTestTitle: "Test credentials and platform connection",
|
|
18675
|
+
credentialTestScopeTitle: "This test will not send a group message",
|
|
18676
|
+
credentialTestScopeDescription: "This application channel only verifies platform credentials and the token service. Sending a group message also requires a platform chat ID or recipient ID, which this channel does not currently store.",
|
|
18677
|
+
startCredentialTest: "Start test",
|
|
18678
|
+
feishuMessageTestTitle: "Have a digital employee send a Feishu group test message",
|
|
18679
|
+
feishuMessageTestDescription: "Enter the Feishu group chat_id and choose an authorized digital employee. The employee generates the message before delivery; the app bot must be in the group and have permission to send messages.",
|
|
18680
|
+
feishuChatIdPlaceholder: "Enter the Feishu group chat_id, for example oc_xxxxxxxxx",
|
|
18632
18681
|
toolLabel: {
|
|
18633
18682
|
recordQuery: "Query CRM",
|
|
18634
18683
|
recordAggregate: "Aggregate CRM",
|
|
@@ -18644,22 +18693,22 @@ const messages = {
|
|
|
18644
18693
|
label: "DingTalk",
|
|
18645
18694
|
step1: "Sign in to the DingTalk Open Platform (open-dev.dingtalk.com) and create an enterprise-internal app under \"App Development\".",
|
|
18646
18695
|
step2: "On the \"Credentials & Basic Info\" page, copy the AppKey (Client ID) and AppSecret (Client Secret).",
|
|
18647
|
-
step3: "Enable the
|
|
18696
|
+
step3: "Enable the Robot capability. Choose Stream mode (recommended), or choose Callback and paste the workspace callback URL after saving.",
|
|
18648
18697
|
step4: "Publish the app version, grant it to the organization, then paste the credentials below.",
|
|
18649
18698
|
},
|
|
18650
18699
|
feishu: {
|
|
18651
18700
|
label: "Feishu",
|
|
18652
18701
|
step1: "Sign in to open.feishu.cn and create a custom enterprise app in the Developer Console.",
|
|
18653
18702
|
step2: "On the \"Credentials & Basic Info\" page, copy the App ID and App Secret.",
|
|
18654
|
-
step3: "
|
|
18655
|
-
step4: "
|
|
18703
|
+
step3: "Under Events & Callbacks, choose \"Send events to developer server\", subscribe to message events, and configure the callback URL.",
|
|
18704
|
+
step4: "Copy the Encrypt Key and Verification Token from Encryption Strategy, enter them below, then create and publish an app version.",
|
|
18656
18705
|
},
|
|
18657
18706
|
wecom: {
|
|
18658
|
-
label: "WeCom",
|
|
18659
|
-
step1: "
|
|
18660
|
-
step2: "
|
|
18661
|
-
step3: "
|
|
18662
|
-
note: "
|
|
18707
|
+
label: "WeCom Smart Bot",
|
|
18708
|
+
step1: "Create a Smart Bot in the WeCom admin console, open API Configuration, and choose URL callback mode.",
|
|
18709
|
+
step2: "Enter the Token and EncodingAESKey below, save the channel, then copy the generated callback URL.",
|
|
18710
|
+
step3: "Enter that callback URL and the same Token and EncodingAESKey in WeCom, complete URL verification, and add the Smart Bot to the target group.",
|
|
18711
|
+
note: "This is Smart Bot URL callback mode. CorpId, AgentId, and application Secret are not required. WeCom performs a GET verification when saving.",
|
|
18663
18712
|
},
|
|
18664
18713
|
slack: {
|
|
18665
18714
|
label: "Slack",
|
|
@@ -18700,11 +18749,11 @@ const messages = {
|
|
|
18700
18749
|
field: {
|
|
18701
18750
|
webhook: {
|
|
18702
18751
|
webhookUrl: "Webhook URL",
|
|
18752
|
+
dingtalkSigningSecret: "DingTalk robot signing secret (when signing is enabled)",
|
|
18703
18753
|
},
|
|
18704
18754
|
wecom: {
|
|
18705
|
-
|
|
18706
|
-
|
|
18707
|
-
secret: "Secret",
|
|
18755
|
+
token: "Token",
|
|
18756
|
+
aesKey: "EncodingAESKey",
|
|
18708
18757
|
},
|
|
18709
18758
|
},
|
|
18710
18759
|
simNoReply: "(No reply)",
|
|
@@ -18769,6 +18818,18 @@ const messages = {
|
|
|
18769
18818
|
copyCallbackUrl: "Copy callback URL",
|
|
18770
18819
|
copyCallbackUrlAria: "Copy callback URL",
|
|
18771
18820
|
callbackUrlCopied: "Callback URL copied. Paste it into the message-receive / callback URL field on the open platform.",
|
|
18821
|
+
callbackUrlCopyFailed: "The browser did not allow automatic copying. Retry from an HTTPS page.",
|
|
18822
|
+
connectionModeLabel: "Robot connection mode",
|
|
18823
|
+
connectionMode: {
|
|
18824
|
+
stream: "Stream delivery (recommended)",
|
|
18825
|
+
callback: "Callback URL",
|
|
18826
|
+
streamHelp: "NexusClaw opens a persistent connection to receive messages, so no public callback URL is required. The connection starts and reconnects automatically while the channel is enabled.",
|
|
18827
|
+
callbackHelp: "DingTalk delivers messages to a public HTTPS endpoint. After saving, copy the generated callback URL into the DingTalk console.",
|
|
18828
|
+
},
|
|
18829
|
+
dingtalkStreamReady: "Stream mode keeps a persistent backend connection and needs no callback URL. Make sure the DingTalk robot is also configured for Stream mode and published.",
|
|
18830
|
+
dingtalkStreamError: "The Stream connection is unhealthy. Check AppKey/AppSecret, the robot's Stream setting, and backend outbound network access.",
|
|
18831
|
+
dingtalkStreamStepTitle: "Confirm Stream connection",
|
|
18832
|
+
dingtalkStreamStepDescription: "Enable the channel, then send a message directly to the DingTalk robot",
|
|
18772
18833
|
confirmDelete: "Delete this integration?",
|
|
18773
18834
|
delete: "Delete",
|
|
18774
18835
|
cancel: "Cancel",
|
|
@@ -18792,6 +18853,7 @@ const messages = {
|
|
|
18792
18853
|
fillIn: "3. Fill in the configuration",
|
|
18793
18854
|
webhookFillIn: "3. Enter the Webhook delivery configuration",
|
|
18794
18855
|
webhookUrlRequired: "Enter the external Webhook message delivery URL",
|
|
18856
|
+
credentialFieldRequired: "Enter {field}",
|
|
18795
18857
|
webhookSetupTitle: "Configure proactive Webhook delivery",
|
|
18796
18858
|
webhookSetupDescription: "Webhook lets explicitly authorized AI employees deliver messages to an external URL. It does not receive external messages, use a callback URL, or require callback verification.",
|
|
18797
18859
|
webhookStepAdd: "Add Webhook",
|
|
@@ -18822,7 +18884,7 @@ const messages = {
|
|
|
18822
18884
|
flow: {
|
|
18823
18885
|
inbound_callback: {
|
|
18824
18886
|
title: "Inbound application callback channel",
|
|
18825
|
-
description: "WeCom, Feishu, and DingTalk have real inbound callbacks wired. Messages received by the external platform are dispatched only to explicitly selected AI employees.",
|
|
18887
|
+
description: "WeCom Smart Bot, Feishu, and DingTalk have real inbound callbacks wired. Messages received by the external platform are dispatched only to explicitly selected AI employees.",
|
|
18826
18888
|
howTo: "2. Configure the open-platform application and callback",
|
|
18827
18889
|
configure: "3. Enter application credentials and service settings",
|
|
18828
18890
|
employeesLabel: "AI employees allowed to serve externally",
|