@botpress/adk-cli 1.11.5 → 1.11.6

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.
package/dist/cli.js CHANGED
@@ -348574,7 +348574,7 @@ var init_internal = __esm(() => {
348574
348574
  });
348575
348575
  init_define_PACKAGE_VERSIONS = __esm2({
348576
348576
  "<define:__PACKAGE_VERSIONS__>"() {
348577
- define_PACKAGE_VERSIONS_default = { runtime: "1.11.5", adk: "1.11.5", sdk: "4.20.2", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
348577
+ define_PACKAGE_VERSIONS_default = { runtime: "1.11.6", adk: "1.11.6", sdk: "4.20.2", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
348578
348578
  }
348579
348579
  });
348580
348580
  init_asset = __esm2({
@@ -654980,7 +654980,7 @@ var init_library2 = __esm(() => {
654980
654980
  });
654981
654981
  init_define_PACKAGE_VERSIONS2 = __esm4({
654982
654982
  "<define:__PACKAGE_VERSIONS__>"() {
654983
- define_PACKAGE_VERSIONS_default2 = { runtime: "1.11.5", adk: "1.11.5", sdk: "4.20.2", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
654983
+ define_PACKAGE_VERSIONS_default2 = { runtime: "1.11.6", adk: "1.11.6", sdk: "4.20.2", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
654984
654984
  }
654985
654985
  });
654986
654986
  init_assets2 = __esm4({
@@ -699800,7 +699800,7 @@ class AgentProjectGenerator {
699800
699800
  deploy: "adk deploy"
699801
699801
  },
699802
699802
  dependencies: {
699803
- "@botpress/runtime": "^1.11.5"
699803
+ "@botpress/runtime": "^1.11.6"
699804
699804
  },
699805
699805
  devDependencies: {
699806
699806
  typescript: "^5.9.3"
@@ -704055,7 +704055,7 @@ var import_ts_morph, __defProp11, __commonJS7 = (cb4, mod) => () => (mod || cb4(
704055
704055
  `));
704056
704056
  return code;
704057
704057
  }
704058
- }, ADK_VERSION = "1.11.5", relative22 = (from, to3) => {
704058
+ }, ADK_VERSION = "1.11.6", relative22 = (from, to3) => {
704059
704059
  const fromDir = path102.dirname(from);
704060
704060
  const relative32 = path102.relative(fromDir, to3);
704061
704061
  return relative32.startsWith(".") ? relative32 : `./${relative32}`;
@@ -704271,7 +704271,7 @@ var init_dist17 = __esm(() => {
704271
704271
  require_package3 = __commonJS7((exports7, module) => {
704272
704272
  module.exports = {
704273
704273
  name: "@botpress/adk",
704274
- version: "1.11.5",
704274
+ version: "1.11.6",
704275
704275
  description: "Core ADK library for building AI agents on Botpress",
704276
704276
  type: "module",
704277
704277
  main: "dist/index.js",
@@ -704318,7 +704318,7 @@ var init_dist17 = __esm(() => {
704318
704318
  "@botpress/cli": "^4.27.3",
704319
704319
  "@botpress/client": "^1.27.2",
704320
704320
  "@botpress/cognitive": "^0.2.0",
704321
- "@botpress/runtime": "^1.11.5",
704321
+ "@botpress/runtime": "^1.11.6",
704322
704322
  "@botpress/sdk": "^4.18.1",
704323
704323
  "@bpinternal/jex": "^1.2.4",
704324
704324
  "@bpinternal/yargs-extra": "^0.0.21",
@@ -710865,7 +710865,7 @@ var init_Separator = __esm(async () => {
710865
710865
  var require_package4 = __commonJS((exports7, module) => {
710866
710866
  module.exports = {
710867
710867
  name: "@botpress/adk",
710868
- version: "1.11.5",
710868
+ version: "1.11.6",
710869
710869
  description: "Core ADK library for building AI agents on Botpress",
710870
710870
  type: "module",
710871
710871
  main: "dist/index.js",
@@ -710912,7 +710912,7 @@ var require_package4 = __commonJS((exports7, module) => {
710912
710912
  "@botpress/cli": "^4.27.3",
710913
710913
  "@botpress/client": "^1.27.2",
710914
710914
  "@botpress/cognitive": "^0.2.0",
710915
- "@botpress/runtime": "^1.11.5",
710915
+ "@botpress/runtime": "^1.11.6",
710916
710916
  "@botpress/sdk": "^4.18.1",
710917
710917
  "@bpinternal/jex": "^1.2.4",
710918
710918
  "@bpinternal/yargs-extra": "^0.0.21",
@@ -712859,7 +712859,7 @@ function checkRuntimeVersion(agentRoot) {
712859
712859
  `));
712860
712860
  }
712861
712861
  }
712862
- var semver2, EXPECTED_RUNTIME_VERSION = "1.11.5";
712862
+ var semver2, EXPECTED_RUNTIME_VERSION = "1.11.6";
712863
712863
  var init_runtime_version_check = __esm(() => {
712864
712864
  init_source();
712865
712865
  semver2 = __toESM(require_semver2(), 1);
@@ -718472,7 +718472,7 @@ async function adkDeploy(environment = "production", options = {}) {
718472
718472
  runtimeVersion: options.runtimeVersion
718473
718473
  });
718474
718474
  if (project.knowledge.length > 0) {
718475
- await adkKbSync({ prod: true });
718475
+ await adkKbSync({ yes: options.autoApprove, prod: true });
718476
718476
  }
718477
718477
  const tableManager = new TableManager({
718478
718478
  project,
@@ -906550,7 +906550,7 @@ if (!checkNodeVersion(true)) {
906550
906550
  checkNodeVersion(false);
906551
906551
  process.exit(1);
906552
906552
  }
906553
- var CLI_VERSION = "1.11.5";
906553
+ var CLI_VERSION = "1.11.6";
906554
906554
  if (CLI_VERSION.startsWith("<<") && CLI_VERSION.endsWith(">>")) {
906555
906555
  try {
906556
906556
  const __filename2 = fileURLToPath14(import.meta.url);
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.11.5",
3
- "generatedAt": "2025-12-14T16:01:41.444Z",
2
+ "version": "1.11.6",
3
+ "generatedAt": "2025-12-16T20:26:24.525Z",
4
4
  "cliName": "adk",
5
5
  "globalOptions": [
6
6
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/adk-cli",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,9 +41,9 @@
41
41
  "url": "https://github.com/botpress/adk"
42
42
  },
43
43
  "dependencies": {
44
- "@botpress/adk": "^1.11.5",
44
+ "@botpress/adk": "^1.11.6",
45
45
  "@botpress/cli": "^4.27.3",
46
- "@botpress/runtime": "^1.11.5",
46
+ "@botpress/runtime": "^1.11.6",
47
47
  "@botpress/webchat-client": "^0.4.0",
48
48
  "@modelcontextprotocol/sdk": "^1.24.3",
49
49
  "adm-zip": "^0.5.16",