@botpress/adk-cli 1.6.9 → 1.6.10

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 +8 -7
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -318782,7 +318782,7 @@ var import_const, import_const2, __create4, __defProp6, __getOwnPropDesc3, __get
318782
318782
  TrackedState;
318783
318783
  constructor(conversation2, client) {
318784
318784
  this.id = conversation2.id;
318785
- this.channel = conversation2.channel;
318785
+ this.channel = `${conversation2.integration}.${conversation2.channel}`;
318786
318786
  this.integration = conversation2.integration;
318787
318787
  this.tags = conversation2.tags;
318788
318788
  this.conversation = conversation2;
@@ -320250,7 +320250,7 @@ var init_internal = __esm(() => {
320250
320250
  });
320251
320251
  init_define_PACKAGE_VERSIONS = __esm2({
320252
320252
  "<define:__PACKAGE_VERSIONS__>"() {
320253
- define_PACKAGE_VERSIONS_default = { runtime: "1.6.9", adk: "not-installed", sdk: "4.17.3", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
320253
+ define_PACKAGE_VERSIONS_default = { runtime: "1.6.10", adk: "not-installed", sdk: "4.17.3", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
320254
320254
  }
320255
320255
  });
320256
320256
  init_globalThis = __esm2({
@@ -355685,6 +355685,7 @@ ${iteration.status.execution_error.stack}`;
355685
355685
  await this.#handler({
355686
355686
  type,
355687
355687
  message: message2,
355688
+ channel: conversationInstance.channel,
355688
355689
  event: event2,
355689
355690
  request: requestObject,
355690
355691
  conversation: conversationInstance,
@@ -372426,7 +372427,7 @@ class AgentProjectGenerator {
372426
372427
  deploy: "adk deploy"
372427
372428
  },
372428
372429
  dependencies: {
372429
- "@botpress/runtime": "^1.6.9"
372430
+ "@botpress/runtime": "^1.6.10"
372430
372431
  },
372431
372432
  devDependencies: {
372432
372433
  typescript: "^5.9.3"
@@ -381633,7 +381634,7 @@ var init_Separator = __esm(async () => {
381633
381634
  var require_package3 = __commonJS((exports, module) => {
381634
381635
  module.exports = {
381635
381636
  name: "@botpress/adk",
381636
- version: "1.6.9",
381637
+ version: "1.6.10",
381637
381638
  description: "Core ADK library for building AI agents on Botpress",
381638
381639
  type: "module",
381639
381640
  main: "dist/index.js",
@@ -381680,7 +381681,7 @@ var require_package3 = __commonJS((exports, module) => {
381680
381681
  "@botpress/cli": "^4.20",
381681
381682
  "@botpress/client": "^1.27.0",
381682
381683
  "@botpress/cognitive": "^0.2.0",
381683
- "@botpress/runtime": "^1.6.9",
381684
+ "@botpress/runtime": "^1.6.10",
381684
381685
  "@botpress/sdk": "^4.17.3",
381685
381686
  "@bpinternal/yargs-extra": "^0.0.21",
381686
381687
  "@parcel/watcher": "^2.5.1",
@@ -383068,7 +383069,7 @@ function checkRuntimeVersion(agentRoot) {
383068
383069
  `));
383069
383070
  }
383070
383071
  }
383071
- var semver2, EXPECTED_RUNTIME_VERSION = "1.6.9";
383072
+ var semver2, EXPECTED_RUNTIME_VERSION = "1.6.10";
383072
383073
  var init_runtime_version_check = __esm(() => {
383073
383074
  init_source();
383074
383075
  semver2 = __toESM(require_semver2(), 1);
@@ -398667,7 +398668,7 @@ if (!checkNodeVersion(true)) {
398667
398668
  }
398668
398669
  var __filename2 = fileURLToPath9(import.meta.url);
398669
398670
  var __dirname5 = dirname3(__filename2);
398670
- var CLI_VERSION = "1.6.9";
398671
+ var CLI_VERSION = "1.6.10";
398671
398672
  program.name("adk").description("Botpress Agent Development Kit (ADK) - CLI for building AI agents").version(CLI_VERSION).option("--no-cache", "Disable caching for integration lookups").configureHelp({
398672
398673
  formatHelp: () => formatHelp(program, CLI_VERSION)
398673
398674
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/adk-cli",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
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.6.9",
43
+ "@botpress/adk": "^1.6.10",
44
44
  "@botpress/cli": "^4.20",
45
- "@botpress/runtime": "^1.6.9",
45
+ "@botpress/runtime": "^1.6.10",
46
46
  "adm-zip": "^0.5.16",
47
47
  "chalk": "^5.4.1",
48
48
  "clipboardy": "^4.0.0",