feat(openclaw): enable self-improvement hook

- Declaratively enable the `self-improvement` hook in the OpenClaw configuration file since it is mounted read-only into the Podman container.
This commit is contained in:
ashisgreat22 2026-03-19 23:02:28 +01:00
parent adb8ddb611
commit 43bc670bf4

View file

@ -38,6 +38,11 @@
}
}
},
"hooks": {
"self-improvement": {
"enabled": true
}
},
"models": {
"providers": {
"zai": {