skykoi 2026.3.340 → 2026.3.341

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 (46) hide show
  1. package/dist/build-info.json +3 -3
  2. package/dist/canvas-host/a2ui/.bundle.hash +1 -1
  3. package/dist/{config-guard-BUqZzzk4.js → config-guard-1SLsR8TB.js} +9 -1
  4. package/dist/entry.js +1 -1
  5. package/dist/index.js +2 -2
  6. package/dist/plugin-sdk/index.js +3 -3
  7. package/dist/{program-Debrr07Q.js → program-CM6e1XIi.js} +2 -6
  8. package/dist/{run-main-Dz44r7PK.js → run-main-C1NPPxWl.js} +3 -3
  9. package/extensions/bluebubbles/package.json +1 -1
  10. package/extensions/copilot-proxy/package.json +1 -1
  11. package/extensions/diagnostics-otel/package.json +1 -1
  12. package/extensions/discord/package.json +1 -1
  13. package/extensions/feishu/package.json +1 -1
  14. package/extensions/google-antigravity-auth/package.json +1 -1
  15. package/extensions/google-gemini-cli-auth/package.json +1 -1
  16. package/extensions/googlechat/package.json +1 -1
  17. package/extensions/imessage/package.json +1 -1
  18. package/extensions/line/package.json +1 -1
  19. package/extensions/llm-task/package.json +1 -1
  20. package/extensions/lobster/package.json +1 -1
  21. package/extensions/matrix/CHANGELOG.md +5 -0
  22. package/extensions/matrix/package.json +1 -1
  23. package/extensions/mattermost/package.json +1 -1
  24. package/extensions/memory-core/package.json +1 -1
  25. package/extensions/memory-lancedb/package.json +1 -1
  26. package/extensions/minimax-portal-auth/package.json +1 -1
  27. package/extensions/msteams/CHANGELOG.md +5 -0
  28. package/extensions/msteams/package.json +1 -1
  29. package/extensions/nextcloud-talk/package.json +1 -1
  30. package/extensions/nostr/CHANGELOG.md +5 -0
  31. package/extensions/nostr/package.json +1 -1
  32. package/extensions/open-prose/package.json +1 -1
  33. package/extensions/signal/package.json +1 -1
  34. package/extensions/slack/package.json +1 -1
  35. package/extensions/telegram/package.json +1 -1
  36. package/extensions/tlon/package.json +1 -1
  37. package/extensions/twitch/CHANGELOG.md +5 -0
  38. package/extensions/twitch/package.json +1 -1
  39. package/extensions/voice-call/CHANGELOG.md +5 -0
  40. package/extensions/voice-call/package.json +1 -1
  41. package/extensions/whatsapp/package.json +1 -1
  42. package/extensions/zalo/CHANGELOG.md +5 -0
  43. package/extensions/zalo/package.json +1 -1
  44. package/extensions/zalouser/CHANGELOG.md +5 -0
  45. package/extensions/zalouser/package.json +1 -1
  46. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.3.340",
3
- "commit": "7f71af80a9e4d1c16d414b4595473cb1623736a9",
4
- "builtAt": "2026-06-13T07:11:18.201Z"
2
+ "version": "2026.3.341",
3
+ "commit": "8926da27178d7bd03a5b19a9392104649fcf2ca4",
4
+ "builtAt": "2026-06-13T07:39:52.230Z"
5
5
  }
@@ -1 +1 @@
1
- a70a4b445717e63f4b02824542fe4a688bc72d2235828b3c3bb197def296e559
1
+ 7d35a7ff9a36192b38190e3c754ef38c673e6b24de75d9bc72fed648834efffd
@@ -5503,6 +5503,14 @@ function findRoutedCommand(path) {
5503
5503
  return null;
5504
5504
  }
5505
5505
 
