-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathtmp-models-array.json
More file actions
88 lines (88 loc) · 2.21 KB
/
Copy pathtmp-models-array.json
File metadata and controls
88 lines (88 loc) · 2.21 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
{
"$schema": "https://solon.noear.org/soloncode/settings.schema.json",
"general": {
"sessionWindowSize": 8,
"summaryWindowSize": 30,
"summaryWindowToken": 30000,
"sandboxMode": true,
"sandboxAllowUserHome": true,
"sandboxSystemRestrict": false,
"apiRetries": 3,
"mcpRetries": 3,
"modelRetries": 3,
"bashAsyncEnabled": false,
"memoryEnabled": true,
"memoryIsolation": true,
"mcpEnabled": true,
"openApiEnabled": true,
"lspEnabled": false,
"userAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; SolonCode/1.0; +https://solon.noear.org/)",
"maxTurns": 30,
"autoRethink": true,
"hitlEnabled": false,
"subagentEnabled": true,
"cliThinkPrinted": true,
"cliPrintSimplified": true,
"goalsEnabled": true
},
"permission": {
"tools": [
"**"
],
"disallowedTools": []
},
"loop": {
"budgetWarningPercent": 70,
"budgetCriticalPercent": 85,
"defaultMaxTokens": 0,
"defaultMaxDurationMinutes": 0,
"stagnationThreshold": 3,
"maxConsecutiveErrors": 3,
"pauseAutoAbandonHours": 24,
"validatorEnabled": false
},
"defaultModel": "gpt-5.5",
"models": [
{
"visibled": true,
"scope": "user",
"name": "gpt-5.5",
"contextLength": 0,
"enabled": false,
"apiUrl": "https://ai.loserbai.cn/responses",
"apiKey": "sk-02d6d782c2f5a5fe484ae280856dbb3bde84128338d323d93ccd6ccfa170e54f",
"provider": "anthropic",
"model": "gpt-5.5",
"headers": {},
"timeout": "120s"
},
{
"visibled": true,
"scope": "user",
"name": "gpt-5.4",
"contextLength": 0,
"enabled": true,
"apiUrl": "https://ai.loserbai.cn/v1",
"apiKey": "sk-02d6d782c2f5a5fe484ae280856dbb3bde84128338d323d93ccd6ccfa170e54f",
"provider": "openai",
"model": "gpt-5.4",
"headers": {},
"timeout": "120s"
}
],
"mcpServers": {},
"apiServers": {},
"mountPools": {
"@global-skills": {
"scope": "user",
"description": "",
"type": 0,
"path": "~/.soloncode/skills/",
"primary": false,
"enabled": true,
"writeable": false
}
},
"lspServers": {},
"providers": {}
}