@inkeep/open-knowledge 0.50.0-beta.4 → 0.50.0-beta.5
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/dist/acp-harness-probe-C67QIRhp.mjs +3 -0
- package/dist/cli.mjs +19 -19
- package/dist/constants-CHijDPGq.mjs +2 -0
- package/dist/index.d.mts +6 -4
- package/dist/index.mjs +132 -132
- package/dist/init-D90nzFt2.mjs +1 -0
- package/dist/{init-GU2008y6.mjs → init-DU6p7L9F.mjs} +3 -3
- package/dist/{launch-json-removal-CBvAsHwv.mjs → launch-json-removal-CZL2haTE.mjs} +2 -2
- package/dist/{loader-C07VPlQo.mjs → loader-D0Y-7GtO.mjs} +2 -2
- package/dist/loader-DgwfFb4P.mjs +1 -0
- package/dist/{preview-JHv_lbF-.mjs → preview-BPAu6Ln2.mjs} +2 -2
- package/dist/preview-DU9aVflr.mjs +1 -0
- package/dist/{repair-launch-json-Dnhl7E_E.mjs → repair-launch-json-CMoUKDAg.mjs} +2 -2
- package/dist/{repair-mcp-configs-BTst6dOY.mjs → repair-mcp-configs-BNOodZWo.mjs} +2 -2
- package/dist/src-DFbDxxC5.mjs +1 -0
- package/dist/src-DiMa3Hqv.mjs +20 -0
- package/dist/start-0rwkS2vl.mjs +1 -0
- package/dist/start-BRUIviEZ.mjs +4 -0
- package/package.json +5 -5
- package/dist/acp-harness-probe-BL-kL5a3.mjs +0 -3
- package/dist/constants-BsKxR1wP.mjs +0 -2
- package/dist/init-Dc-aeDeC.mjs +0 -1
- package/dist/loader-BLWCSy5o.mjs +0 -1
- package/dist/preview-DMl0bCHE.mjs +0 -1
- package/dist/src-CDtgwazs.mjs +0 -20
- package/dist/src-f1gCZ4_a.mjs +0 -1
- package/dist/start-D1GiMBz1.mjs +0 -4
- package/dist/start-DvQmqx2l.mjs +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -4036,7 +4036,6 @@ declare const ConfigSchema: ZodObject<{
|
|
|
4036
4036
|
system: "system";
|
|
4037
4037
|
}>>;
|
|
4038
4038
|
language: ZodOptional<ZodEnum<{
|
|
4039
|
-
id: "id";
|
|
4040
4039
|
system: "system";
|
|
4041
4040
|
en: "en";
|
|
4042
4041
|
"zh-Hans": "zh-Hans";
|
|
@@ -4047,6 +4046,7 @@ declare const ConfigSchema: ZodObject<{
|
|
|
4047
4046
|
fr: "fr";
|
|
4048
4047
|
bn: "bn";
|
|
4049
4048
|
"pt-BR": "pt-BR";
|
|
4049
|
+
id: "id";
|
|
4050
4050
|
ur: "ur";
|
|
4051
4051
|
}>>;
|
|
4052
4052
|
colorThemeLight: ZodOptional<ZodEnum<{
|
|
@@ -4107,21 +4107,21 @@ declare const ConfigSchema: ZodObject<{
|
|
|
4107
4107
|
}, $loose>>;
|
|
4108
4108
|
autoSync: ZodDefault<ZodObject<{
|
|
4109
4109
|
mode: ZodDefault<ZodNullable<ZodEnum<{
|
|
4110
|
-
full: "full";
|
|
4111
4110
|
off: "off";
|
|
4112
4111
|
follow: "follow";
|
|
4112
|
+
full: "full";
|
|
4113
4113
|
pull: "pull";
|
|
4114
4114
|
}>>>;
|
|
4115
4115
|
enabled: ZodDefault<ZodNullable<ZodBoolean>>;
|
|
4116
4116
|
resumeMode: ZodOptional<ZodEnum<{
|
|
4117
|
-
full: "full";
|
|
4118
4117
|
follow: "follow";
|
|
4118
|
+
full: "full";
|
|
4119
4119
|
pull: "pull";
|
|
4120
4120
|
}>>;
|
|
4121
4121
|
default: ZodDefault<ZodNullable<ZodUnion<readonly [ZodBoolean, ZodEnum<{
|
|
4122
|
-
full: "full";
|
|
4123
4122
|
off: "off";
|
|
4124
4123
|
follow: "follow";
|
|
4124
|
+
full: "full";
|
|
4125
4125
|
pull: "pull";
|
|
4126
4126
|
}>]>>>;
|
|
4127
4127
|
}, $loose>>;
|
|
@@ -11524,6 +11524,8 @@ interface CollectReportBundleOptions {
|
|
|
11524
11524
|
extraFiles?: BundleExtraFile[];
|
|
11525
11525
|
/** Override the user-level logs directory (standard-level test seam). */
|
|
11526
11526
|
userLogsDir?: string;
|
|
11527
|
+
/** Override the macOS caches directory searched for ShipIt install logs (test seam). */
|
|
11528
|
+
cachesDir?: string;
|
|
11527
11529
|
/**
|
|
11528
11530
|
* Collection-progress + warning sink. The full level reports its inventory
|
|
11529
11531
|
* via the manifest and uses this only for warnings (e.g. an opted-in extra
|