anygate 0.5.0 → 0.5.1
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/{chunk-2N334BEP.js → chunk-FTUYHLCJ.js} +3 -3
- package/dist/{chunk-2N334BEP.js.map → chunk-FTUYHLCJ.js.map} +1 -1
- package/dist/cli.js +172 -22
- package/dist/cli.js.map +1 -1
- package/dist/{command-SVWF7UJ6.js → command-QFKSLTQW.js} +2 -2
- package/package.json +1 -1
- /package/dist/{command-SVWF7UJ6.js.map → command-QFKSLTQW.js.map} +0 -0
|
@@ -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.
|
|
13
|
+
version: "0.5.1",
|
|
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.
|
|
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-
|
|
10552
|
+
//# sourceMappingURL=chunk-FTUYHLCJ.js.map
|