It keeps asking me for confirmation; it says it’s doing something but doesn’t actually do it. Here’s an excerpt from my openclaw.json
"agents": {
"defaults": {
"workspace": "/home/mycky/.openclaw/workspace",
"heartbeat": {
"every": "15m",
"prompt": "Vérifie tes tâches en cours et continue l'exécution si une étape est restée en suspens."
},
"model": {
"primary": "lmstudio/google/gemma-4-e4b",
"fallbacks": [
"google/gemini-3-flash"
]
},
"thinkingDefault": "adaptive"
},
"list": [
{
"id": "perso",
"workspace": "~/.openclaw/agents/perso/workspace",
"name": "Ellie",
"identity": {
"name": "Ellie",
"emoji": "👩💻"
},
"model": {
"primary": "lmstudio/google/gemma-4-e4b",
"fallbacks": [
"google/gemini-3-flash"
]
},
"tools": {
"profile": "full",
"alsoAllow": [
"browser",
"tavily_search",
"tavily_extract",
"memory",
"cron",
"files"
]
}
},
{
"id": "main",
"name": "Main",
"model": {
"primary": "lmstudio/google/gemma-4-e4b",
"fallbacks": [
"google/gemini-3-flash"
]
},
"tools": {
"profile": "full",
"alsoAllow": [
"browser",
"message",
"nodes",
"tavily_search",
"tavily_extract"
]
}
}
]
},
"models": {
"mode": "merge",
"providers": {
"lmstudio": {
"baseUrl": "http://localhost:1234/v1",
"apiKey": "lmstudio",
"api": "openai-responses",
"models": [
{
"id": "google/gemma-4-e4b",
"name": "google/gemma-4-e4b",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 4096
}
]
},
"google": {
"baseUrl": "https://generativelanguage.googleapis.com/v1beta",
"apiKey": "",
"api": "google-generative-ai",
"models": [
{
"id": "gemini-3-flash",
"name": "gemini-3-flash",
"input": [
"text"
],
"contextWindow": 1048576
}
]
}
}
},
I'm using WSL, and LM Studio Gemma 4