initial
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"workspace": "/home/hans/.openclaw/workspace",
|
||||
"models": {
|
||||
"openrouter/auto": {
|
||||
"alias": "OpenRouter"
|
||||
},
|
||||
"openrouter/google/gemini-3.1-flash-lite-preview": {}
|
||||
},
|
||||
"model": {
|
||||
"primary": "openrouter/google/gemini-3.1-flash-lite-preview"
|
||||
}
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"mode": "local",
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "26974f72b9bbfa03983f340114cd15e92df44bd2d19ca18e"
|
||||
},
|
||||
"port": 18789,
|
||||
"bind": "loopback",
|
||||
"tailscale": {
|
||||
"mode": "off",
|
||||
"resetOnExit": false
|
||||
},
|
||||
"controlUi": {
|
||||
"allowInsecureAuth": true
|
||||
},
|
||||
"nodes": {
|
||||
"denyCommands": [
|
||||
"camera.snap",
|
||||
"camera.clip",
|
||||
"screen.record",
|
||||
"contacts.add",
|
||||
"calendar.add",
|
||||
"reminders.add",
|
||||
"sms.send",
|
||||
"sms.search"
|
||||
]
|
||||
}
|
||||
},
|
||||
"session": {
|
||||
"dmScope": "per-channel-peer"
|
||||
},
|
||||
"tools": {
|
||||
"profile": "coding"
|
||||
},
|
||||
"auth": {
|
||||
"profiles": {
|
||||
"openrouter:default": {
|
||||
"provider": "openrouter",
|
||||
"mode": "api_key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"groups": {
|
||||
"*": {
|
||||
"requireMention": true
|
||||
}
|
||||
},
|
||||
"botToken": "8699386665:AAHNDYHdAtWmt1B34U8Rae_7quTfOr6dPBU"
|
||||
}
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-04-22T13:48:49.051Z",
|
||||
"lastRunVersion": "2026.4.21",
|
||||
"lastRunCommand": "onboard",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.4.21",
|
||||
"lastTouchedAt": "2026-04-22T13:48:49.595Z"
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"openrouter": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"install": {
|
||||
"nodeManager": "npm"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user