ccman 3.3.25 → 3.3.28

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,5 +1,10 @@
1
1
  model = "gpt-5.4"
2
+ review_model = "gpt-5.4"
2
3
  model_reasoning_effort = "xhigh"
4
+ plan_mode_reasoning_effort = "xhigh"
5
+ model_reasoning_summary = "auto"
6
+ model_verbosity = "high"
7
+ personality = "pragmatic"
3
8
  disable_response_storage = true
4
9
  sandbox_mode = "danger-full-access"
5
10
  windows_wsl_setup_acknowledged = true
@@ -24,13 +29,14 @@ ignore_default_excludes = false
24
29
  network_access = true
25
30
 
26
31
  [features]
27
- plan_tool = true
28
32
  apply_patch_freeform = true
29
- view_image_tool = true
30
33
  unified_exec = false
31
- streamable_shell = false
32
- rmcp_client = true
33
34
  elevated_windows_sandbox = true
35
+ multi_agent = true
36
+ shell_tool = true
37
+ shell_snapshot = true
38
+ fast_mode = true
39
+ personality = true
34
40
 
35
41
  [profiles.auto-max]
36
42
  approval_policy = "never"
@@ -45,6 +51,6 @@ hide_gpt5_1_migration_prompt = true
45
51
 
46
52
  [model_providers.gmn]
47
53
  name = "gmn"
48
- base_url = "https://gmn.chuangzuoli.com"
54
+ base_url = "https://ai.gmncode.com"
49
55
  wire_api = "responses"
50
56
  requires_openai_auth = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccman",
3
- "version": "3.3.25",
3
+ "version": "3.3.28",
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",
@@ -14,7 +14,7 @@
14
14
  "scripts": {
15
15
  "build": "tsup",
16
16
  "dev": "NODE_ENV=development tsx src/index.ts",
17
- "test": "tsx --test src/utils/*.test.ts",
17
+ "test": "tsx --test src/utils/*.test.ts src/commands/sync/*.test.ts",
18
18
  "clean": "rm -rf dist"
19
19
  },
20
20
  "keywords": [
@@ -46,8 +46,10 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@iarna/toml": "^2.2.5",
49
+ "boxen": "^8.0.1",
49
50
  "chalk": "^4.1.2",
50
51
  "commander": "^11.0.0",
52
+ "gradient-string": "^3.0.0",
51
53
  "inquirer": "^8.2.6",
52
54
  "proper-lockfile": "^4.1.2",
53
55
  "webdav": "^5.8.0"