ccman 3.3.8 → 3.3.9

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
@@ -15,7 +15,7 @@ var init_package = __esm({
15
15
  "../core/package.json"() {
16
16
  package_default = {
17
17
  name: "@ccman/core",
18
- version: "3.3.8",
18
+ version: "3.3.9",
19
19
  type: "module",
20
20
  description: "Core business logic for ccman - Manage Codex, Claude Code, Gemini CLI, and MCP configurations",
21
21
  main: "./dist/index.js",
@@ -1,47 +1,10 @@
1
+ model_provider = "gmn"
1
2
  model = "gpt-5.2-codex"
2
3
  model_reasoning_effort = "xhigh"
4
+ network_access = "enabled"
3
5
  disable_response_storage = true
4
- sandbox_mode = "danger-full-access"
5
6
  windows_wsl_setup_acknowledged = true
6
- approval_policy = "never"
7
- profile = "auto-max"
8
- file_opener = "vscode"
9
- model_provider = "gmn"
10
- web_search = "cached"
11
- suppress_unstable_features_warning = true
12
-
13
- [history]
14
- persistence = "save-all"
15
-
16
- [tui]
17
- notifications = true
18
-
19
- [shell_environment_policy]
20
- inherit = "all"
21
- ignore_default_excludes = false
22
-
23
- [sandbox_workspace_write]
24
- network_access = true
25
-
26
- [features]
27
- plan_tool = true
28
- apply_patch_freeform = true
29
- view_image_tool = true
30
- unified_exec = false
31
- streamable_shell = false
32
- rmcp_client = true
33
- elevated_windows_sandbox = true
34
-
35
- [profiles.auto-max]
36
- approval_policy = "never"
37
- sandbox_mode = "workspace-write"
38
-
39
- [profiles.review]
40
- approval_policy = "on-request"
41
- sandbox_mode = "workspace-write"
42
-
43
- [notice]
44
- hide_gpt5_1_migration_prompt = true
7
+ model_verbosity = "high"
45
8
 
46
9
  [model_providers.gmn]
47
10
  name = "gmn"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccman",
3
- "version": "3.3.8",
3
+ "version": "3.3.9",
4
4
  "type": "module",
5
5
  "description": "Manage Codex, Claude Code, Gemini CLI, OpenCode, and MCP API service provider configurations",
6
6
  "main": "./dist/index.js",