@thinkingai/ae-cli 6.1.14 → 6.1.16

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 (89) hide show
  1. package/dist/{auth-GBMV6TEJ.js → auth-2WTQOP77.js} +3 -3
  2. package/dist/{auth-NDSXE54J.js → auth-77BUFLGC.js} +57 -13
  3. package/dist/{capability-TAMDRZYV.js → capability-72DTW5M2.js} +9 -9
  4. package/dist/{capability-U7TDEEEG.js → capability-PJHNI4GJ.js} +9 -9
  5. package/dist/{chunk-AFXA7BRK.js → chunk-4KVPKXFX.js} +5 -5
  6. package/dist/chunk-4SGZG4XY.js +311 -0
  7. package/dist/chunk-6EIJSNBD.js +8 -0
  8. package/dist/chunk-C4MGVGJW.js +13 -0
  9. package/dist/{chunk-WZRX4KOH.js → chunk-GT46FPXN.js} +4 -6
  10. package/dist/{chunk-5XUSIK27.js → chunk-ILIU36SU.js} +10 -7
  11. package/dist/{chunk-JHENBQ5B.js → chunk-LYVNONC4.js} +0 -35
  12. package/dist/{chunk-JUW4AJXN.js → chunk-P3FGXJTU.js} +12 -7
  13. package/dist/chunk-QGM4M3NI.js +37 -0
  14. package/dist/{chunk-753BUTNZ.js → chunk-RGKJGKT7.js} +2 -2
  15. package/dist/{chunk-UIHQJK5E.js → chunk-SAU3QFIQ.js} +3 -3
  16. package/dist/{chunk-VLWOLBGZ.js → chunk-UOUS37JQ.js} +149 -161
  17. package/dist/{chunk-AXDXJTPC.js → chunk-UW5UN47B.js} +19 -2
  18. package/dist/chunk-VPKZ7I72.js +509 -0
  19. package/dist/{chunk-QATA32VR.js → chunk-VR3LCBHW.js} +2 -2
  20. package/dist/{chunk-IBH3LDAH.js → chunk-YA6SMTXG.js} +3 -3
  21. package/dist/chunk-ZZUOD757.js +598 -0
  22. package/dist/{client-L2YDMHQ6.js → client-TKG4WBHN.js} +4 -5
  23. package/dist/{community-report-client-M2RW4MXD.js → community-report-client-FI4LNVYS.js} +3 -2
  24. package/dist/{config-OL2LWGBV.js → config-RE6CMGPK.js} +7 -7
  25. package/dist/data-integration-2MYMANJI.js +3383 -0
  26. package/dist/index.js +68 -34
  27. package/dist/local-data-upload-client-BWHSUQQK.js +167 -0
  28. package/dist/{memory-MUP7PPL7.js → memory-CHRU2F7W.js} +7 -6
  29. package/dist/{memory-U4O5PMXH.js → memory-YK33G4T7.js} +7 -6
  30. package/dist/{metadata-5MIMNIMT.js → metadata-UILXHBWF.js} +10 -9
  31. package/dist/{metadata-LERKDJN6.js → metadata-XXR34N5P.js} +10 -9
  32. package/dist/{model-JTUEO5M4.js → model-K3KLWIW6.js} +7 -3
  33. package/dist/model-NR3JHFSJ.js +139 -0
  34. package/dist/{sync-MOSFNBVR.js → sync-DAVKYVMW.js} +8 -6
  35. package/dist/sync-FCKOVWWS.js +10261 -0
  36. package/dist/{te-agent-IFKZDHZI.js → te-agent-4BKBODMF.js} +686 -71
  37. package/dist/te-agent-HLW4VTQK.js +3893 -0
  38. package/dist/{te-analysis-FCHRTNIY.js → te-analysis-O6DCO6BS.js} +36 -13
  39. package/dist/{te-analysis-QG7UKGDA.js → te-analysis-ZMNGOVNW.js} +36 -13
  40. package/dist/{te-community-HNKVTERD.js → te-community-6HPBWJUZ.js} +24 -19
  41. package/dist/{te-community-IWE5B7W6.js → te-community-HLC43QKH.js} +24 -20
  42. package/dist/{te-dataops-KXCEB4CS.js → te-dataops-EJP56W3K.js} +57 -34
  43. package/dist/{te-dataops-KQPYNAE3.js → te-dataops-HDRUXY4K.js} +59 -34
  44. package/dist/{te-engage-D6EG3NOR.js → te-engage-FGBGQ4IY.js} +9 -8
  45. package/dist/{te-engage-ZSMIJLUW.js → te-engage-RAK5PESW.js} +9 -8
  46. package/dist/{te-experiment-K5US7RMG.js → te-experiment-SO5MPDMJ.js} +9 -8
  47. package/dist/{te-experiment-WA7TFMEL.js → te-experiment-VZF7BT6G.js} +9 -8
  48. package/dist/{te-kb-OIH3T6CS.js → te-kb-APXBWBDY.js} +6 -6
  49. package/dist/{te-system-AZ3URMUO.js → te-system-YARIK4S5.js} +7 -4
  50. package/dist/te-system-Z77IKZFN.js +2213 -0
  51. package/dist/{te-team-GZPU6UWA.js → te-team-EFKWYKMK.js} +7 -7
  52. package/dist/{update-TOBFXF2V.js → update-OGPSZM5A.js} +7 -7
  53. package/package.json +13 -3
  54. package/skills/ae-agent/SKILL.md +21 -11
  55. package/skills/ae-agent/references/approval-effect.md +44 -0
  56. package/skills/ae-agent/references/approval-request.md +46 -0
  57. package/skills/ae-agent/references/approval-task.md +45 -0
  58. package/skills/ae-agent/references/approval-type.md +32 -0
  59. package/skills/ae-agent/references/command_index.md +19 -0
  60. package/skills/ae-analysis/SKILL.md +11 -7
  61. package/skills/ae-analysis/references/adhoc_run.md +2 -0
  62. package/skills/ae-analysis/references/ai_models.md +27 -0
  63. package/skills/ae-analysis/references/analysis_gateway_assets.md +3 -2
  64. package/skills/ae-analysis/references/command_index.md +4 -1
  65. package/skills/ae-analysis/references/dashboard_get.md +8 -2
  66. package/skills/ae-analysis/references/dashboard_report_data_run.md +3 -1
  67. package/skills/ae-analysis/references/dashboard_update.md +4 -1
  68. package/skills/ae-analysis/references/project_space_business_filter_upsert.md +17 -0
  69. package/skills/ae-analysis/references/user_tag_models.md +4 -4
  70. package/skills/ae-data-integration/SKILL.md +54 -0
  71. package/skills/ae-data-integration/references/handoff.md +43 -0
  72. package/skills/ae-data-integration/references/local-analysis.md +27 -0
  73. package/skills/ae-data-integration/references/reuse.md +41 -0
  74. package/skills/ae-data-integration/references/sink-upload.md +58 -0
  75. package/skills/ae-data-integration/references/source-inspect.md +55 -0
  76. package/skills/ae-data-integration/references/sync-json-upload.md +60 -0
  77. package/skills/ae-data-integration/references/tracking-plan.md +35 -0
  78. package/skills/ae-data-integration/references/transform.md +65 -0
  79. package/skills/ae-data-integration/references/ue-mapping.md +142 -0
  80. package/skills/ae-data-integration/references/ue-routing.md +35 -0
  81. package/skills/ae-data-integration-helper/SKILL.md +1 -1
  82. package/skills/ae-dataops/SKILL.md +1 -1
  83. package/skills/ae-dataops/references/dataops-query.md +4 -4
  84. package/skills/ae-generate-tracking-plan/SKILL.md +54 -3
  85. package/skills/ae-metadata/SKILL.md +0 -1
  86. package/dist/chunk-3FY3RJ26.js +0 -293
  87. package/dist/chunk-S5NTSDBS.js +0 -198
  88. package/dist/chunk-ZQKDZXDO.js +0 -317
  89. package/dist/cli-token-4UPER74P.js +0 -21
