@nexusclawhq/cli 0.3.17 → 0.3.19

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 (56) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.d.ts +1 -0
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js +1 -0
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js.map +1 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +11 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +11 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +22 -0
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +11 -0
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +11 -0
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.d.ts +15 -0
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js +30 -0
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js.map +1 -0
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +4 -0
  17. package/dist/nexus-cli/src/cli.js +0 -0
  18. package/dist/nexus-cli/src/commands/commands.test.js +19 -0
  19. package/dist/nexus-cli/src/commands/commands.test.js.map +1 -1
  20. package/dist/nexus-cli/src/commands/data/index.js +2 -0
  21. package/dist/nexus-cli/src/commands/data/index.js.map +1 -1
  22. package/dist/nexus-cli/src/commands/data/recycle-bin.d.ts +2 -0
  23. package/dist/nexus-cli/src/commands/data/recycle-bin.js +52 -0
  24. package/dist/nexus-cli/src/commands/data/recycle-bin.js.map +1 -0
  25. package/dist/nexus-cli/src/commands/employee/index.js +2 -0
  26. package/dist/nexus-cli/src/commands/employee/index.js.map +1 -1
  27. package/dist/nexus-cli/src/commands/employee/skill.d.ts +4 -0
  28. package/dist/nexus-cli/src/commands/employee/skill.js +77 -0
  29. package/dist/nexus-cli/src/commands/employee/skill.js.map +1 -0
  30. package/dist/nexus-cli/src/commands/employee/skill.test.d.ts +1 -0
  31. package/dist/nexus-cli/src/commands/employee/skill.test.js +35 -0
  32. package/dist/nexus-cli/src/commands/employee/skill.test.js.map +1 -0
  33. package/dist/nexus-cli/src/contracts/command-contract.registry.js +2 -0
  34. package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
  35. package/dist/nexus-cli/src/services/__env-probe.test.d.ts +1 -0
  36. package/dist/nexus-cli/src/services/__env-probe.test.js +13 -0
  37. package/dist/nexus-cli/src/services/__env-probe.test.js.map +1 -0
  38. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.d.ts +1 -0
  39. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js +132 -0
  40. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js.map +1 -0
  41. package/dist/nexus-cli/src/services/developer-skill-catalog.d.ts +25 -0
  42. package/dist/nexus-cli/src/services/developer-skill-catalog.js +61 -0
  43. package/dist/nexus-cli/src/services/developer-skill-catalog.js.map +1 -0
  44. package/dist/nexus-cli/src/services/developer-skill-catalog.test.d.ts +1 -0
  45. package/dist/nexus-cli/src/services/developer-skill-catalog.test.js +27 -0
  46. package/dist/nexus-cli/src/services/developer-skill-catalog.test.js.map +1 -0
  47. package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
  48. package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
  49. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  50. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  51. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +1 -1
  52. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/components/drill-code-extension-page/index.js +70 -0
  53. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/metadata/drill-code-extension-page.manifest.json +63 -0
  54. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/tests/drill-code-extension-page.assertions.json +13 -0
  55. package/dist/tsconfig.tsbuildinfo +1 -1
  56. package/package.json +1 -1
