agdi 2026.3.25 → 2026.3.27

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/entry.js +2 -2
  2. package/package.json +4 -1
package/dist/entry.js CHANGED
@@ -103,10 +103,10 @@ function attachChildProcessBridge(child, { signals = defaultSignals, onSignal }
103
103
  //#endregion
104
104
  //#region src/entry.ts
105
105
  const ENTRY_WRAPPER_PAIRS = [{
106
- wrapperBasename: "openclaw.mjs",
106
+ wrapperBasename: "agdi.mjs",
107
107
  entryBasename: "entry.js"
108
108
  }, {
109
- wrapperBasename: "openclaw.js",
109
+ wrapperBasename: "agdi.js",
110
110
  entryBasename: "entry.js"
111
111
  }];
112
112
  function shouldForceReadOnlyAuthStore(argv) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agdi",
3
- "version": "2026.3.25",
3
+ "version": "2026.3.27",
4
4
  "description": "Multi-channel AI gateway with extensible messaging integrations",
5
5
  "keywords": [
6
6
  "agent",
@@ -792,6 +792,9 @@
792
792
  "express": "^5.2.1",
793
793
  "file-type": "21.3.4",
794
794
  "gaxios": "7.1.4",
795
+ "grammy": "1.40.0",
796
+ "@grammyjs/runner": "2.0.3",
797
+ "@grammyjs/transformer-throttler": "1.2.1",
795
798
  "hono": "4.12.8",
796
799
  "ipaddr.js": "^2.3.0",
797
800
  "jiti": "^2.6.1",