fix: remove gateway restart from installer, let user restart manually

Root cause: installer called 'openclaw gateway restart' (async via systemd)
then immediately validated model visibility — race condition caused validation
to fail and rollback the correct config.

Fix: remove restart + validation from script entirely. Script only writes config.
User restarts gateway manually after install completes.

Also fix CONFIG.example.json: contextWindow 4096->200000, maxTokens 64->8192
(OpenClaw requires minimum 16000 contextWindow).
This commit is contained in:
zhi
2026-02-26 08:45:37 +00:00
parent 15975e3970
commit fd6c4dd3a2
3 changed files with 16 additions and 18 deletions

12
no-reply-api/package-lock.json generated Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "whispergate-no-reply-api",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "whispergate-no-reply-api",
"version": "0.1.0"
}
}
}