@@ -1,25 +1,33 @@
1
1
  import {
2
2
  printError
3
- } from "./chunk-WZRX4KOH.js";
3
+ } from "./chunk-GT46FPXN.js";
4
+ import {
5
+ internalCallSourceHeaders
6
+ } from "./chunk-C4MGVGJW.js";
4
7
  import {
5
8
  clearCliToken,
6
9
  getCliToken
7
- } from "./chunk-S5NTSDBS.js";
8
- import {
9
- resolveHost
10
- } from "./chunk-ZQKDZXDO.js";
10
+ } from "./chunk-4SGZG4XY.js";
11
11
  import {
12
+ resolveHost,
12
13
  safeJsonParse
13
- } from "./chunk-3FY3RJ26.js";
14
+ } from "./chunk-ZZUOD757.js";
14
15
  import {
15
16
  CliValidationError,
16
17
  PermissionError
17
- } from "./chunk-AXDXJTPC.js";
18
+ } from "./chunk-UW5UN47B.js";
18
19
  import {
19
20
  logger
20
- } from "./chunk-JHENBQ5B.js";
21
+ } from "./chunk-LYVNONC4.js";
22
+ import "./chunk-QGM4M3NI.js";
21
23
 
22
24
  // src/commands/te-dataops/shared.ts
