ost-Bind — Proxy hört auf 0.0.0.0:3456 statt 127.0.0.1:3456

Null-Guard — model undefined crasht nicht mehr, Fallback auf "claude-sonnet-4"
This commit is contained in:
2026-03-12 01:51:09 +01:00
parent 8853ec697d
commit c255a85ffb
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -42,6 +42,7 @@ Alle Änderungen am Projekt. Format: [Keep a Changelog](https://keepachangelog.c
- `client.id` und `client.mode` im Connect-Request — OpenClaw akzeptiert nur vordefinierte Werte (`cli`, `gateway-client`, `webchat` etc.)
- `chat.send` nutzt `message` statt `text` als Parameter — OpenClaw Schema-Validierung
- **Claude Proxy bindet auf 0.0.0.0** — `claude-max-api-proxy` bindet hardcoded auf `127.0.0.1`, nicht erreichbar im Docker-Netz. Fix: `standalone.js` wird beim Start gepatcht, liest jetzt `HOST` Env-Var (Upstream-Bug: `startServer()` unterstützt `host`, aber CLI übergibt es nicht)
- **Claude Proxy Crash bei Chat-Completion** — `normalizeModelName()` in `cli-to-openai.js` crasht wenn `model` undefined ist (`TypeError: Cannot read properties of undefined`). Fix: Null-Guard-Patch mit Fallback auf `claude-sonnet-4`
---