why am I getting this warning after updating to the latest version?
OpenClaw 2026.4.15 (041266a)
my config.plugins
"plugins": {
"slots": {
"contextEngine": "lossless-claw"
},
"entries": {
"openai": {
"enabled": true
},
"google": {
"enabled": true
},
"openrouter": {
"enabled": true
},
"lossless-claw": {
"enabled": true,
"config": {
"summaryModel": "openai-codex/gpt-5.4-mini",
"expansionModel": "openai-codex/gpt-5.4-mini",
"freshTailCount": 64,
"leafChunkTokens": 20000,
"contextThreshold": 0.75,
"incrementalMaxDepth": 1,
"ignoreSessionPatterns": [
"agent:*:cron:**"
]
}
},
"memory-core": {
"config": {
"dreaming": {
"enabled": true
}
}
},
"tavily": {
"enabled": true,
"config": {
"webSearch": {
"apiKey": "tvl...IVOlJO"
}
}
}
},
"installs": {
"lossless-claw": {
"source": "npm",
"spec": "@martian-engineering/lossless-claw@0.9.0",
"installPath": "/root/.openclaw/extensions/lossless-claw",
"version": "0.9.0",
"resolvedName": "@martian-engineering/lossless-claw",
"resolvedVersion": "0.9.0",
"resolvedSpec": "@martian-engineering/lossless-claw@0.9.0",
"integrity": "sha512-JhLPxUbGRQfZxwVaTfD0Ryg5o3kBXFm4yS+cm8SD7iGfi1hCqUk7MaAtezlr66hhilWdgqAv4WPwwXzeoKFmkw==",
"shasum": "cc960d869f30710a2483c2f68c532939bf8ea37f",
"resolvedAt": "2026-04-17T00:03:20.820Z",
"installedAt": "2026-04-17T00:05:45.929Z"
}
},
"allow": [
"lossless-claw",
"openai",
"google",
"openrouter",
"discord",
"memory-core",
"tavily"
]
},```