5506
+ //#endregion
5507
+ //#region src/cli/plugin-cli-commands.ts
5508
+ const PLUGIN_CLI_COMMANDS = new Set([
5509
+ "message",
5510
+ "channels",
5511
+ "directory"
5512
+ ]);
5513
+
5506
5514
  //#endregion
5507
5515
  //#region src/cli/program/config-guard.ts
5508
5516
  const ALLOWED_INVALID_COMMANDS = new Set([
@@ -5595,4 +5603,4 @@ async function ensureConfigReady(params) {
5595
5603
  }
5596
5604
 
5597
5605
  //#endregion
5598
- export { findRoutedCommand as n, registerProgramCommands as r, ensureConfigReady as t };
5606
+ export { registerProgramCommands as i, PLUGIN_CLI_COMMANDS as n, findRoutedCommand as r, ensureConfigReady as t };
package/dist/entry.js CHANGED
@@ -247,7 +247,7 @@ if (!ensureExperimentalWarningSuppressed()) {
247
247
  applyCliProfileEnv({ profile: parsed.profile });
248
248
  process$1.argv = parsed.argv;
249
249
  }
250
- import("./run-main-Dz44r7PK.js").then(({ runCli }) => runCli(process$1.argv)).catch((error) => {
250
+ import("./run-main-C1NPPxWl.js").then(({ runCli }) => runCli(process$1.argv)).catch((error) => {
251
251
  console.error("[SKYKOI] Failed to start CLI:", error instanceof Error ? error.stack ?? error.message : error);
252
252
  process$1.exitCode = 1;
253
253
  });
package/dist/index.js CHANGED
@@ -73,7 +73,7 @@ import { t as isMainModule } from "./is-main-DZvllFzQ.js";
73
73
  import { t as ensureSKYKOICliOnPath } from "./path-env-C7V3KfE6.js";
74
74
  import { t as assertSupportedRuntime } from "./runtime-guard-DHvhwccg.js";
75
75
  import "./ports-BamXUQot.js";
76
- import "./config-guard-BUqZzzk4.js";
76
+ import "./config-guard-1SLsR8TB.js";
77
77
  import "./logging-BYKu4FCl.js";
78
78
  import "./note-JXsKJ6Xp.js";
79
79
  import "./clack-prompter-t8CaZFBV.js";
@@ -118,7 +118,7 @@ import "./service-audit-HStmtL1x.js";
118
118
  import "./hooks-status-CEe-RaiY.js";
119
119
  import "./tui-BI8Lmspl.js";
120
120
  import "./channel-options-yVVJPj4e.js";
121
- import { n as buildProgram } from "./program-Debrr07Q.js";
121
+ import { n as buildProgram } from "./program-CM6e1XIi.js";
122
122
  import process from "node:process";
123
123
  import { fileURLToPath } from "node:url";
124
124
 
@@ -33,7 +33,7 @@ import { exec as exec$1 } from "child_process";
33
33
  import { createReadStream as createReadStream$1, createWriteStream as createWriteStream$1, promises as promises$1 } from "fs";
34
34
  import { Readable, Transform } from "stream";
35
35
  import { platform, release, tmpdir as tmpdir$1 } from "os";
36
- import EventEmitter$1, { EventEmitter, once } from "events";
36
+ import EventEmitter, { EventEmitter as EventEmitter$1, once } from "events";
37
37
  import { promisify as promisify$1 } from "util";
38
38
  import { join as join$1 } from "path";
39
39
  import * as Crypto from "crypto";
@@ -228306,7 +228306,7 @@ const BUFFERABLE_EVENT_SET = new Set([
228306
228306
  * making the data processing more efficient.
228307
228307
  */
228308
228308
  const makeEventBuffer = (logger) => {
228309
- const ev = new EventEmitter$1();
228309
+ const ev = new EventEmitter();
228310
228310
  const historyCache = /* @__PURE__ */ new Set();
228311
228311
  let data = makeBufferData();
228312
228312
  let isBuffering = false;
@@ -233876,7 +233876,7 @@ var BinaryInfo = class {
233876
233876
 
233877
233877
  //#endregion
233878
233878
  //#region node_modules/.pnpm/@whiskeysockets+baileys@7.0.0-rc.9_audio-decode@2.2.3_sharp@0.34.5/node_modules/@whiskeysockets/baileys/lib/Socket/Client/types.js
233879
- var AbstractSocketClient = class extends EventEmitter {
233879
+ var AbstractSocketClient = class extends EventEmitter$1 {
233880
233880
  constructor(url, config) {
233881
233881
  super();
233882
233882
  this.url = url;
@@ -5,7 +5,7 @@ import { n as replaceCliName, r as resolveCliName } from "./command-format-DOYW_
5
5
  import { t as isTruthyEnvValue } from "./env-ChCKTuXK.js";
6
6
  import { t as VERSION } from "./version-BKRSzdyx.js";
7
7
  import { t as formatDocsLink } from "./links-DLPVdfTL.js";
8
- import { r as registerProgramCommands, t as ensureConfigReady } from "./config-guard-BUqZzzk4.js";
8
+ import { i as registerProgramCommands, n as PLUGIN_CLI_COMMANDS, t as ensureConfigReady } from "./config-guard-1SLsR8TB.js";
9
9
  import { a as getCommandPath, d as hasHelpOrVersion, l as getVerboseFlag } from "./register.subclis-hGo_4GqB.js";
10
10
  import { t as ensurePluginRegistryLoaded } from "./plugin-registry-DiLPdufR.js";
11
11
  import { a as hasEmittedCliBanner, i as formatCliBannerLine, r as emitCliBanner } from "./tui-BI8Lmspl.js";
@@ -80,11 +80,7 @@ function setProcessTitleForCommand(actionCommand) {
80
80
  if (!name || name === cliName) return;
81
81
  process.title = `${cliName}-${name}`;
82
82
  }
83
- const PLUGIN_REQUIRED_COMMANDS = new Set([
84
- "message",
85
- "channels",
86
- "directory"
87
- ]);
83
+ const PLUGIN_REQUIRED_COMMANDS = PLUGIN_CLI_COMMANDS;
88
84
  function registerPreActionHooks(program, programVersion) {
89
85
  program.hook("preAction", async (_thisCommand, actionCommand) => {
90
86
  setProcessTitleForCommand(actionCommand);
@@ -70,7 +70,7 @@ import "./deps-B1uCRuzU.js";
70
70
  import "./tailscale-D0cB8Nyf.js";
71
71
  import { t as ensureSKYKOICliOnPath } from "./path-env-C7V3KfE6.js";
72
72
  import { t as assertSupportedRuntime } from "./runtime-guard-DHvhwccg.js";
73
- import { n as findRoutedCommand, t as ensureConfigReady } from "./config-guard-BUqZzzk4.js";
73
+ import { n as PLUGIN_CLI_COMMANDS, r as findRoutedCommand, t as ensureConfigReady } from "./config-guard-1SLsR8TB.js";
74
74
  import "./logging-BYKu4FCl.js";
75
75
  import "./note-JXsKJ6Xp.js";
76
76
  import "./clack-prompter-t8CaZFBV.js";
@@ -167,7 +167,7 @@ async function runCli(argv = process$1.argv) {
167
167
  assertSupportedRuntime();
168
168
  if (await tryRouteCli(normalizedArgv)) return;
169
169
  enableConsoleCapture();
170
- const { buildProgram } = await import("./program-Debrr07Q.js").then((n) => n.t);
170
+ const { buildProgram } = await import("./program-CM6e1XIi.js").then((n) => n.t);
171
171
  const program = buildProgram();
172
172
  installUnhandledRejectionHandler();
173
173
  process$1.on("uncaughtException", (error) => {
@@ -203,7 +203,7 @@ async function runCli(argv = process$1.argv) {
203
203
  const { registerSubCliByName } = await import("./register.subclis-hGo_4GqB.js").then((n) => n.i);
204
204
  await registerSubCliByName(program, primary);
205
205
  }
206
- if (!(!primary && hasHelpOrVersion(parseArgv))) {
206
+ if (!!primary && PLUGIN_CLI_COMMANDS.has(primary)) {
207
207
  const { registerPluginCliCommands } = await import("./cli-if-Ko0qj.js");
208
208
  const { loadConfig } = await import("./config-CPGRZ_aH.js").then((n) => n.t);
209
209
  registerPluginCliCommands(program, loadConfig());
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/bluebubbles",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI BlueBubbles channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/copilot-proxy",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Copilot Proxy provider plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/diagnostics-otel",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI diagnostics OpenTelemetry exporter",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/discord",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Discord channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/feishu",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Feishu/Lark channel plugin (community maintained by @m1heng)",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/google-antigravity-auth",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Google Antigravity OAuth provider plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/google-gemini-cli-auth",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Gemini CLI OAuth provider plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/googlechat",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Google Chat channel plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/imessage",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI iMessage channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/line",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI LINE channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/llm-task",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI JSON-only LLM task plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/lobster",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.3.341
4
+
5
+ ### Changes
6
+ - Version alignment with core SKYKOI release numbers.
7
+
3
8
  ## 2026.3.340
4
9
 
5
10
  ### Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/matrix",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Matrix channel plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/mattermost",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Mattermost channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/memory-core",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI core memory search plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/memory-lancedb",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI LanceDB-backed long-term memory plugin with auto-recall/capture",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/minimax-portal-auth",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI MiniMax Portal OAuth provider plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.3.341
4
+
5
+ ### Changes
6
+ - Version alignment with core SKYKOI release numbers.
7
+
3
8
  ## 2026.3.340
4
9
 
5
10
  ### Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/msteams",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Microsoft Teams channel plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/nextcloud-talk",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Nextcloud Talk channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.3.341
4
+
5
+ ### Changes
6
+ - Version alignment with core SKYKOI release numbers.
7
+
3
8
  ## 2026.3.340
4
9
 
5
10
  ### Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/nostr",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Nostr channel plugin for NIP-04 encrypted DMs",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/open-prose",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "OpenProse VM skill pack plugin (slash command + telemetry).",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/signal",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Signal channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/slack",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Slack channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/telegram",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Telegram channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/tlon",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Tlon/Urbit channel plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.3.341
4
+
5
+ ### Changes
6
+ - Version alignment with core SKYKOI release numbers.
7
+
3
8
  ## 2026.3.340
4
9
 
5
10
  ### Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/twitch",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Twitch channel plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.3.341
4
+
5
+ ### Changes
6
+ - Version alignment with core SKYKOI release numbers.
7
+
3
8
  ## 2026.3.340
4
9
 
5
10
  ### Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/voice-call",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI voice-call plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/whatsapp",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI WhatsApp channel plugin",
5
5
  "type": "module",
6
6
  "devDependencies": {
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.3.341
4
+
5
+ ### Changes
6
+ - Version alignment with core SKYKOI release numbers.
7
+
3
8
  ## 2026.3.340
4
9
 
5
10
  ### Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/zalo",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Zalo channel plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.3.341
4
+
5
+ ### Changes
6
+ - Version alignment with core SKYKOI release numbers.
7
+
3
8
  ## 2026.3.340
4
9
 
5
10
  ### Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@SKYKOI/zalouser",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SKYKOI Zalo Personal Account plugin via zca-cli",
5
5
  "type": "module",
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skykoi",
3
- "version": "2026.3.340",
3
+ "version": "2026.3.341",
4
4
  "description": "SkyKoi — Koi runtime. Multi-channel gateway CLI with RPC Koi.",
5
5
  "keywords": [
6
6
  "cli",