@nexusclawhq/cli 0.3.32 → 0.3.34

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 (35) 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 +9 -0
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +9 -0
  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 +18 -0
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +9 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +9 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  9. package/dist/nexus-cli/src/cli.js +0 -0
  10. package/dist/nexus-cli/src/commands/metadata/validate-source.js +3 -1
  11. package/dist/nexus-cli/src/commands/metadata/validate-source.js.map +1 -1
  12. package/dist/nexus-cli/src/services/source-tracker.d.ts +4 -0
  13. package/dist/nexus-cli/src/services/source-tracker.js +43 -0
  14. package/dist/nexus-cli/src/services/source-tracker.js.map +1 -1
  15. package/dist/nexus-cli/src/services/source-tracker.test.js +23 -0
  16. package/dist/nexus-cli/src/services/source-tracker.test.js.map +1 -1
  17. package/dist/nexus-cli/src/services/workforce-observe-remote.d.ts +1 -0
  18. package/dist/nexus-cli/src/services/workforce-observe-remote.js +13 -4
  19. package/dist/nexus-cli/src/services/workforce-observe-remote.js.map +1 -1
  20. package/dist/nexus-cli/src/services/workforce-observe-remote.test.js +15 -0
  21. package/dist/nexus-cli/src/services/workforce-observe-remote.test.js.map +1 -0
  22. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  23. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  24. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  25. package/dist/tsconfig.tsbuildinfo +1 -1
  26. package/package.json +1 -1
  27. package/dist/nexus-cli/src/services/__env-probe.test.js +0 -13
  28. package/dist/nexus-cli/src/services/__env-probe.test.js.map +0 -1
  29. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.d.ts +0 -1
  30. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js +0 -132
  31. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js.map +0 -1
  32. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/components/drill-code-extension-page/index.js +0 -70
  33. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/metadata/drill-code-extension-page.manifest.json +0 -63
  34. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/tests/drill-code-extension-page.assertions.json +0 -13
  35. /package/dist/nexus-cli/src/services/{__env-probe.test.d.ts → workforce-observe-remote.test.d.ts} +0 -0
@@ -19554,6 +19554,9 @@ export declare const locales: {
19554
19554
  createPolicyModalTitle: string;
19555
19555
  workspacePlaceholder: string;
19556
19556
  ui: {
19557
+ loadFailed: string;
19558
+ loadFailedDescription: string;
19559
+ retry: string;
19557
19560
  test: string;
19558
19561
  testAll: string;
19559
19562
  testProvider: string;
@@ -19635,6 +19638,12 @@ export declare const locales: {
19635
19638
  capabilityColumn: string;
19636
19639
  wiringColumn: string;
19637
19640
  runtimeConsumerColumn: string;
19641
+ runtimeConsumer: {
19642
+ modelRouting: string;
19643
+ knowledgeRetrieval: string;
19644
+ other: string;
19645
+ unavailable: string;
19646
+ };
19638
19647
  noConsumer: string;
19639
19648
  noProviderSelected: string;
19640
19649
  modelResidency: string;
@@ -41622,6 +41631,9 @@ export declare const locales: {
41622
41631
  createPolicyModalTitle: string;
41623
41632
  workspacePlaceholder: string;
41624
41633
  ui: {
41634
+ loadFailed: string;
41635
+ loadFailedDescription: string;
41636
+ retry: string;
41625
41637
  test: string;
41626
41638
  testAll: string;
41627
41639
  testProvider: string;
@@ -41703,6 +41715,12 @@ export declare const locales: {
41703
41715
  capabilityColumn: string;
41704
41716
  wiringColumn: string;
41705
41717
  runtimeConsumerColumn: string;
41718
+ runtimeConsumer: {
41719
+ modelRouting: string;
41720
+ knowledgeRetrieval: string;
41721
+ other: string;
41722
+ unavailable: string;
41723
+ };
41706
41724
  noConsumer: string;
41707
41725
  noProviderSelected: string;
41708
41726
  modelResidency: string;
@@ -19550,6 +19550,9 @@ declare const _default: {
19550
19550
  createPolicyModalTitle: string;
19551
19551
  workspacePlaceholder: string;
19552
19552
  ui: {
19553
+ loadFailed: string;
19554
+ loadFailedDescription: string;
19555
+ retry: string;
19553
19556
  test: string;
19554
19557
  testAll: string;
19555
19558
  testProvider: string;
@@ -19631,6 +19634,12 @@ declare const _default: {
19631
19634
  capabilityColumn: string;
19632
19635
  wiringColumn: string;
19633
19636
  runtimeConsumerColumn: string;
19637
+ runtimeConsumer: {
19638
+ modelRouting: string;
19639
+ knowledgeRetrieval: string;
19640
+ other: string;
19641
+ unavailable: string;
19642
+ };
19634
19643
  noConsumer: string;
19635
19644
  noProviderSelected: string;
19636
19645
  modelResidency: string;
@@ -19578,6 +19578,9 @@ const messages = {
19578
19578
  createPolicyModalTitle: "绑定组织 AI 模型服务商策略",
19579
19579
  workspacePlaceholder: "选择工作区",
19580
19580
  ui: {
19581
+ loadFailed: "AI 模型控制面加载失败",
19582
+ loadFailedDescription: "无法读取 AI 模型服务商配置或组织策略,请重试。",
19583
+ retry: "重试",
19581
19584
  test: "测试",
19582
19585
  testAll: "测试全部",
19583
19586
  testProvider: "测试服务商能力",
@@ -19659,6 +19662,12 @@ const messages = {
19659
19662
  capabilityColumn: "能力",
19660
19663
  wiringColumn: "接入状态",
19661
19664
  runtimeConsumerColumn: "运行时消费者",
19665
+ runtimeConsumer: {
19666
+ modelRouting: "模型路由",
19667
+ knowledgeRetrieval: "知识检索",
19668
+ other: "其他运行时服务",
19669
+ unavailable: "—",
19670
+ },
19662
19671
  noConsumer: "—",
19663
19672
  noProviderSelected: "未选择服务商。",
19664
19673
  modelResidency: "模型数据驻留",