@botpress/adk-cli 1.11.9 → 1.12.1

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 (3) hide show
  1. package/dist/cli.js +11429 -5471
  2. package/dist/commands.json +25 -2
  3. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.11.9",
3
- "generatedAt": "2025-12-16T22:22:01.379Z",
2
+ "version": "1.12.1",
3
+ "generatedAt": "2025-12-17T22:33:57.186Z",
4
4
  "cliName": "adk",
5
5
  "globalOptions": [
6
6
  {
@@ -469,6 +469,29 @@
469
469
  ],
470
470
  "options": []
471
471
  },
472
+ {
473
+ "name": "run",
474
+ "fullName": "run",
475
+ "description": "Run a TypeScript script with ADK runtime initialized",
476
+ "aliases": [],
477
+ "arguments": [
478
+ {
479
+ "name": "script",
480
+ "description": "path to the script file to run",
481
+ "required": true
482
+ }
483
+ ],
484
+ "options": [
485
+ {
486
+ "flags": "-f, --force",
487
+ "description": "force regeneration of the bot project"
488
+ },
489
+ {
490
+ "flags": "--prod",
491
+ "description": "use production bot (default: uses dev bot)"
492
+ }
493
+ ]
494
+ },
472
495
  {
473
496
  "name": "search",
474
497
  "fullName": "search",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/adk-cli",
3
- "version": "1.11.9",
3
+ "version": "1.12.1",
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.9",
44
+ "@botpress/adk": "^1.12.1",
45
45
  "@botpress/cli": "^4.27.3",
46
- "@botpress/runtime": "^1.11.9",
46
+ "@botpress/runtime": "^1.12.1",
47
47
  "@botpress/webchat-client": "^0.4.0",
48
48
  "@modelcontextprotocol/sdk": "^1.24.3",
49
49
  "adm-zip": "^0.5.16",