From 43bc670bf4ce368ba811b5516a15679542f5d654 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Thu, 19 Mar 2026 23:02:28 +0100 Subject: [PATCH] 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. --- modules/openclaw-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/openclaw-config.json b/modules/openclaw-config.json index 3d69a9e..3ee8d8a 100644 --- a/modules/openclaw-config.json +++ b/modules/openclaw-config.json @@ -38,6 +38,11 @@ } } }, + "hooks": { + "self-improvement": { + "enabled": true + } + }, "models": { "providers": { "zai": {