@@ -5029,6 +5029,8 @@ export declare const locales: {
5029
5029
  sendMessageAria: string;
5030
5030
  requestFailedWithStatus: string;
5031
5031
  serviceException: string;
5032
+ newConversation: string;
5033
+ restoringSession: string;
5032
5034
  historyButton: string;
5033
5035
  historyTitle: string;
5034
5036
  historyEmpty: string;
@@ -7448,6 +7450,8 @@ export declare const locales: {
7448
7450
  builderPreviewMenuCaption: string;
7449
7451
  builderPreviewRun: string;
7450
7452
  builderPreviewWelcome: string;
7453
+ builderPreviewNewSession: string;
7454
+ builderPreviewRestoring: string;
7451
7455
  builderReadinessTitle: string;
7452
7456
  builderReadiness: {
7453
7457
  access: string;
@@ -18913,6 +18917,13 @@ export declare const locales: {
18913
18917
  subscriptionId: string;
18914
18918
  catalogLoadFailed: string;
18915
18919
  catalogLoadFailedDescription: string;
18920
+ language: string;
18921
+ timezone: string;
18922
+ dateFormat: string;
18923
+ timeFormat: string;
18924
+ numberFormat: string;
18925
+ currencyPosition: string;
18926
+ fiscalYearStartMonth: string;
18916
18927
  };
18917
18928
  tenantDetail: {
18918
18929
  updateSuccess: string;
@@ -27011,6 +27022,8 @@ export declare const locales: {
27011
27022
  sendMessageAria: string;
27012
27023
  requestFailedWithStatus: string;
27013
27024
  serviceException: string;
27025
+ newConversation: string;
27026
+ restoringSession: string;
27014
27027
  historyButton: string;
27015
27028
  historyTitle: string;
27016
27029
  historyEmpty: string;
@@ -29430,6 +29443,8 @@ export declare const locales: {
29430
29443
  builderPreviewMenuCaption: string;
29431
29444
  builderPreviewRun: string;
29432
29445
  builderPreviewWelcome: string;
29446
+ builderPreviewNewSession: string;
29447
+ builderPreviewRestoring: string;
29433
29448
  builderReadinessTitle: string;
29434
29449
  builderReadiness: {
29435
29450
  access: string;
@@ -40895,6 +40910,13 @@ export declare const locales: {
40895
40910
  subscriptionId: string;
40896
40911
  catalogLoadFailed: string;
40897
40912
  catalogLoadFailedDescription: string;
40913
+ language: string;
40914
+ timezone: string;
40915
+ dateFormat: string;
40916
+ timeFormat: string;
40917
+ numberFormat: string;
40918
+ currencyPosition: string;
40919
+ fiscalYearStartMonth: string;
40898
40920
  };
40899
40921
  tenantDetail: {
40900
40922
  updateSuccess: string;
@@ -5025,6 +5025,8 @@ declare const _default: {
5025
5025
  sendMessageAria: string;
5026
5026
  requestFailedWithStatus: string;
5027
5027
  serviceException: string;
5028
+ newConversation: string;
5029
+ restoringSession: string;
5028
5030
  historyButton: string;
5029
5031
  historyTitle: string;
5030
5032
  historyEmpty: string;
@@ -7444,6 +7446,8 @@ declare const _default: {
7444
7446
  builderPreviewMenuCaption: string;
7445
7447
  builderPreviewRun: string;
7446
7448
  builderPreviewWelcome: string;
7449
+ builderPreviewNewSession: string;
7450
+ builderPreviewRestoring: string;
7447
7451
  builderReadinessTitle: string;
7448
7452
  builderReadiness: {
7449
7453
  access: string;
@@ -18909,6 +18913,13 @@ declare const _default: {
18909
18913
  subscriptionId: string;
18910
18914
  catalogLoadFailed: string;
18911
18915
  catalogLoadFailedDescription: string;
18916
+ language: string;
18917
+ timezone: string;
18918
+ dateFormat: string;
18919
+ timeFormat: string;
18920
+ numberFormat: string;
18921
+ currencyPosition: string;
18922
+ fiscalYearStartMonth: string;
18912
18923
  };
18913
18924
  tenantDetail: {
18914
18925
  updateSuccess: string;
@@ -5047,6 +5047,8 @@ const messages = {
5047
5047
  requestFailedWithStatus: "请求失败({status})",
5048
5048
  serviceException: "服务异常",
5049
5049
  // 历史会话 / 会议回放(仅本人,按 userId+workspaceId 隔离)
5050
+ newConversation: "新会话",
5051
+ restoringSession: "正在恢复上次演练会话…",
5050
5052
  historyButton: "历史会话",
5051
5053
  historyTitle: "历史会话",
5052
5054
  historyEmpty: "暂无历史会话",
@@ -7434,6 +7436,8 @@ const messages = {
7434
7436
  builderPreviewMenuCaption: "任务输入与产出",
7435
7437
  builderPreviewRun: "预览运行",
7436
7438
  builderPreviewWelcome: "输入一个真实任务,我会用当前 AI 员工配置试跑。",
7439
+ builderPreviewNewSession: "新会话",
7440
+ builderPreviewRestoring: "正在恢复上次会话…",
7437
7441
  builderReadinessTitle: "上岗准备度",
7438
7442
  builderReadiness: {
7439
7443
  access: "使用范围",
@@ -18937,6 +18941,13 @@ const messages = {
18937
18941
  subscriptionId: "订阅 ID",
18938
18942
  catalogLoadFailed: "订阅套餐目录加载失败",
18939
18943
  catalogLoadFailedDescription: "无法读取可开通的套餐和计费周期,修复后重试。",
18944
+ language: "默认语言",
18945
+ timezone: "默认时区",
18946
+ dateFormat: "日期格式",
18947
+ timeFormat: "时间格式",
18948
+ numberFormat: "数字格式",
18949
+ currencyPosition: "货币符号位置",
18950
+ fiscalYearStartMonth: "财年起始月",
18940
18951
  },
18941
18952
  tenantDetail: {
18942
18953
  updateSuccess: "订阅已更新",