Commit Graph

4 Commits

Author SHA1 Message Date
zhi
fd6c4dd3a2 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).
2026-02-26 08:47:43 +00:00
32af5fde6d feat(api): add bearer auth option and /v1/models endpoint 2026-02-25 10:43:19 +00:00
f4fb495ab2 chore(api): add docker compose and container image for no-reply service 2026-02-25 10:39:51 +00:00
1140a928f3 feat(api): add no-reply OpenAI-compatible API service 2026-02-25 10:36:32 +00:00