@pixelzx/genesis 2026.5.1-beta.4 → 2026.5.2-beta.2
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.
- package/CHANGELOG.md +6 -0
- package/dist/.buildstamp +1 -1
- package/dist/build-info.json +3 -3
- package/dist/cli-startup-metadata.json +1 -1
- package/dist/{command-registry-Df1lKsUc.js → command-registry-3DkSC0Qj.js} +2 -2
- package/dist/{command-registry-BPCQsvFl.js → command-registry-HD9zk9yE.js} +2 -2
- package/dist/{command-registry-core-BMfGHWDR.js → command-registry-core-D3Lzf3z8.js} +3 -3
- package/dist/{completion-cli-xy6TliKu.js → completion-cli-DeQBlf5o.js} +2 -2
- package/dist/{config-cli-BAti5HW3.js → config-cli-BhoeDNYy.js} +1 -1
- package/dist/{doctor-health-BpIpqLVE.js → doctor-health-DS0tystX.js} +1 -1
- package/dist/{doctor-update-BF4xntlm.js → doctor-update-BTCy8Euz.js} +1 -1
- package/dist/entry.js +1 -1
- package/dist/extensions/qqbot/api.js +8 -7
- package/dist/extensions/qqbot/{bootstrap-CNNmgx9g.js → bootstrap-FVplSsCK.js} +1 -1
- package/dist/extensions/qqbot/{channel-CCdEtls5.js → channel-DMxH0bbv.js} +11 -11
- package/dist/extensions/qqbot/channel-plugin-api.js +1 -1
- package/dist/extensions/qqbot/{channel.setup-B37sECi3.js → channel.setup-CF-9jlzM.js} +2 -2
- package/dist/extensions/qqbot/{config-COehCmMt.js → config-CURNx2-h.js} +1 -2
- package/dist/extensions/qqbot/{config-schema-CluJ8Y_G.js → config-schema-DmBxoVwV.js} +2 -2
- package/dist/extensions/qqbot/{exec-approvals-BCPh7ydn.js → exec-approvals-72KCMpsJ.js} +1 -1
- package/dist/extensions/qqbot/{gateway-CGBWORwP.js → gateway-CPsYlL6U.js} +11 -11
- package/dist/extensions/qqbot/genesis.plugin.json +0 -1
- package/dist/extensions/qqbot/{handler-runtime-C-yJD6su.js → handler-runtime-DzIIlsHO.js} +4 -4
- package/dist/extensions/qqbot/log-B7WOcv0o.js +79 -0
- package/dist/extensions/qqbot/{outbound-BHI0KZV_.js → outbound-x8tWBZvi.js} +5 -5
- package/dist/extensions/qqbot/{request-context-BphpGmQk.js → request-context-BxHw_0qm.js} +2 -2
- package/dist/extensions/qqbot/{runtime-BMHSX5zj.js → runtime-CwcVyk-D.js} +0 -3
- package/dist/extensions/qqbot/runtime-api.js +1 -1
- package/dist/extensions/qqbot/{sender-UWA8B8IF.js → sender-C1cNu_mI.js} +3 -84
- package/dist/extensions/qqbot/setup-plugin-api.js +1 -1
- package/dist/extensions/qqbot/{string-normalize-DpiT0I4g.js → string-normalize-BA3kIlSd.js} +35 -1
- package/dist/extensions/qqbot/{target-parser-D-NotuzW.js → target-parser-DWaW87yJ.js} +3 -3
- package/dist/{gateway-cli-CuCzvq5m.js → gateway-cli-CLpAu1-8.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/plugin-sdk/.boundary-entry-shims.stamp +1 -1
- package/dist/postinstall-inventory.json +38 -38
- package/dist/{program-C2PQk8M2.js → program-CqDi-RIs.js} +1 -1
- package/dist/{prompt-select-styled-B4a6E09s.js → prompt-select-styled-B1NyT9lL.js} +1 -1
- package/dist/{register.maintenance-BTBMmP08.js → register.maintenance-CfVFrbm8.js} +1 -1
- package/dist/{register.subclis-DfvN7Gr2.js → register.subclis-CikmeRmb.js} +1 -1
- package/dist/{register.subclis-CLp1LBcX.js → register.subclis-DiLlZOQw.js} +2 -2
- package/dist/{register.subclis-core-B_l2Hgvz.js → register.subclis-core-Bu9TkL83.js} +2 -2
- package/dist/{run-main-DmxHkvgN.js → run-main-C8vYq--j.js} +4 -4
- package/dist/{runtime-schema-CH6RQtCU.js → runtime-schema-CM-a1X8C.js} +1 -1
- package/dist/{server-BZFXQ4aN.js → server-d9ibIcNW.js} +1 -1
- package/dist/{server-plugin-bootstrap-BrLbaEJb.js → server-plugin-bootstrap-Cs4JfSil.js} +2 -2
- package/dist/{server-plugin-bootstrap-88fvnXg-.js → server-plugin-bootstrap-D5sJx2Y6.js} +1 -1
- package/dist/{server.impl-gONje-YS.js → server.impl-G78aaTQM.js} +2 -2
- package/dist/{update-cli-FCImXBZs.js → update-cli-DPG_N1YV.js} +7 -5
- package/dist/{update-runner-C62Lm0-d.js → update-runner-DRsGtv9-.js} +59 -11
- package/package.json +1 -1
- package/dist/extensions/qqbot/adapter-DfD2SNGz.js +0 -35
- /package/dist/extensions/qqbot/{text-chunk-jl3-82oM.js → text-chunk-DMqFPfIP.js} +0 -0
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
//#region extensions/qqbot/src/engine/adapter/index.ts
|
|
2
|
+
let _adapter = null;
|
|
3
|
+
let _adapterFactory = null;
|
|
4
|
+
/** Register the platform adapter. Called once during startup. */
|
|
5
|
+
function registerPlatformAdapter(adapter) {
|
|
6
|
+
_adapter = adapter;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Register a factory that creates the PlatformAdapter on first access.
|
|
10
|
+
*
|
|
11
|
+
* This decouples adapter availability from side-effect import ordering.
|
|
12
|
+
* The factory is invoked at most once — on the first `getPlatformAdapter()`
|
|
13
|
+
* call when no adapter has been explicitly registered yet.
|
|
14
|
+
*/
|
|
15
|
+
function registerPlatformAdapterFactory(factory) {
|
|
16
|
+
_adapterFactory = factory;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Get the registered platform adapter.
|
|
20
|
+
*
|
|
21
|
+
* If no adapter has been explicitly registered yet but a factory was provided
|
|
22
|
+
* via `registerPlatformAdapterFactory()`, the factory is invoked to create
|
|
23
|
+
* and register the adapter automatically.
|
|
24
|
+
*/
|
|
25
|
+
function getPlatformAdapter() {
|
|
26
|
+
if (!_adapter && _adapterFactory) _adapter = _adapterFactory();
|
|
27
|
+
if (!_adapter) throw new Error("PlatformAdapter not registered. Call registerPlatformAdapter() during bootstrap.");
|
|
28
|
+
return _adapter;
|
|
29
|
+
}
|
|
30
|
+
/** Check whether a platform adapter has been registered (or can be created from a factory). */
|
|
31
|
+
function hasPlatformAdapter() {
|
|
32
|
+
return _adapter !== null || _adapterFactory !== null;
|
|
33
|
+
}
|
|
34
|
+
//#endregion
|
|
1
35
|
//#region extensions/qqbot/src/engine/utils/string-normalize.ts
|
|
2
36
|
/**
|
|
3
37
|
* String normalization and record-coercion helpers.
|
|
@@ -61,4 +95,4 @@ function sanitizeFileName(name) {
|
|
|
61
95
|
return result;
|
|
62
96
|
}
|
|
63
97
|
//#endregion
|
|
64
|
-
export { normalizeStringifiedOptionalString as a, normalizeOptionalString as i, normalizeLowercaseStringOrEmpty as n, readStringField as o, normalizeOptionalLowercaseString as r, sanitizeFileName as s, asOptionalObjectRecord as t };
|
|
98
|
+
export { normalizeStringifiedOptionalString as a, getPlatformAdapter as c, registerPlatformAdapterFactory as d, normalizeOptionalString as i, hasPlatformAdapter as l, normalizeLowercaseStringOrEmpty as n, readStringField as o, normalizeOptionalLowercaseString as r, sanitizeFileName as s, asOptionalObjectRecord as t, registerPlatformAdapter as u };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { c as getPlatformAdapter } from "./string-normalize-BA3kIlSd.js";
|
|
2
|
+
import { a as formatErrorMessage, n as debugLog, r as debugWarn } from "./log-B7WOcv0o.js";
|
|
3
3
|
import * as fs$1 from "node:fs";
|
|
4
|
-
import * as os$1 from "node:os";
|
|
5
4
|
import * as path$1 from "node:path";
|
|
6
5
|
import { execFile } from "node:child_process";
|
|
6
|
+
import * as os$1 from "node:os";
|
|
7
7
|
//#region extensions/qqbot/src/engine/utils/platform.ts
|
|
8
8
|
/**
|
|
9
9
|
* Cross-platform path and detection helpers for core/ modules.
|
|
@@ -727,7 +727,7 @@ async function runGatewayCommand$1(opts) {
|
|
|
727
727
|
const { startGatewayServer } = await startupTrace.measure("cli.server-import", () => withProgress({
|
|
728
728
|
label: "Loading gateway modules…",
|
|
729
729
|
indeterminate: true
|
|
730
|
-
}, async () => import("./server-
|
|
730
|
+
}, async () => import("./server-d9ibIcNW.js")));
|
|
731
731
|
setConsoleTimestampPrefix(true);
|
|
732
732
|
if (devMode) await startupTrace.measure("cli.dev-config", () => ensureDevGatewayConfig({ reset: Boolean(opts.reset) }));
|
|
733
733
|
gatewayLog.info("loading configuration…");
|
package/dist/index.js
CHANGED
|
@@ -27,7 +27,7 @@ let runExec;
|
|
|
27
27
|
let saveSessionStore;
|
|
28
28
|
let waitForever;
|
|
29
29
|
async function loadLegacyCliDeps() {
|
|
30
|
-
const { runCli } = await import("./run-main-
|
|
30
|
+
const { runCli } = await import("./run-main-C8vYq--j.js");
|
|
31
31
|
return { runCli };
|
|
32
32
|
}
|
|
33
33
|
async function runLegacyCliEntry(argv = process.argv, deps) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
2026-05-
|
|
1
|
+
2026-05-02T12:30:04.040Z
|
|
@@ -464,9 +464,9 @@
|
|
|
464
464
|
"dist/command-queue-De2FTP0W.js",
|
|
465
465
|
"dist/command-registration-DcPKmTTv.js",
|
|
466
466
|
"dist/command-registration-policy-B8ZdpbiI.js",
|
|
467
|
-
"dist/command-registry-
|
|
468
|
-
"dist/command-registry-core-
|
|
469
|
-
"dist/command-registry-
|
|
467
|
+
"dist/command-registry-3DkSC0Qj.js",
|
|
468
|
+
"dist/command-registry-core-D3Lzf3z8.js",
|
|
469
|
+
"dist/command-registry-HD9zk9yE.js",
|
|
470
470
|
"dist/command-secret-gateway-PNw08QF9.js",
|
|
471
471
|
"dist/command-secret-targets-B33nopNz.js",
|
|
472
472
|
"dist/command-secret-targets-CcifDEF8.js",
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
"dist/compact-B7Np4jXc.js",
|
|
509
509
|
"dist/compact.runtime-Dys7DsoD.js",
|
|
510
510
|
"dist/compact.runtime.js",
|
|
511
|
-
"dist/completion-cli-
|
|
511
|
+
"dist/completion-cli-DeQBlf5o.js",
|
|
512
512
|
"dist/completion-runtime-CFyg2ITl.js",
|
|
513
513
|
"dist/config-api-Bbt8tt_N.js",
|
|
514
514
|
"dist/config-api-DF3Rpz2Z.js",
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
"dist/config-Cb_ranZ-.js",
|
|
521
521
|
"dist/config-CBwS1xCe.js",
|
|
522
522
|
"dist/config-Ce-ZeYp2.js",
|
|
523
|
-
"dist/config-cli-
|
|
523
|
+
"dist/config-cli-BhoeDNYy.js",
|
|
524
524
|
"dist/config-compat-C_ZIDaz8.js",
|
|
525
525
|
"dist/config-compat-DdQ0ZFYy.js",
|
|
526
526
|
"dist/config-compat-xaAITBSH.js",
|
|
@@ -779,8 +779,8 @@
|
|
|
779
779
|
"dist/doctor-gateway-daemon-flow-xtwVV5rV.js",
|
|
780
780
|
"dist/doctor-gateway-health-DEnEEEPo.js",
|
|
781
781
|
"dist/doctor-gateway-services-CmIsEJut.js",
|
|
782
|
-
"dist/doctor-health-BpIpqLVE.js",
|
|
783
782
|
"dist/doctor-health-contributions-ddUGvDOJ.js",
|
|
783
|
+
"dist/doctor-health-DS0tystX.js",
|
|
784
784
|
"dist/doctor-install-DU8ANEFI.js",
|
|
785
785
|
"dist/doctor-memory-search-BIv59kjz.js",
|
|
786
786
|
"dist/doctor-platform-notes-Cui39hAH.js",
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
"dist/doctor-state-integrity-CBzAsFz8.js",
|
|
795
795
|
"dist/doctor-state-migrations-ChJrlajD.js",
|
|
796
796
|
"dist/doctor-ui-BBdv4xJF.js",
|
|
797
|
-
"dist/doctor-update-
|
|
797
|
+
"dist/doctor-update-BTCy8Euz.js",
|
|
798
798
|
"dist/doctor-workspace-BidZwibC.js",
|
|
799
799
|
"dist/doctor-workspace-CgnsEVNi.js",
|
|
800
800
|
"dist/doctor-workspace-status-DBfPGvOt.js",
|
|
@@ -1884,35 +1884,35 @@
|
|
|
1884
1884
|
"dist/extensions/qianfan/onboard.js",
|
|
1885
1885
|
"dist/extensions/qianfan/package.json",
|
|
1886
1886
|
"dist/extensions/qianfan/provider-catalog.js",
|
|
1887
|
-
"dist/extensions/qqbot/adapter-DfD2SNGz.js",
|
|
1888
1887
|
"dist/extensions/qqbot/api.js",
|
|
1889
1888
|
"dist/extensions/qqbot/approval-cg0SVahb.js",
|
|
1890
|
-
"dist/extensions/qqbot/bootstrap-
|
|
1891
|
-
"dist/extensions/qqbot/channel-
|
|
1889
|
+
"dist/extensions/qqbot/bootstrap-FVplSsCK.js",
|
|
1890
|
+
"dist/extensions/qqbot/channel-DMxH0bbv.js",
|
|
1892
1891
|
"dist/extensions/qqbot/channel-plugin-api.js",
|
|
1893
|
-
"dist/extensions/qqbot/channel.setup-
|
|
1894
|
-
"dist/extensions/qqbot/config-
|
|
1895
|
-
"dist/extensions/qqbot/config-schema-
|
|
1896
|
-
"dist/extensions/qqbot/exec-approvals-
|
|
1897
|
-
"dist/extensions/qqbot/gateway-
|
|
1892
|
+
"dist/extensions/qqbot/channel.setup-CF-9jlzM.js",
|
|
1893
|
+
"dist/extensions/qqbot/config-CURNx2-h.js",
|
|
1894
|
+
"dist/extensions/qqbot/config-schema-DmBxoVwV.js",
|
|
1895
|
+
"dist/extensions/qqbot/exec-approvals-72KCMpsJ.js",
|
|
1896
|
+
"dist/extensions/qqbot/gateway-CPsYlL6U.js",
|
|
1898
1897
|
"dist/extensions/qqbot/genesis.plugin.json",
|
|
1899
|
-
"dist/extensions/qqbot/handler-runtime-
|
|
1898
|
+
"dist/extensions/qqbot/handler-runtime-DzIIlsHO.js",
|
|
1900
1899
|
"dist/extensions/qqbot/index.js",
|
|
1901
|
-
"dist/extensions/qqbot/
|
|
1900
|
+
"dist/extensions/qqbot/log-B7WOcv0o.js",
|
|
1901
|
+
"dist/extensions/qqbot/outbound-x8tWBZvi.js",
|
|
1902
1902
|
"dist/extensions/qqbot/package.json",
|
|
1903
|
-
"dist/extensions/qqbot/request-context-
|
|
1903
|
+
"dist/extensions/qqbot/request-context-BxHw_0qm.js",
|
|
1904
1904
|
"dist/extensions/qqbot/runtime-api.js",
|
|
1905
|
-
"dist/extensions/qqbot/runtime-
|
|
1906
|
-
"dist/extensions/qqbot/sender-
|
|
1905
|
+
"dist/extensions/qqbot/runtime-CwcVyk-D.js",
|
|
1906
|
+
"dist/extensions/qqbot/sender-C1cNu_mI.js",
|
|
1907
1907
|
"dist/extensions/qqbot/setup-entry.js",
|
|
1908
1908
|
"dist/extensions/qqbot/setup-plugin-api.js",
|
|
1909
1909
|
"dist/extensions/qqbot/skills/qqbot-channel/references/api_references.md",
|
|
1910
1910
|
"dist/extensions/qqbot/skills/qqbot-channel/SKILL.md",
|
|
1911
1911
|
"dist/extensions/qqbot/skills/qqbot-media/SKILL.md",
|
|
1912
1912
|
"dist/extensions/qqbot/skills/qqbot-remind/SKILL.md",
|
|
1913
|
-
"dist/extensions/qqbot/string-normalize-
|
|
1914
|
-
"dist/extensions/qqbot/target-parser-
|
|
1915
|
-
"dist/extensions/qqbot/text-chunk-
|
|
1913
|
+
"dist/extensions/qqbot/string-normalize-BA3kIlSd.js",
|
|
1914
|
+
"dist/extensions/qqbot/target-parser-DWaW87yJ.js",
|
|
1915
|
+
"dist/extensions/qqbot/text-chunk-DMqFPfIP.js",
|
|
1916
1916
|
"dist/extensions/qwen/api.js",
|
|
1917
1917
|
"dist/extensions/qwen/genesis.plugin.json",
|
|
1918
1918
|
"dist/extensions/qwen/index.js",
|
|
@@ -2450,7 +2450,7 @@
|
|
|
2450
2450
|
"dist/fs-safe-DrsSwn5E.js",
|
|
2451
2451
|
"dist/gateway-auth-bypass-Cc9-5Os8.js",
|
|
2452
2452
|
"dist/gateway-bindings-B6U_n3Gr.js",
|
|
2453
|
-
"dist/gateway-cli-
|
|
2453
|
+
"dist/gateway-cli-CLpAu1-8.js",
|
|
2454
2454
|
"dist/gateway-control-ui-origins-BtAQL9cI.js",
|
|
2455
2455
|
"dist/gateway-COREGL38.js",
|
|
2456
2456
|
"dist/gateway-CybyNi-F.js",
|
|
@@ -6625,16 +6625,16 @@
|
|
|
6625
6625
|
"dist/profile-list-DFSe6_me.js",
|
|
6626
6626
|
"dist/profile-utils-To1CCPIt.js",
|
|
6627
6627
|
"dist/profiles-Cb0pocDI.js",
|
|
6628
|
-
"dist/program-C2PQk8M2.js",
|
|
6629
6628
|
"dist/program-context-BqBOeoCP.js",
|
|
6630
6629
|
"dist/program-context-BviaNtC6.js",
|
|
6630
|
+
"dist/program-CqDi-RIs.js",
|
|
6631
6631
|
"dist/progress-DAY5yFVV.js",
|
|
6632
6632
|
"dist/progress-line-xDw3PVgH.js",
|
|
6633
6633
|
"dist/progress-xMoOBtng.js",
|
|
6634
6634
|
"dist/prompt-cache-stability-D3r6Fd59.js",
|
|
6635
6635
|
"dist/prompt-DHgHcsYa.js",
|
|
6636
6636
|
"dist/prompt-overlay-BkhgwCzG.js",
|
|
6637
|
-
"dist/prompt-select-styled-
|
|
6637
|
+
"dist/prompt-select-styled-B1NyT9lL.js",
|
|
6638
6638
|
"dist/prompt-style-sjYmJy2m.js",
|
|
6639
6639
|
"dist/prompt-Xurw09R-.js",
|
|
6640
6640
|
"dist/prompts-ocoL7LgP.js",
|
|
@@ -6827,16 +6827,16 @@
|
|
|
6827
6827
|
"dist/register.agent-CgYwY-GX.js",
|
|
6828
6828
|
"dist/register.backup-rVfYB_oj.js",
|
|
6829
6829
|
"dist/register.configure-BtqXCPor.js",
|
|
6830
|
-
"dist/register.maintenance-
|
|
6830
|
+
"dist/register.maintenance-CfVFrbm8.js",
|
|
6831
6831
|
"dist/register.message-yc_Cdn9p.js",
|
|
6832
6832
|
"dist/register.onboard-BGDs1zty.js",
|
|
6833
6833
|
"dist/register.runtime-CS0WcXKY.js",
|
|
6834
6834
|
"dist/register.runtime.js",
|
|
6835
6835
|
"dist/register.setup-CrmmOkZk.js",
|
|
6836
6836
|
"dist/register.status-health-sessions-CdAQ8yQJ.js",
|
|
6837
|
-
"dist/register.subclis-
|
|
6838
|
-
"dist/register.subclis-core-
|
|
6839
|
-
"dist/register.subclis-
|
|
6837
|
+
"dist/register.subclis-CikmeRmb.js",
|
|
6838
|
+
"dist/register.subclis-core-Bu9TkL83.js",
|
|
6839
|
+
"dist/register.subclis-DiLlZOQw.js",
|
|
6840
6840
|
"dist/register.wallet-BZROeXfM.js",
|
|
6841
6841
|
"dist/registry-Bmcv4HRH.js",
|
|
6842
6842
|
"dist/registry-CKMfayB8.js",
|
|
@@ -6925,7 +6925,7 @@
|
|
|
6925
6925
|
"dist/run-external-content.runtime-D-umFKfm.js",
|
|
6926
6926
|
"dist/run-external-content.runtime.js",
|
|
6927
6927
|
"dist/run-id-Dy0M450a.js",
|
|
6928
|
-
"dist/run-main-
|
|
6928
|
+
"dist/run-main-C8vYq--j.js",
|
|
6929
6929
|
"dist/run-model-catalog.runtime-CavpPm-_.js",
|
|
6930
6930
|
"dist/run-model-catalog.runtime.js",
|
|
6931
6931
|
"dist/run-session-state--yBK9rjF.js",
|
|
@@ -7002,7 +7002,7 @@
|
|
|
7002
7002
|
"dist/runtime-registry-loader-BjxG7pHr.js",
|
|
7003
7003
|
"dist/runtime-registry-loader-D8ihmAdf.js",
|
|
7004
7004
|
"dist/runtime-Rx8orRk6.js",
|
|
7005
|
-
"dist/runtime-schema-
|
|
7005
|
+
"dist/runtime-schema-CM-a1X8C.js",
|
|
7006
7006
|
"dist/runtime-shared-DbXhlO-V.js",
|
|
7007
7007
|
"dist/runtime-shared-DlfJpYEj.js",
|
|
7008
7008
|
"dist/runtime-snapshot-C5PRsFS9.js",
|
|
@@ -7080,19 +7080,19 @@
|
|
|
7080
7080
|
"dist/send-policy-4kwlxcrR.js",
|
|
7081
7081
|
"dist/send.runtime-DQybb6M8.js",
|
|
7082
7082
|
"dist/send.runtime.js",
|
|
7083
|
-
"dist/server-BZFXQ4aN.js",
|
|
7084
7083
|
"dist/server-context-BTSnLeed.js",
|
|
7085
7084
|
"dist/server-context-C8AnMDOn.js",
|
|
7085
|
+
"dist/server-d9ibIcNW.js",
|
|
7086
7086
|
"dist/server-Du5zLJkJ.js",
|
|
7087
7087
|
"dist/server-middleware-DQ21lG5Q.js",
|
|
7088
7088
|
"dist/server-node-events-B-DIgQ45.js",
|
|
7089
|
-
"dist/server-plugin-bootstrap-
|
|
7090
|
-
"dist/server-plugin-bootstrap-
|
|
7089
|
+
"dist/server-plugin-bootstrap-Cs4JfSil.js",
|
|
7090
|
+
"dist/server-plugin-bootstrap-D5sJx2Y6.js",
|
|
7091
7091
|
"dist/server-restart-sentinel-DkRXwbpN.js",
|
|
7092
7092
|
"dist/server-startup-log-0Z-rJ76d.js",
|
|
7093
7093
|
"dist/server-startup-memory-BseRwmVx.js",
|
|
7094
7094
|
"dist/server-tailscale-BrP3vwTd.js",
|
|
7095
|
-
"dist/server.impl-
|
|
7095
|
+
"dist/server.impl-G78aaTQM.js",
|
|
7096
7096
|
"dist/service-audit-B0jsAAHJ.js",
|
|
7097
7097
|
"dist/service-audit-DvMyH-Br.js",
|
|
7098
7098
|
"dist/service-ChLFBF7Q.js",
|
|
@@ -7532,9 +7532,9 @@
|
|
|
7532
7532
|
"dist/unhandled-rejections-Cr4SP4Pl.js",
|
|
7533
7533
|
"dist/uninstall-BOTVX905.js",
|
|
7534
7534
|
"dist/update-check-BAnCwbGM.js",
|
|
7535
|
-
"dist/update-cli-
|
|
7535
|
+
"dist/update-cli-DPG_N1YV.js",
|
|
7536
7536
|
"dist/update-QuGB7mNp.js",
|
|
7537
|
-
"dist/update-runner-
|
|
7537
|
+
"dist/update-runner-DRsGtv9-.js",
|
|
7538
7538
|
"dist/update-startup-DRKiEaeK.js",
|
|
7539
7539
|
"dist/update-startup-JTK7jopA.js",
|
|
7540
7540
|
"dist/upgrade-HWv7ha20.js",
|
|
@@ -8,7 +8,7 @@ import { n as setProgramContext } from "./program-context-BviaNtC6.js";
|
|
|
8
8
|
import { t as isCommandJsonOutputMode } from "./json-mode-DJIBXO2N.js";
|
|
9
9
|
import { t as forceFreePort } from "./ports-DJEE29Z6.js";
|
|
10
10
|
import { n as resolvePluginInstallPreactionRequest, t as resolvePluginInstallInvalidConfigPolicy } from "./plugin-install-config-policy-_cA3UIQ0.js";
|
|
11
|
-
import { t as registerProgramCommands } from "./command-registry-
|
|
11
|
+
import { t as registerProgramCommands } from "./command-registry-HD9zk9yE.js";
|
|
12
12
|
import { t as configureProgramHelp } from "./help-Dav1hohk.js";
|
|
13
13
|
import { i as shouldBypassConfigGuardForCommandPath, n as ensureCliExecutionBootstrap, r as resolveCliExecutionStartupContext, t as applyCliExecutionStartupPresentation } from "./command-execution-startup-Cn2ZfQjP.js";
|
|
14
14
|
import process$1 from "node:process";
|
|
@@ -2,7 +2,7 @@ import { n as stylePromptMessage, t as stylePromptHint } from "./prompt-style-sj
|
|
|
2
2
|
import { select } from "@clack/prompts";
|
|
3
3
|
//#region src/commands/doctor.ts
|
|
4
4
|
async function doctorCommand(runtime, options) {
|
|
5
|
-
await (await import("./doctor-health-
|
|
5
|
+
await (await import("./doctor-health-DS0tystX.js")).doctorCommand(runtime, options);
|
|
6
6
|
}
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/terminal/prompt-select-styled.ts
|
|
@@ -15,7 +15,7 @@ import { n as stylePromptMessage, r as stylePromptTitle, t as stylePromptHint }
|
|
|
15
15
|
import { n as runCommandWithRuntime } from "./cli-utils-CsLPn__A.js";
|
|
16
16
|
import { n as openUrl, t as detectBrowserOpenSupport } from "./browser-open-Cdv22tgu.js";
|
|
17
17
|
import { i as formatControlUiSshHint } from "./onboard-helpers-Bs_lH5su.js";
|
|
18
|
-
import { n as doctorCommand, t as selectStyled } from "./prompt-select-styled-
|
|
18
|
+
import { n as doctorCommand, t as selectStyled } from "./prompt-select-styled-B1NyT9lL.js";
|
|
19
19
|
import path from "node:path";
|
|
20
20
|
import { cancel, confirm, isCancel, multiselect } from "@clack/prompts";
|
|
21
21
|
//#region src/infra/clipboard.ts
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { t as resolveCliArgvInvocation } from "./argv-invocation-BIP3nEco.js";
|
|
2
2
|
import { r as shouldRegisterPrimarySubcommandOnly, t as shouldEagerRegisterSubcommands } from "./command-registration-policy-B8ZdpbiI.js";
|
|
3
|
-
import { i as buildCommandGroupEntries, n as registerSubCliByName$1, o as defineImportedProgramCommandGroupSpecs, r as registerSubCliCommands$1 } from "./register.subclis-core-
|
|
3
|
+
import { i as buildCommandGroupEntries, n as registerSubCliByName$1, o as defineImportedProgramCommandGroupSpecs, r as registerSubCliCommands$1 } from "./register.subclis-core-Bu9TkL83.js";
|
|
4
4
|
import { i as registerCommandGroups, r as registerCommandGroupByName } from "./register-command-groups-CfdK4t6G.js";
|
|
5
5
|
import { n as getSubCliEntries } from "./subcli-descriptors-B5nzvyS8.js";
|
|
6
6
|
//#region src/cli/program/register.subclis.ts
|
|
7
7
|
const entrySpecs = [...defineImportedProgramCommandGroupSpecs([{
|
|
8
8
|
commandNames: ["completion"],
|
|
9
|
-
loadModule: () => import("./completion-cli-
|
|
9
|
+
loadModule: () => import("./completion-cli-DeQBlf5o.js"),
|
|
10
10
|
exportName: "registerCompletionCli"
|
|
11
11
|
}])];
|
|
12
12
|
function resolveSubCliCommandGroups() {
|
|
@@ -58,7 +58,7 @@ const entrySpecs = [
|
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
commandNames: ["gateway"],
|
|
61
|
-
loadModule: () => import("./gateway-cli-
|
|
61
|
+
loadModule: () => import("./gateway-cli-CLpAu1-8.js"),
|
|
62
62
|
exportName: "registerGatewayCli"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
@@ -215,7 +215,7 @@ const entrySpecs = [
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
commandNames: ["update"],
|
|
218
|
-
loadModule: () => import("./update-cli-
|
|
218
|
+
loadModule: () => import("./update-cli-DPG_N1YV.js"),
|
|
219
219
|
exportName: "registerUpdateCli"
|
|
220
220
|
}
|
|
221
221
|
])
|
|
@@ -203,7 +203,7 @@ function defineRoutedCommand(definition) {
|
|
|
203
203
|
let configCliPromise;
|
|
204
204
|
let modelsListPromise;
|
|
205
205
|
function loadConfigCli() {
|
|
206
|
-
configCliPromise ??= import("./config-cli-
|
|
206
|
+
configCliPromise ??= import("./config-cli-BhoeDNYy.js");
|
|
207
207
|
return configCliPromise;
|
|
208
208
|
}
|
|
209
209
|
function loadModelsList() {
|
|
@@ -457,7 +457,7 @@ async function runCli(argv = process$1.argv) {
|
|
|
457
457
|
if (await tryRouteCli(normalizedArgv)) return;
|
|
458
458
|
enableConsoleCapture();
|
|
459
459
|
const [{ buildProgram }, { runFatalErrorHooks }, { installUnhandledRejectionHandler }, { restoreTerminalState }] = await Promise.all([
|
|
460
|
-
import("./program-
|
|
460
|
+
import("./program-CqDi-RIs.js"),
|
|
461
461
|
import("./fatal-error-hooks-C54p3nG2.js"),
|
|
462
462
|
import("./unhandled-rejections-Cr4SP4Pl.js"),
|
|
463
463
|
import("./restore-Bq3mpjIz.js")
|
|
@@ -479,10 +479,10 @@ async function runCli(argv = process$1.argv) {
|
|
|
479
479
|
const { getProgramContext } = await import("./program-context-BqBOeoCP.js");
|
|
480
480
|
const ctx = getProgramContext(program);
|
|
481
481
|
if (ctx) {
|
|
482
|
-
const { registerCoreCliByName } = await import("./command-registry-
|
|
482
|
+
const { registerCoreCliByName } = await import("./command-registry-3DkSC0Qj.js");
|
|
483
483
|
await registerCoreCliByName(program, ctx, primary, parseArgv);
|
|
484
484
|
}
|
|
485
|
-
const { registerSubCliByName } = await import("./register.subclis-
|
|
485
|
+
const { registerSubCliByName } = await import("./register.subclis-CikmeRmb.js");
|
|
486
486
|
await registerSubCliByName(program, primary);
|
|
487
487
|
}
|
|
488
488
|
if (!shouldSkipPluginCommandRegistration({
|
|
@@ -26912,7 +26912,7 @@ const GENERATED_BASE_CONFIG_SCHEMA = {
|
|
|
26912
26912
|
] },
|
|
26913
26913
|
"mcp.servers.*.url": { tags: ["advanced", "url-secret"] }
|
|
26914
26914
|
},
|
|
26915
|
-
version: "2026.5.
|
|
26915
|
+
version: "2026.5.2-beta.2",
|
|
26916
26916
|
generatedAt: "2026-03-22T21:17:33.302Z"
|
|
26917
26917
|
};
|
|
26918
26918
|
//#endregion
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as truncateCloseReason } from "./close-reason-C25HJv7N.js";
|
|
2
2
|
//#region src/gateway/server.ts
|
|
3
3
|
async function loadServerImpl() {
|
|
4
|
-
return await import("./server.impl-
|
|
4
|
+
return await import("./server.impl-G78aaTQM.js");
|
|
5
5
|
}
|
|
6
6
|
async function startGatewayServer(...args) {
|
|
7
7
|
return await (await loadServerImpl()).startGatewayServer(...args);
|
|
@@ -155,7 +155,7 @@ import { n as movePathToTrash } from "./browser-maintenance-D_c9fzu-.js";
|
|
|
155
155
|
import { a as performGatewaySessionReset } from "./session-reset-service-C30augWI.js";
|
|
156
156
|
import { t as buildChannelUiCatalog } from "./catalog-DtMjWdam.js";
|
|
157
157
|
import { a as removeBackfillDiaryEntries, c as writeBackfillDiaryEntries, n as dedupeDreamDiaryEntries, o as removeGroundedShortTermCandidates, r as previewGroundedRemMarkdown, s as repairDreamingArtifacts } from "./memory-core-bundled-runtime-iq7OmVJ6.js";
|
|
158
|
-
import { r as lookupConfigSchema, t as loadGatewayRuntimeConfigSchema } from "./runtime-schema-
|
|
158
|
+
import { r as lookupConfigSchema, t as loadGatewayRuntimeConfigSchema } from "./runtime-schema-CM-a1X8C.js";
|
|
159
159
|
import { t as readConfiguredLogTail } from "./log-tail-EJg341NP.js";
|
|
160
160
|
import { n as purgeAgentSessionStoreEntries } from "./agents.command-shared-BxioWVkw.js";
|
|
161
161
|
import { o as pruneAgentConfig, r as findAgentEntryIndex, t as applyAgentConfig } from "./agents.config-Aril4AnS.js";
|
|
@@ -166,7 +166,7 @@ import { t as getStatusSummary } from "./status.summary-DDuCd2Av.js";
|
|
|
166
166
|
import { n as getWalletBalanceForChain, r as getWalletSummary } from "./service-DM6ky6hl.js";
|
|
167
167
|
import { i as updateSkillsFromClawHub, r as searchSkillsFromClawHub, t as installSkillFromClawHub } from "./skills-clawhub-BrLMHQmN.js";
|
|
168
168
|
import { t as applySessionsPatchToStore } from "./sessions-patch-DBV176kn.js";
|
|
169
|
-
import { t as runGatewayUpdate } from "./update-runner-
|
|
169
|
+
import { t as runGatewayUpdate } from "./update-runner-DRsGtv9-.js";
|
|
170
170
|
import { t as buildChannelAccountSnapshot } from "./status-D3nOJ8T9.js";
|
|
171
171
|
import { _ as resolveDeliveryTarget, n as applyJobPatch } from "./jobs-DMYI96PA.js";
|
|
172
172
|
import { n as resolveAssistantIdentity } from "./assistant-identity-Cnsf0qA9.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { r as reloadDeferredGatewayPlugins } from "./server-plugin-bootstrap-
|
|
1
|
+
import { r as reloadDeferredGatewayPlugins } from "./server-plugin-bootstrap-Cs4JfSil.js";
|
|
2
2
|
export { reloadDeferredGatewayPlugins };
|
|
@@ -157,7 +157,7 @@ import { a as resolveCronChannelOutputPolicy, n as markCronSessionPreRun, r as p
|
|
|
157
157
|
import { t as runChannelPluginStartupMaintenance } from "./lifecycle-startup-br5YwBN5.js";
|
|
158
158
|
import { n as resolveAssistantIdentity } from "./assistant-identity-Cnsf0qA9.js";
|
|
159
159
|
import { a as resolveApnsAuthConfigFromEnv, c as sendApnsExecApprovalAlert, d as resolveApnsRelayConfigFromEnv, l as sendApnsExecApprovalResolvedWake, n as loadApnsRegistration, t as clearApnsRegistrationIfCurrent, u as shouldClearStoredApnsRegistration } from "./push-apns-zV4Xn7lC.js";
|
|
160
|
-
import { C as resolveGatewayReloadSettings, D as roleCanSkipDeviceIdentity, E as parseGatewayRole, O as pruneStaleControlPlaneBuckets, S as diffConfigPaths, T as buildGatewayReloadPlan, _ as appendCronRunLog, a as coreGatewayHandlers, b as resolveCronDeliveryPlan, c as listSystemPresence, d as CANVAS_CAPABILITY_TTL_MS, f as buildCanvasScopedHostUrl, g as loadVoiceWakeConfig, h as formatError, i as setFallbackGatewayContextResolver, l as upsertPresence, m as normalizeCanvasScopedUrl, o as handleGatewayRequest, p as mintCanvasCapabilityToken, s as broadcastPresenceSnapshot, t as loadGatewayStartupPlugins, u as clearNodeWakeState, v as resolveCronRunLogPath, w as startGatewayConfigReloader, x as resolveFailureDestination, y as resolveCronRunLogPruneOptions } from "./server-plugin-bootstrap-
|
|
160
|
+
import { C as resolveGatewayReloadSettings, D as roleCanSkipDeviceIdentity, E as parseGatewayRole, O as pruneStaleControlPlaneBuckets, S as diffConfigPaths, T as buildGatewayReloadPlan, _ as appendCronRunLog, a as coreGatewayHandlers, b as resolveCronDeliveryPlan, c as listSystemPresence, d as CANVAS_CAPABILITY_TTL_MS, f as buildCanvasScopedHostUrl, g as loadVoiceWakeConfig, h as formatError, i as setFallbackGatewayContextResolver, l as upsertPresence, m as normalizeCanvasScopedUrl, o as handleGatewayRequest, p as mintCanvasCapabilityToken, s as broadcastPresenceSnapshot, t as loadGatewayStartupPlugins, u as clearNodeWakeState, v as resolveCronRunLogPath, w as startGatewayConfigReloader, x as resolveFailureDestination, y as resolveCronRunLogPruneOptions } from "./server-plugin-bootstrap-Cs4JfSil.js";
|
|
161
161
|
import { i as resolveCronSession, n as runHeartbeatOnce, r as startHeartbeatRunner } from "./heartbeat-runner-bYAUGZhA.js";
|
|
162
162
|
import { n as stopGmailWatcher, t as startGmailWatcherWithLogs } from "./gmail-watcher-lifecycle-CI-B7OOZ.js";
|
|
163
163
|
import "./paths-DO3TTDZB.js";
|
|
@@ -12579,7 +12579,7 @@ async function startGatewayServer(port = 18789, opts = {}) {
|
|
|
12579
12579
|
setFallbackGatewayContextResolver(() => gatewayRequestContext);
|
|
12580
12580
|
if (!minimalTestGateway) {
|
|
12581
12581
|
if (deferredConfiguredChannelPluginIds.length > 0) {
|
|
12582
|
-
const { reloadDeferredGatewayPlugins } = await import("./server-plugin-bootstrap-
|
|
12582
|
+
const { reloadDeferredGatewayPlugins } = await import("./server-plugin-bootstrap-D5sJx2Y6.js");
|
|
12583
12583
|
({pluginRegistry, gatewayMethods: baseGatewayMethods} = reloadDeferredGatewayPlugins({
|
|
12584
12584
|
cfg: gatewayPluginConfigAtStart,
|
|
12585
12585
|
workspaceDir: defaultWorkspaceDir,
|
|
@@ -29,10 +29,10 @@ import { t as formatHelpExamples } from "./help-format-Cn2mAwEx.js";
|
|
|
29
29
|
import { r as installCompletion } from "./completion-runtime-CFyg2ITl.js";
|
|
30
30
|
import { n as renderTable, t as getTerminalTableWidth } from "./table-C9qqU5my.js";
|
|
31
31
|
import { n as updateNpmInstalledPlugins, t as syncPluginsForUpdateChannel } from "./update-QuGB7mNp.js";
|
|
32
|
-
import { n as doctorCommand, t as selectStyled } from "./prompt-select-styled-
|
|
32
|
+
import { n as doctorCommand, t as selectStyled } from "./prompt-select-styled-B1NyT9lL.js";
|
|
33
33
|
import { d as formatUpdateChannelLabel, g as resolveUpdateChannelDisplay, h as resolveEffectiveUpdateChannel, i as fetchNpmTagVersion, m as normalizeUpdateChannel, n as compareSemverStrings, o as resolveNpmChannelTag, r as fetchNpmPackageTargetStatus, t as checkUpdateStatus, u as channelToNpmTag } from "./update-check-BAnCwbGM.js";
|
|
34
34
|
import { i as resolveUpdateAvailability, n as formatUpdateOneLiner, t as formatUpdateAvailableHint } from "./status.update-6oy47HWi.js";
|
|
35
|
-
import { a as createGlobalInstallEnv, c as globalInstallArgs, d as resolveGlobalInstallTarget, f as normalizePackageTagInput, i as collectInstalledGlobalPackageErrors, l as resolveExpectedInstalledVersionFromSpec, m as readPackageVersion, n as canResolveRegistryVersionForPackageTarget, o as detectGlobalInstallManagerByPresence, p as readPackageName, r as cleanupGlobalRenameDirs, s as detectGlobalInstallManagerForRoot, t as runGatewayUpdate, u as resolveGlobalInstallSpec } from "./update-runner-
|
|
35
|
+
import { a as createGlobalInstallEnv, c as globalInstallArgs, d as resolveGlobalInstallTarget, f as normalizePackageTagInput, i as collectInstalledGlobalPackageErrors, l as resolveExpectedInstalledVersionFromSpec, m as readPackageVersion, n as canResolveRegistryVersionForPackageTarget, o as detectGlobalInstallManagerByPresence, p as readPackageName, r as cleanupGlobalRenameDirs, s as detectGlobalInstallManagerForRoot, t as runGatewayUpdate, u as resolveGlobalInstallSpec } from "./update-runner-DRsGtv9-.js";
|
|
36
36
|
import { r as ensureCompletionCacheExists, t as checkShellCompletionStatus } from "./doctor-completion-lSirjzDE.js";
|
|
37
37
|
import path from "node:path";
|
|
38
38
|
import { spawn, spawnSync } from "node:child_process";
|
|
@@ -53,9 +53,10 @@ function parseTimeoutMsOrExit(timeout) {
|
|
|
53
53
|
const GENESIS_REPO_URL = "https://github.com/PIXELZX0/Genesis.git";
|
|
54
54
|
const MAX_LOG_CHARS = 8e3;
|
|
55
55
|
const DEFAULT_PACKAGE_NAME = "genesis";
|
|
56
|
-
const
|
|
56
|
+
const SCOPED_PACKAGE_NAME = "@pixelzx/genesis";
|
|
57
|
+
const CORE_PACKAGE_NAMES = new Set([DEFAULT_PACKAGE_NAME, SCOPED_PACKAGE_NAME]);
|
|
57
58
|
function normalizeTag(value) {
|
|
58
|
-
return normalizePackageTagInput(value, [
|
|
59
|
+
return normalizePackageTagInput(value, [DEFAULT_PACKAGE_NAME, SCOPED_PACKAGE_NAME]);
|
|
59
60
|
}
|
|
60
61
|
function normalizeVersionTag(tag) {
|
|
61
62
|
const trimmed = tag.trim();
|
|
@@ -842,7 +843,8 @@ async function runPackageInstallUpdate(params) {
|
|
|
842
843
|
const verifiedPackageRoot = (await resolveGlobalInstallTarget({
|
|
843
844
|
manager: installTarget,
|
|
844
845
|
runCommand,
|
|
845
|
-
timeoutMs: params.timeoutMs
|
|
846
|
+
timeoutMs: params.timeoutMs,
|
|
847
|
+
pkgRoot
|
|
846
848
|
})).packageRoot ?? pkgRoot;
|
|
847
849
|
if (verifiedPackageRoot) {
|
|
848
850
|
afterVersion = await readPackageVersion(verifiedPackageRoot);
|