@botpress/adk-cli 1.8.3 → 1.8.4

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 (2) hide show
  1. package/dist/cli.js +12 -10
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -355533,7 +355533,7 @@ var init_internal = __esm(() => {
355533
355533
  });
355534
355534
  init_define_PACKAGE_VERSIONS = __esm2({
355535
355535
  "<define:__PACKAGE_VERSIONS__>"() {
355536
- define_PACKAGE_VERSIONS_default = { runtime: "1.8.3", adk: "1.8.3", sdk: "4.19.0", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
355536
+ define_PACKAGE_VERSIONS_default = { runtime: "1.8.4", adk: "1.8.4", sdk: "4.19.0", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
355537
355537
  }
355538
355538
  });
355539
355539
  init_globalThis = __esm2({
@@ -391597,6 +391597,7 @@ yield <Message>
391597
391597
  },
391598
391598
  abort: () => {
391599
391599
  workflowControlContext.aborted = true;
391600
+ workflowControlContext.acked = true;
391600
391601
  },
391601
391602
  fail: (reason) => {
391602
391603
  workflowControlContext.failed = true;
@@ -643074,7 +643075,7 @@ var init_library = __esm(() => {
643074
643075
  });
643075
643076
  init_define_PACKAGE_VERSIONS2 = __esm3({
643076
643077
  "<define:__PACKAGE_VERSIONS__>"() {
643077
- define_PACKAGE_VERSIONS_default2 = { runtime: "1.8.3", adk: "1.8.3", sdk: "4.19.0", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
643078
+ define_PACKAGE_VERSIONS_default2 = { runtime: "1.8.4", adk: "1.8.4", sdk: "4.19.0", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
643078
643079
  }
643079
643080
  });
643080
643081
  init_globalThis2 = __esm3({
@@ -678292,6 +678293,7 @@ ${issues.join(`
678292
678293
  },
678293
678294
  abort: () => {
678294
678295
  workflowControlContext.aborted = true;
678296
+ workflowControlContext.acked = true;
678295
678297
  },
678296
678298
  fail: (reason) => {
678297
678299
  workflowControlContext.failed = true;
@@ -683389,7 +683391,7 @@ class AgentProjectGenerator {
683389
683391
  deploy: "adk deploy"
683390
683392
  },
683391
683393
  dependencies: {
683392
- "@botpress/runtime": "^1.8.3"
683394
+ "@botpress/runtime": "^1.8.4"
683393
683395
  },
683394
683396
  devDependencies: {
683395
683397
  typescript: "^5.9.3"
@@ -687277,7 +687279,7 @@ var import_ts_morph, __defProp10, __commonJS6 = (cb5, mod) => () => (mod || cb5(
687277
687279
  `));
687278
687280
  return code;
687279
687281
  }
687280
- }, ADK_VERSION = "1.8.3", relative2 = (from, to3) => {
687282
+ }, ADK_VERSION = "1.8.4", relative2 = (from, to3) => {
687281
687283
  const fromDir = path102.dirname(from);
687282
687284
  const relative32 = path102.relative(fromDir, to3);
687283
687285
  return relative32.startsWith(".") ? relative32 : `./${relative32}`;
@@ -687491,7 +687493,7 @@ var init_dist17 = __esm(() => {
687491
687493
  require_package3 = __commonJS6((exports2, module) => {
687492
687494
  module.exports = {
687493
687495
  name: "@botpress/adk",
687494
- version: "1.8.3",
687496
+ version: "1.8.4",
687495
687497
  description: "Core ADK library for building AI agents on Botpress",
687496
687498
  type: "module",
687497
687499
  main: "dist/index.js",
@@ -687538,7 +687540,7 @@ var init_dist17 = __esm(() => {
687538
687540
  "@botpress/cli": "^4.27.3",
687539
687541
  "@botpress/client": "^1.27.2",
687540
687542
  "@botpress/cognitive": "^0.2.0",
687541
- "@botpress/runtime": "^1.8.3",
687543
+ "@botpress/runtime": "^1.8.4",
687542
687544
  "@botpress/sdk": "^4.18.1",
687543
687545
  "@bpinternal/yargs-extra": "^0.0.21",
687544
687546
  "@parcel/watcher": "^2.5.1",
@@ -694074,7 +694076,7 @@ var init_Separator = __esm(async () => {
694074
694076
  var require_package4 = __commonJS((exports2, module) => {
694075
694077
  module.exports = {
694076
694078
  name: "@botpress/adk",
694077
- version: "1.8.3",
694079
+ version: "1.8.4",
694078
694080
  description: "Core ADK library for building AI agents on Botpress",
694079
694081
  type: "module",
694080
694082
  main: "dist/index.js",
@@ -694121,7 +694123,7 @@ var require_package4 = __commonJS((exports2, module) => {
694121
694123
  "@botpress/cli": "^4.27.3",
694122
694124
  "@botpress/client": "^1.27.2",
694123
694125
  "@botpress/cognitive": "^0.2.0",
694124
- "@botpress/runtime": "^1.8.3",
694126
+ "@botpress/runtime": "^1.8.4",
694125
694127
  "@botpress/sdk": "^4.18.1",
694126
694128
  "@bpinternal/yargs-extra": "^0.0.21",
694127
694129
  "@parcel/watcher": "^2.5.1",
@@ -695642,7 +695644,7 @@ function checkRuntimeVersion(agentRoot) {
695642
695644
  `));
695643
695645
  }
695644
695646
  }
695645
- var semver2, EXPECTED_RUNTIME_VERSION = "1.8.3";
695647
+ var semver2, EXPECTED_RUNTIME_VERSION = "1.8.4";
695646
695648
  var init_runtime_version_check = __esm(() => {
695647
695649
  init_source();
695648
695650
  semver2 = __toESM(require_semver2(), 1);
@@ -711735,7 +711737,7 @@ if (!checkNodeVersion(true)) {
711735
711737
  checkNodeVersion(false);
711736
711738
  process.exit(1);
711737
711739
  }
711738
- var CLI_VERSION = "1.8.3";
711740
+ var CLI_VERSION = "1.8.4";
711739
711741
  if (CLI_VERSION.startsWith("<<") && CLI_VERSION.endsWith(">>")) {
711740
711742
  try {
711741
711743
  const __filename2 = fileURLToPath12(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/adk-cli",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -40,9 +40,9 @@
40
40
  "url": "https://github.com/botpress/adk"
41
41
  },
42
42
  "dependencies": {
43
- "@botpress/adk": "^1.8.3",
43
+ "@botpress/adk": "^1.8.4",
44
44
  "@botpress/cli": "^4.27.3",
45
- "@botpress/runtime": "^1.8.3",
45
+ "@botpress/runtime": "^1.8.4",
46
46
  "adm-zip": "^0.5.16",
47
47
  "chalk": "^5.4.1",
48
48
  "clipboardy": "^4.0.0",