-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodexify.config.json
More file actions
113 lines (113 loc) · 2.29 KB
/
Copy pathcodexify.config.json
File metadata and controls
113 lines (113 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"workDir": null,
"debug": false,
"uiWidgets": true,
"forceReadOnlyToolAnnotations": false,
"markdownChat": {
"enabled": false,
"maxWaitMs": 270000,
"notifications": null
},
"apiKey": null,
"conversationAuthToken": null,
"port": 3000,
"multiProject": false,
"projectCloneDir": ".",
"worktrees": {
"mode": "auto",
"root": null,
"upstreamRefreshMode": "never",
"autoCleanupEnabled": true,
"keepCount": 15,
"allowSetupScript": false
},
"tree": {
"defaultDepth": 3,
"ignore": ["node_modules", ".git", "dist", ".next", "__pycache__"]
},
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": []
},
"command": {
"defaultTimeout": 30000,
"maxTimeout": 120000
},
"exec": {
"maxSessions": 8,
"defaultShell": null,
"idleTimeoutMs": 300000
},
"projectDoc": {
"maxBytes": 32768,
"fallbackFilenames": [],
"rootMarkers": [".git"]
},
"projectCatalog": {
"codexConfig": {
"enabled": true,
"trustedOnly": true
},
"entries": []
},
"output": {
"maxToolOutputTokens": 10000,
"maxFileLines": 1000,
"maxFileBytes": 131072,
"maxEntries": 500,
"maxTreeNodes": 1000
},
"diff": {
"maxPatchBytes": 4194304
},
"toolLogging": {
"mode": "off",
"level": "info",
"maxRequestBytes": 2048,
"maxResponseBytes": 4096,
"redactEnv": []
},
"audit": {
"logFile": null,
"includeCommandPreview": false,
"commandPreviewMaxBytes": 512,
"redactEnv": []
},
"artifactIngress": {
"enabled": true,
"maxFileBytes": 104857600,
"requestTimeoutMs": 120000,
"idleTimeoutMs": 30000,
"maxRedirects": 3,
"maxConcurrentDownloads": 2,
"allowedHosts": ["*"]
},
"artifactEgress": {
"enabled": true,
"maxFileBytes": 104857600,
"snapshotMaxFileBytes": 104857600,
"maxSnapshotBytes": 5368709120,
"fallbackToSource": true,
"maxReferences": 64,
"referenceTtlMs": 300000
},
"memory": {
"enabled": true,
"dir": null,
"maxBytes": 16384
},
"skills": {
"enabled": true,
"dirs": null,
"includePlugins": true
},
"codexMcp": {
"enabled": true,
"useCli": true,
"cliPath": null
},
"allowedHosts": [],
"openaiTunnel": null,
"mcpServers": {}
}