-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
73 lines (73 loc) · 1.69 KB
/
config.json
File metadata and controls
73 lines (73 loc) · 1.69 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
{
"meta": {
"lastTouchedVersion": "2026.3.13",
"lastTouchedAt": "2026-03-19T06:23:39.057Z"
},
"agents": {
"defaults": {
"model": {
"primary": "openai/gpt-5.1-codex"
},
"models": {
"anthropic/claude-sonnet-4-5": {
"alias": "Sonnet"
},
"openai/gpt-5.1-codex": {
"alias": "GPT"
}
},
"workspace": "./.openclaw/.openclaw/workspace",
"compaction": {
"mode": "safeguard"
}
}
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true,
"ownerDisplay": "raw"
},
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "open",
"allowFrom": ["*"],
"botToken": {
"source": "env",
"provider": "default",
"id": "OPENCLAW_TELEGRAM_BOT_TOKEN"
},
"groupPolicy": "open",
"streaming": "partial"
}
},
"gateway": {
"mode": "local",
"trustedProxies": [
"127.0.0.1",
"::1"
],
"controlUi": {
"allowedOrigins": [
"*"
],
"allowInsecureAuth": true,
"dangerouslyDisableDeviceAuth": true
}
},
"skills": {
"entries": {
"1password": {
"enabled": true
}
}
},
"plugins": {
"entries": {
"telegram": {
"enabled": true
}
}
}
}