skykoi 2026.3.48 → 2026.3.49

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.3.48",
3
- "commit": "87ad2e34b18b8630248995f761f100944787e4b2",
4
- "builtAt": "2026-03-23T01:11:25.539Z"
2
+ "version": "2026.3.49",
3
+ "commit": "39f43e72e0363f9fdf5ea70071683659ad0fcd43",
4
+ "builtAt": "2026-03-24T18:46:50.831Z"
5
5
  }
@@ -1 +1 @@
1
- 80013c75e8484b93b01bf894aa5279855658d09c275effb2bf1b0a27bb9c62aa
1
+ f2d18e3e309fc00381de525600a4a19589f6b72bf9030e677c0bcd0185f198c1
package/dist/index.js CHANGED
@@ -5658,6 +5658,11 @@ const program = buildProgram();
5658
5658
  if (isMainModule({ currentFile: fileURLToPath(import.meta.url) })) {
5659
5659
  installUnhandledRejectionHandler();
5660
5660
  process$1.on("uncaughtException", (error) => {
5661
+ const msg = String(error);
5662
+ if (msg.includes("Max reconnect attempts")) {
5663
+ console.warn("[SKYKOI] Discord gateway reconnect limit reached (non-fatal):", msg);
5664
+ return;
5665
+ }
5661
5666
  console.error("[SKYKOI] Uncaught exception:", formatUncaughtError(error));
5662
5667
  process$1.exit(1);
5663
5668
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skykoi",
3
- "version": "2026.3.48",
3
+ "version": "2026.3.49",
4
4
  "description": "SkyKoi — AI agent runtime. Multi-channel gateway CLI with RPC agent. Forked from SkyKoi.",
5
5
  "keywords": [
6
6
  "skykoi",