anygate 0.5.0 → 0.5.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.
@@ -10,7 +10,7 @@ import { join } from "path";
10
10
  // package.json
11
11
  var package_default = {
12
12
  name: "anygate",
13
- version: "0.5.0",
13
+ version: "0.5.2",
14
14
  publishConfig: {
15
15
  access: "public"
16
16
  },
@@ -1233,7 +1233,7 @@ function thinkingProviderOptions(npm) {
1233
1233
  // src/agents/codex/app-profile.ts
1234
1234
  var CODEX_APP_PROVIDER_ID = "anygate-launch-codex-app";
1235
1235
  var PREVIEW_PROXY_PORT = 54321;
1236
- var CODEX_APP_AUTO_COMPACT_RATIO = 0.55;
1236
+ var CODEX_APP_AUTO_COMPACT_RATIO = 0.9;
1237
1237
  function codexAppModelSlug(rawModelId) {
1238
1238
  return rawModelId.startsWith("models/") ? rawModelId.slice("models/".length) : rawModelId;
1239
1239
  }
@@ -10549,4 +10549,4 @@ export {
10549
10549
  quitClaudeAppGracefully,
10550
10550
  launchOrRestartClaudeApp
10551
10551
  };
10552
- //# sourceMappingURL=chunk-2N334BEP.js.map
10552
+ //# sourceMappingURL=chunk-6GVUN4JO.js.map