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:
parent
adb8ddb611
commit
43bc670bf4
1 changed files with 5 additions and 0 deletions
|
|
@ -38,6 +38,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"hooks": {
|
||||||
|
"self-improvement": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"providers": {
|
"providers": {
|
||||||
"zai": {
|
"zai": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue