@workflow-code/cli 0.2.4-20260905001 → 0.2.4-20260905002

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.
@@ -5660,6 +5660,18 @@ var serverWeb = {
5660
5660
  sub2apiGroupModelResult: "{{platform}} \xB7 {{count}} models",
5661
5661
  sub2apiGroupModelRetry: "Reload",
5662
5662
  sub2apiGroupModelView: "View the models this group currently supports.",
5663
+ sub2apiGroupModelSearchPlaceholder: "Filter models\u2026",
5664
+ sub2apiGroupModelSearchAria: "Filter the supported model list",
5665
+ sub2apiGroupModelFilterCount: "Showing {{visible}} of {{total}}",
5666
+ sub2apiGroupModelFilterAll: "{{total}} models in total",
5667
+ sub2apiGroupModelNoMatches: "No matching models",
5668
+ sub2apiGroupModelNoMatchesDescription: "Try a different filter or clear it to see all {{total}} models.",
5669
+ sub2apiGroupModelClearFilter: "Clear filter",
5670
+ sub2apiGroupModelCopy: "Copy",
5671
+ sub2apiGroupModelCopied: "Copied",
5672
+ sub2apiGroupModelCopyAria: "Copy {{name}}",
5673
+ sub2apiGroupModelCopyAll: "Copy all",
5674
+ sub2apiGroupModelCopyAllAria: "Copy all {{count}} models",
5663
5675
  sub2apiGroupNoDescription: "No description",
5664
5676
  sub2apiGroupNoMatchDescription: "Adjust the search term or filters and try again.",
5665
5677
  sub2apiGroupNoMatchTitle: "No matching API key groups",
@@ -10241,6 +10253,18 @@ var serverWeb2 = {
10241
10253
  sub2apiGroupModelResult: "{{platform}} \xB7 {{count}} \u4E2A\u6A21\u578B",
10242
10254
  sub2apiGroupModelRetry: "\u91CD\u65B0\u52A0\u8F7D",
10243
10255
  sub2apiGroupModelView: "\u67E5\u770B\u8BE5\u5206\u7EC4\u5F53\u524D\u652F\u6301\u7684\u6A21\u578B\u3002",
10256
+ sub2apiGroupModelSearchPlaceholder: "\u8FC7\u6EE4\u6A21\u578B\u2026",
10257
+ sub2apiGroupModelSearchAria: "\u8FC7\u6EE4\u652F\u6301\u7684\u6A21\u578B\u5217\u8868",
10258
+ sub2apiGroupModelFilterCount: "\u663E\u793A {{visible}} / {{total}} \u4E2A",
10259
+ sub2apiGroupModelFilterAll: "\u5171 {{total}} \u4E2A\u6A21\u578B",
10260
+ sub2apiGroupModelNoMatches: "\u6CA1\u6709\u5339\u914D\u7684\u6A21\u578B",
10261
+ sub2apiGroupModelNoMatchesDescription: "\u5C1D\u8BD5\u66F4\u6362\u8FC7\u6EE4\u8BCD\u6216\u6E05\u7A7A\u8FC7\u6EE4\uFF0C\u4EE5\u67E5\u770B\u5168\u90E8 {{total}} \u4E2A\u6A21\u578B\u3002",
10262
+ sub2apiGroupModelClearFilter: "\u6E05\u7A7A\u8FC7\u6EE4",
10263
+ sub2apiGroupModelCopy: "\u590D\u5236",
10264
+ sub2apiGroupModelCopied: "\u5DF2\u590D\u5236",
10265
+ sub2apiGroupModelCopyAria: "\u590D\u5236 {{name}}",
10266
+ sub2apiGroupModelCopyAll: "\u590D\u5236\u5168\u90E8",
10267
+ sub2apiGroupModelCopyAllAria: "\u590D\u5236\u5168\u90E8 {{count}} \u4E2A\u6A21\u578B",
10244
10268
  sub2apiGroupNoDescription: "\u672A\u586B\u5199\u63CF\u8FF0",
10245
10269
  sub2apiGroupNoMatchDescription: "\u8C03\u6574\u641C\u7D22\u8BCD\u6216\u7B5B\u9009\u6761\u4EF6\u540E\u91CD\u8BD5\u3002",
10246
10270
  sub2apiGroupNoMatchTitle: "\u6CA1\u6709\u5339\u914D\u7684 API \u5BC6\u94A5\u5206\u7EC4",
@@ -4,7 +4,7 @@ import {
4
4
  initI18n,
5
5
  isSupportedLocale,
6
6
  normalizeLocale
7
- } from "./chunk-GR3YX2O3.js";
7
+ } from "./chunk-A63DHNN7.js";
8
8
 
9
9
  // src/locale.ts
10
10
  import { WORKFLOW_RUNTIME_LOCALE_ENV } from "workflow-code";
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  prepareCliInvocation
4
- } from "./chunk-EDPAMGLA.js";
4
+ } from "./chunk-DIHR7STW.js";
5
5
  import {
6
6
  i18n,
7
7
  translateWorkflowCodeError
8
- } from "./chunk-GR3YX2O3.js";
8
+ } from "./chunk-A63DHNN7.js";
9
9
  import "./chunk-NSPRIPOP.js";