25
+ import { randomBytes } from "crypto";
26
+ import { createWriteStream } from "fs";
27
+ import { mkdir, rename, unlink } from "fs/promises";
28
+ import { basename, dirname, join, resolve } from "path";
29
+ import { Readable } from "stream";
30
+ import { pipeline } from "stream/promises";
23
31
  var TOOL_API_MAP = {
24
32
  repo_list_spaces: { method: "GET", path: "/api/cli/dataops/v1/gaia/repo/spaces" },
25
33
  datatable_get_table_detail: { method: "GET", path: "/api/cli/dataops/v1/gaia/datatable/table-detail" },
@@ -110,15 +118,16 @@ function buildDataopsApiDryRun(ctx, toolName59, args = {}) {
110
118
  body: params
111
119
  };
112
120
  }
113
- async function downloadDataopsApi(ctx, path2, params, retry = true) {
121
+ async function downloadDataopsApi(ctx, path, params, targetPath, retry = true) {
114
122
  const host = resolveHost(ctx.host());
115
123
  const token = await getCliToken(host);
116
- const url = buildUrl(host, path2, compactArgs(params));
124
+ const url = buildUrl(host, path, compactArgs(params));
117
125
  const resp = await fetch(url, {
118
126
  method: "GET",
119
127
  headers: {
120
128
  "cli-token": token,
121
- "Accept": "*/*"
129
+ "Accept": "*/*",
130
+ ...internalCallSourceHeaders()
122
131
  }
123
132
  });
124
133
  if (resp.status === 403) {
@@ -127,22 +136,44 @@ async function downloadDataopsApi(ctx, path2, params, retry = true) {
127
136
  }
128
137
  if (resp.status === 401 && retry) {
129
138
  clearCliToken(host);
130
- return downloadDataopsApi(ctx, path2, params, false);
139
+ return downloadDataopsApi(ctx, path, params, targetPath, false);
131
140
  }
132
141
  if (!resp.ok) {
133
142
  const data = parseResponseBody(await resp.text(), url, resp.status, true);
134
143
  throw new Error(formatHttpError(resp.status, resp.statusText, data));
135
144
  }
136
- return Buffer.from(await resp.arrayBuffer());
137
- }
138
- async function dataopsRequest(ctx, method, path2, params = {}, body, retry = true) {
145
+ if (!resp.body) {
146
+ throw new Error("DataOps download response has no body.");
147
+ }
148
+ const outputPath = resolve(targetPath);
149
+ await mkdir(dirname(outputPath), { recursive: true });
150
+ const tempPath = join(
151
+ dirname(outputPath),
152
+ `.${basename(outputPath)}.part-${process.pid}-${randomBytes(6).toString("hex")}`
153
+ );
154
+ let tempPresent = false;
155
+ try {
156
+ tempPresent = true;
157
+ await pipeline(
158
+ Readable.fromWeb(resp.body),
159
+ createWriteStream(tempPath, { flags: "wx" })
160
+ );
161
+ await rename(tempPath, outputPath);
162
+ tempPresent = false;
163
+ return outputPath;
164
+ } finally {
165
+ if (tempPresent) await unlink(tempPath).catch(() => void 0);
166
+ }
167
+ }
168
+ async function dataopsRequest(ctx, method, path, params = {}, body, retry = true) {
139
169
  const host = resolveHost(ctx.host());
140
170
  const token = await getCliToken(host);
141
- const url = buildUrl(host, path2, params);
171
+ const url = buildUrl(host, path, params);
142
172
  const headers = {
143
173
  "cli-token": token,
144
174
  "Accept": "application/json",
145
- "Content-Type": "application/json"
175
+ "Content-Type": "application/json",
176
+ ...internalCallSourceHeaders()
146
177
  };
147
178
  const options = { method, headers };
148
179
  if (method !== "GET") {
@@ -158,16 +189,16 @@ async function dataopsRequest(ctx, method, path2, params = {}, body, retry = tru
158
189
  if (resp.status === 401 && retry) {
159
190
  logger.warn(`DataOps request failed (HTTP 401) for ${host}, refreshing CLI token`);
160
191
  clearCliToken(host);
161
- return dataopsRequest(ctx, method, path2, params, body, false);
192
+ return dataopsRequest(ctx, method, path, params, body, false);
162
193
  }
163
194
  if (!resp.ok) {
164
195
  throw new Error(formatHttpError(resp.status, resp.statusText, data));
165
196
  }
166
197
  return unwrapDataResponse(data);
167
198
  }
168
- function buildUrl(host, path2, params = {}) {
199
+ function buildUrl(host, path, params = {}) {
169
200
  const base = host.replace(/\/+$/, "");
170
- const normalizedPath = path2.startsWith("/") ? path2 : `/${path2}`;
201
+ const normalizedPath = path.startsWith("/") ? path : `/${path}`;
171
202
  const url = new URL(`${base}${normalizedPath}`);
172
203
  for (const [key, value] of Object.entries(params)) {
173
204
  if (value !== void 0 && value !== null) {
@@ -217,8 +248,8 @@ function permissionMessage(data) {
217
248
  }
218
249
  function formatHttpError(status, statusText, data) {
219
250
  const detail = typeof data === "string" ? data : data?.message || data?.error || data?.return_message || data?.returnMessage;
220
- const path2 = data?.path ? ` path: ${data.path}` : "";
221
- return `AE API error: HTTP ${status} ${statusText}${detail ? ` - ${detail}` : ""}${path2}`;
251
+ const path = data?.path ? ` path: ${data.path}` : "";
252
+ return `AE API error: HTTP ${status} ${statusText}${detail ? ` - ${detail}` : ""}${path}`;
222
253
  }
223
254
 
224
255
  // src/commands/te-dataops/datatable/get-table-detail.ts
@@ -1843,8 +1874,6 @@ var cancelSqlQuery = {
1843
1874
  };
1844
1875
 
1845
1876
  // src/commands/te-dataops/ide/get-sql-query-status.ts
1846
- import { mkdir, writeFile } from "fs/promises";
1847
- import path from "path";
1848
1877
  var toolName51 = "ide_get_sql_query_status";
1849
1878
  var downloadPath = "/api/cli/dataops/v1/gaia/ide/sql-query-download";
1850
1879
  function optionalString5(ctx, name) {
@@ -1863,24 +1892,20 @@ function isDownloadReady(data) {
1863
1892
  }
1864
1893
  async function downloadResult(ctx, data, targetPath) {
1865
1894
  const params = data?.downloadParams ?? {};
1866
- const bytes = await downloadDataopsApi(ctx, downloadPath, {
1895
+ return downloadDataopsApi(ctx, downloadPath, {
1867
1896
  spaceCode: params.spaceCode,
1868
1897
  taskId: params.taskId
1869
- });
1870
- const absPath = path.resolve(targetPath);
1871
- await mkdir(path.dirname(absPath), { recursive: true });
1872
- await writeFile(absPath, bytes);
1873
- return absPath;
1898
+ }, targetPath);
1874
1899
  }
1875
1900
  var getSqlQueryStatus = {
1876
1901
  service: "dataops_ide",
1877
1902
  command: "+get_sql_query_status",
1878
- description: "Poll a Gaia download-center task created by +submit_sql_query. Requires spaceCode and downloadTaskId. requestId is trace-only. Returns status and download metadata; --downloadTo saves the result zip locally after SUCCESS and adds localFile.",
1903
+ description: "Poll a Gaia download-center task created by +submit_sql_query. Requires spaceCode and downloadTaskId. requestId is trace-only. Returns status and download metadata; --downloadTo streams the result zip to a local file after SUCCESS and adds localFile.",
1879
1904
  flags: [
1880
1905
  { name: "spaceCode", type: "string", required: true, desc: "Space code returned by +submit_sql_query" },
1881
1906
  { name: "downloadTaskId", type: "number", required: true, desc: "Download task ID returned by +submit_sql_query" },
1882
1907
  { name: "requestId", type: "string", required: false, desc: "Optional request ID returned by +submit_sql_query, used only for trace display" },
1883
- { name: "downloadTo", type: "string", required: false, desc: "Optional local file path. When downloadStatus=SUCCESS, save the result zip to this path; use a .zip suffix, for example ./result.zip." }
1908
+ { name: "downloadTo", type: "string", required: false, desc: "Optional local file path. After SUCCESS, stream the result zip and replace this path only when the download completes; use a .zip suffix, for example ./result.zip." }
1884
1909
  ],
1885
1910
  risk: "read",
1886
1911
  dryRun: (ctx) => buildDataopsApiDryRun(ctx, toolName51, buildArgs47(ctx)),
@@ -2142,10 +2167,10 @@ function buildArgs54(ctx) {
2142
2167
  var submitSqlQuery = {
2143
2168
  service: "dataops_ide",
2144
2169
  command: "+submit_sql_query",
2145
- description: "Submit an IDE SQL query and create a Gaia download-center task. Requires spaceCode and sql. Optional repoCode/engineType default to te_etl/TASK_ENGINE_TRINO. Returns download task metadata; result rows are never returned by MCP/CLI.",
2170
+ description: "Submit exactly one read-only IDE SQL query and create a Gaia download-center task. Optional repoCode/engineType default to te_etl/TASK_ENGINE_TRINO. Results are platform-bounded; Gaia returns downloadRowLimit when supported, and rows are never returned by MCP/CLI.",
2146
2171
  flags: [
2147
2172
  { name: "spaceCode", type: "string", required: true, desc: "Space code" },
2148
- { name: "sql", type: "string", required: true, desc: "SQL statement to execute" },
2173
+ { name: "sql", type: "string", required: true, desc: "Exactly one read-only SQL query" },
2149
2174
  { name: "repoCode", type: "string", required: false, desc: "Repository code. Defaults to te_etl." },
2150
2175
  { name: "engineType", type: "string", required: false, desc: "SQL execution engine. Defaults to TASK_ENGINE_TRINO. Optional: TASK_ENGINE_STARROCKS." }
2151
2176
  ],
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createCapabilityCommand
3
- } from "./chunk-QATA32VR.js";
3
+ } from "./chunk-VR3LCBHW.js";
4
4
  import {
5
5
  registerCapabilityGatewayRoute,
6
6
  resolveGatewayDomain
@@ -8,21 +8,22 @@ import {
8
8
  import {
9
9
  printError,
10
10
  withOutputMetadata
11
- } from "./chunk-WZRX4KOH.js";
11
+ } from "./chunk-GT46FPXN.js";
12
12
  import {
13
13
  CapabilityGatewayError,
14
14
  buildCapabilityGatewayUrl,
15
15
  fetchCapabilityGateway,
16
16
  requestCapabilityGateway,
17
17
  requestCapabilityGatewayWithEnvelope
18
- } from "./chunk-JUW4AJXN.js";
19
- import "./chunk-S5NTSDBS.js";
20
- import "./chunk-ZQKDZXDO.js";
21
- import "./chunk-3FY3RJ26.js";
18
+ } from "./chunk-ILIU36SU.js";
19
+ import "./chunk-6EIJSNBD.js";
20
+ import "./chunk-4SGZG4XY.js";
21
+ import "./chunk-ZZUOD757.js";
22
22
  import {
23
23
  CliValidationError
24
- } from "./chunk-AXDXJTPC.js";
25
- import "./chunk-JHENBQ5B.js";
24
+ } from "./chunk-UW5UN47B.js";
25
+ import "./chunk-LYVNONC4.js";
26
+ import "./chunk-QGM4M3NI.js";
26
27
 
27
28
  // src/commands/te-engage/shared.ts
28
29
  function createEngageCapabilityCommand(cliService, config) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createCapabilityCommand
3
- } from "./chunk-753BUTNZ.js";
3
+ } from "./chunk-RGKJGKT7.js";
4
4
  import {
5
5
  registerCapabilityGatewayRoute,
6
6
  resolveGatewayDomain
@@ -8,21 +8,22 @@ import {
8
8
  import {
9
9
  printError,
10
10
  withOutputMetadata
11
- } from "./chunk-WZRX4KOH.js";
11
+ } from "./chunk-GT46FPXN.js";
12
12
  import {
13
13
  CapabilityGatewayError,
14
14
  buildCapabilityGatewayUrl,
15
15
  fetchCapabilityGateway,
16
16
  requestCapabilityGateway,
17
17
  requestCapabilityGatewayWithEnvelope
18
- } from "./chunk-5XUSIK27.js";
19
- import "./chunk-S5NTSDBS.js";
20
- import "./chunk-ZQKDZXDO.js";
21
- import "./chunk-3FY3RJ26.js";
18
+ } from "./chunk-P3FGXJTU.js";
19
+ import "./chunk-C4MGVGJW.js";
20
+ import "./chunk-4SGZG4XY.js";
21
+ import "./chunk-ZZUOD757.js";
22
22
  import {
23
23
  CliValidationError
24
- } from "./chunk-AXDXJTPC.js";
25
- import "./chunk-JHENBQ5B.js";
24
+ } from "./chunk-UW5UN47B.js";
25
+ import "./chunk-LYVNONC4.js";
26
+ import "./chunk-QGM4M3NI.js";
26
27
 
27
28
  // src/commands/te-engage/shared.ts
28
29
  function createEngageCapabilityCommand(cliService, config) {
@@ -1,16 +1,17 @@
1
1
  import {
2
2
  createCapabilityCommand
3
- } from "./chunk-753BUTNZ.js";
3
+ } from "./chunk-VR3LCBHW.js";
4
4
  import {
5
5
  registerCapabilityGatewayRoute
6
6
  } from "./chunk-PTE56QPL.js";
7
- import "./chunk-WZRX4KOH.js";
8
- import "./chunk-5XUSIK27.js";
9
- import "./chunk-S5NTSDBS.js";
10
- import "./chunk-ZQKDZXDO.js";
11
- import "./chunk-3FY3RJ26.js";
12
- import "./chunk-AXDXJTPC.js";
13
- import "./chunk-JHENBQ5B.js";
7
+ import "./chunk-GT46FPXN.js";
8
+ import "./chunk-ILIU36SU.js";
9
+ import "./chunk-6EIJSNBD.js";
10
+ import "./chunk-4SGZG4XY.js";
11
+ import "./chunk-ZZUOD757.js";
12
+ import "./chunk-UW5UN47B.js";
13
+ import "./chunk-LYVNONC4.js";
14
+ import "./chunk-QGM4M3NI.js";
14
15
 
15
16
  // src/commands/te-experiment/capability-shared.ts
16
17
  function createExperimentCapabilityCommand(config) {
@@ -1,16 +1,17 @@
1
1
  import {
2
2
  createCapabilityCommand
3
- } from "./chunk-QATA32VR.js";
3
+ } from "./chunk-RGKJGKT7.js";
4
4
  import {
5
5
  registerCapabilityGatewayRoute
6
6
  } from "./chunk-PTE56QPL.js";
7
- import "./chunk-WZRX4KOH.js";
8
- import "./chunk-JUW4AJXN.js";
9
- import "./chunk-S5NTSDBS.js";
10
- import "./chunk-ZQKDZXDO.js";
11
- import "./chunk-3FY3RJ26.js";
12
- import "./chunk-AXDXJTPC.js";
13
- import "./chunk-JHENBQ5B.js";
7
+ import "./chunk-GT46FPXN.js";
8
+ import "./chunk-P3FGXJTU.js";
9
+ import "./chunk-C4MGVGJW.js";
10
+ import "./chunk-4SGZG4XY.js";
11
+ import "./chunk-ZZUOD757.js";
12
+ import "./chunk-UW5UN47B.js";
13
+ import "./chunk-LYVNONC4.js";
14
+ import "./chunk-QGM4M3NI.js";
14
15
 
15
16
  // src/commands/te-experiment/capability-shared.ts
16
17
  function createExperimentCapabilityCommand(config) {
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  kbApi,
3
3
  kbUpload
4
- } from "./chunk-AFXA7BRK.js";
5
- import "./chunk-S5NTSDBS.js";
6
- import "./chunk-ZQKDZXDO.js";
7
- import "./chunk-3FY3RJ26.js";
8
- import "./chunk-AXDXJTPC.js";
9
- import "./chunk-JHENBQ5B.js";
4
+ } from "./chunk-4KVPKXFX.js";
5
+ import "./chunk-4SGZG4XY.js";
6
+ import "./chunk-ZZUOD757.js";
7
+ import "./chunk-UW5UN47B.js";
8
+ import "./chunk-LYVNONC4.js";
9
+ import "./chunk-QGM4M3NI.js";
10
10
 
11
11
  // src/commands/te-kb/query.ts
12
12
  var API_PATH = "/agent/api/external/knowledge-bases/query";
@@ -7,14 +7,17 @@ import {
7
7
  putToMainApp,
8
8
  tryLoadTeAgentSandboxCredentials,
9
9
  uploadToMainApp
10
- } from "./chunk-VLWOLBGZ.js";
10
+ } from "./chunk-UOUS37JQ.js";
11
+ import "./chunk-C4MGVGJW.js";
12
+ import "./chunk-4SGZG4XY.js";
11
13
  import {
12
14
  safeJsonParse
13
- } from "./chunk-3FY3RJ26.js";
15
+ } from "./chunk-ZZUOD757.js";
14
16
  import {
15
17
  CliValidationError
16
- } from "./chunk-AXDXJTPC.js";
17
- import "./chunk-JHENBQ5B.js";
18
+ } from "./chunk-UW5UN47B.js";
19
+ import "./chunk-LYVNONC4.js";
20
+ import "./chunk-QGM4M3NI.js";
18
21
 
19
22
  // src/commands/te-system/shared.ts
20
23
  import { readFileSync } from "fs";