ccman 3.3.19 → 3.3.20

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/index.js CHANGED
@@ -422,7 +422,7 @@ var init_codex = __esm({
422
422
  };
423
423
  GMN_PROVIDER_HOSTS = [
424
424
  "gmn.chuangzuoli.com",
425
- "cdn.gmnchuangzuoli.com",
425
+ "cdn-gmn.chuangzuoli.com",
426
426
  "gmncodex.com",
427
427
  "gmncode.cn",
428
428
  "cdn.gmncode.cn",
@@ -7334,18 +7334,18 @@ function pickDefaultEndpoint(results) {
7334
7334
  var GMN_PROFILE = {
7335
7335
  commandName: "gmn",
7336
7336
  title: "GMN",
7337
- endpointGroupLabel: "\u521B\u4F5C\u91CC\u57DF\u540D\u7EBF\u8DEF",
7338
- endpointGroupDescription: "\u4EC5\u5305\u542B chuangzuoli \u57DF\u540D\u4E0B\u7684 2 \u6761\u5730\u5740",
7337
+ endpointGroupLabel: "GMN \u57DF\u540D\u7EBF\u8DEF",
7338
+ endpointGroupDescription: "\u4EC5\u5305\u542B\u4E3B\u57DF\u540D\u548C CDN \u7684 2 \u6761\u5730\u5740",
7339
7339
  baseUrls: [
7340
7340
  {
7341
- label: "\u521B\u4F5C\u91CC\u4E3B\u7AD9",
7341
+ label: "GMN \u4E3B\u7AD9",
7342
7342
  url: "https://gmn.chuangzuoli.com",
7343
- description: "chuangzuoli \u4E3B\u57DF\u540D\u5165\u53E3"
7343
+ description: "GMN \u4E3B\u57DF\u540D\u5165\u53E3"
7344
7344
  },
7345
7345
  {
7346
- label: "\u521B\u4F5C\u91CC CDN",
7347
- url: "https://cdn.gmnchuangzuoli.com",
7348
- description: "chuangzuoli \u57DF\u540D CDN \u52A0\u901F\u5165\u53E3"
7346
+ label: "GMN CDN",
7347
+ url: "https://cdn-gmn.chuangzuoli.com",
7348
+ description: "GMN CDN \u52A0\u901F\u5165\u53E3"
7349
7349
  }
7350
7350
  ]
7351
7351
  };
@@ -9,8 +9,6 @@ file_opener = "vscode"
9
9
  model_provider = "gmn"
10
10
  web_search = "cached"
11
11
  suppress_unstable_features_warning = true
12
- model_context_window = 1000000
13
- model_auto_compact_token_limit = 900000
14
12
 
15
13
  [history]
16
14
  persistence = "save-all"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccman",
3
- "version": "3.3.19",
3
+ "version": "3.3.20",
4
4
  "type": "module",
5
5
  "description": "Manage Codex, Claude Code, Gemini CLI, OpenCode, OpenClaw, and MCP API service provider configurations",
6
6
  "main": "./dist/index.js",