@kyo-so/cli 0.16.7 → 0.16.9

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.
@@ -10,9 +10,9 @@ export declare const PLUGIN_RUNTIME_COMPATIBILITY_SCHEMA_VERSION = 2;
10
10
  export declare const MINIMUM_SUPPORTED_CODEX_VERSION = "0.144.0-alpha.4";
11
11
  export declare const PLUGIN_RUNTIME_EXPECTED_CONTRACT: {
12
12
  readonly distribution: {
13
- readonly pluginVersion: "0.7.14";
13
+ readonly pluginVersion: "0.7.16";
14
14
  readonly mcpCommand: "npx";
15
- readonly mcpPackagePin: "@kyo-so/cli@0.16.6";
15
+ readonly mcpPackagePin: "@kyo-so/cli@0.16.8";
16
16
  readonly mcpExecutable: "kyoso";
17
17
  };
18
18
  readonly marketplace: {
@@ -131,9 +131,9 @@ export declare const pluginRuntimeContract: {
131
131
  readonly pluginListTopLevelKeys: readonly ["installed", "available"];
132
132
  readonly expectedContract: {
133
133
  readonly distribution: {
134
- readonly pluginVersion: "0.7.14";
134
+ readonly pluginVersion: "0.7.16";
135
135
  readonly mcpCommand: "npx";
136
- readonly mcpPackagePin: "@kyo-so/cli@0.16.6";
136
+ readonly mcpPackagePin: "@kyo-so/cli@0.16.8";
137
137
  readonly mcpExecutable: "kyoso";
138
138
  };
139
139
  readonly marketplace: {
@@ -7,4 +7,4 @@ export declare const JUDGE_MAX_OUTPUT_TOKENS = 4096;
7
7
  export declare const RAW_OUTPUT_MAX_CHARS = 16384;
8
8
  export declare const TRACE_DIR = ".kyoso/traces";
9
9
  export declare const KYOSO_CHILD_AGENT = "KYOSO_CHILD_AGENT";
10
- export declare const KYOSO_VERSION = "0.16.7";
10
+ export declare const KYOSO_VERSION = "0.16.9";