10
10
 
11
11
  // src/index.ts
@@ -23,12 +23,12 @@ async function main(argv = process.argv.slice(2)) {
23
23
  const prepared = prepareCliInvocation(argv);
24
24
  argv = prepared.argv;
25
25
  if (argv[0] === "workspace") {
26
- const workspaceCli = await import("./workspace-WBIN2LXK.js");
26
+ const workspaceCli = await import("./workspace-7KKUBWIO.js");
27
27
  await workspaceCli.main(argv.slice(1), { localeInitialized: true });
28
28
  return typeof process.exitCode === "number" ? process.exitCode : 0;
29
29
  }
30
30
  if (argv[0] === "mcp") {
31
- const mcpCli = await import("./mcp-D5DMGLCO.js");
31
+ const mcpCli = await import("./mcp-VVK3ISRD.js");
32
32
  return mcpCli.main(argv.slice(1));
33
33
  }
34
34
  if (argv.length === 0 || argv[0] === "help" || argv[0] === "--help" || argv[0] === "-h") {
@@ -38,7 +38,7 @@ async function main(argv = process.argv.slice(2)) {
38
38
  }
39
39
  const { register } = await import("tsx/esm/api");
40
40
  register();
41
- const localCli = await import("./local-6OR4YVJN.js");
41
+ const localCli = await import("./local-2XIMJTMM.js");
42
42
  return localCli.main(argv, { localeInitialized: true });
43
43
  }
44
44
  function formatHelp() {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  prepareCliInvocation
4
- } from "./chunk-EDPAMGLA.js";
4
+ } from "./chunk-DIHR7STW.js";
5
5
  import {
6
6
  createCliRelatedProjectRuntime,
7
7
  parseCliRelatedProjectSpec
@@ -12,7 +12,7 @@ import {
12
12
  import {
13
13
  i18n,
14
14
  translateWorkflowCodeError
15
- } from "./chunk-GR3YX2O3.js";
15
+ } from "./chunk-A63DHNN7.js";
16
16
  import {
17
17
  __commonJS,
18
18
  __toESM
@@ -13,7 +13,7 @@ import {
13
13
  } from "./chunk-27OW6OJ3.js";
14
14
  import {
15
15
  i18n
16
- } from "./chunk-GR3YX2O3.js";
16
+ } from "./chunk-A63DHNN7.js";
17
17
  import {
18
18
  __commonJS,
19
19
  __export,
@@ -8,7 +8,7 @@ import {
8
8
  } from "./chunk-PGM3IPWA.js";
9
9
  import {
10
10
  prepareCliInvocation
11
- } from "./chunk-EDPAMGLA.js";
11
+ } from "./chunk-DIHR7STW.js";
12
12
  import {
13
13
  isWorkflowUuid,
14
14
  readWorkflowProjectInfo,
@@ -18,7 +18,7 @@ import {
18
18
  getCurrentLocale,
19
19
  i18n,
20
20
  translateWorkflowCodeError
21
- } from "./chunk-GR3YX2O3.js";
21
+ } from "./chunk-A63DHNN7.js";
22
22
  import {
23
23
  __commonJS,
24
24
  __toESM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workflow-code/cli",
3
- "version": "0.2.4-20260905001",
3
+ "version": "0.2.4-20260905002",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "workflow-code": "./dist/index.js"
@@ -20,7 +20,7 @@
20
20
  "zod": "4.4.3"
21
21
  },
22
22
  "peerDependencies": {
23
- "workflow-code": "0.2.4-20260905001"
23
+ "workflow-code": "0.2.4-20260905002"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^25.6.0",
@@ -29,7 +29,7 @@
29
29
  "tsup": "^8.5.1",
30
30
  "typescript": "^6.0.3",
31
31
  "vitest": "^4.1.7",
32
- "workflow-code": "0.2.4-20260905001",
32
+ "workflow-code": "0.2.4-20260905002",
33
33
  "@workflow-code/auth-config": "0.1.0",
34
34
  "@workflow-code/execution-targets": "0.1.0",
35
35
  "@workflow-code/i18n": "0.1.0",