@lcv-ideas-software/cross-review 4.0.5 → 4.0.7

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,6 +1,6 @@
1
1
  import type { AppConfig, PeerId } from "./types.js";
2
- export declare const VERSION = "4.0.5";
3
- export declare const RELEASE_DATE = "2026-05-15";
2
+ export declare const VERSION = "4.0.7";
3
+ export declare const RELEASE_DATE = "2026-05-16";
4
4
  export declare const DEFAULT_MAX_OUTPUT_TOKENS = 20000;
5
5
  export declare function getLastFileConfigResult(): import("./file-config.js").ApplyFileConfigResult | undefined;
6
6
  export declare function loadConfig(): AppConfig;
@@ -17,8 +17,8 @@ function expandHome(rawPath) {
17
17
  }
18
18
  return rawPath;
19
19
  }
20
- export const VERSION = "4.0.5";
21
- export const RELEASE_DATE = "2026-05-15";
20
+ export const VERSION = "4.0.7";
21
+ export const RELEASE_DATE = "2026-05-16";
22
22
  export const DEFAULT_MAX_OUTPUT_TOKENS = 20_000;
23
23
  const COST_RATE_ENV_PREFIX = {
24
24
  codex: "CROSS_REVIEW_OPENAI",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcv-ideas-software/cross-review",
3
- "version": "4.0.5",
3
+ "version": "4.0.7",
4
4
  "description": "API-first MCP server for multi-model cross-review with unanimous convergence gates.",
5
5
  "type": "module",
6
6
  "main": "dist/src/mcp/server.js",