zeroclaw/src/gateway
sudomove 0aa2994423 fix: address PR review issues — auth guard, doc refs, TOML escaping
- Add non-loopback auth guard to /v1/chat/completions (matching /api/chat)
- Fix migration guide references to non-existent files (api_chat.rs,
  openai_compat_shim.rs, mod_patch.rs) — endpoints live in openclaw_compat.rs
- Remove phantom `provider` field from /api/chat response docs
- Add TOML string escaping to config converter to handle special chars
- Add proper JSON parse error handling in config converter
- Update deployment checklist and troubleshooting to match actual file layout

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 04:43:16 +00:00
..
api.rs chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
mod.rs fix: address PR review issues — auth guard, doc refs, TOML escaping 2026-02-27 04:43:16 +00:00
openai_compat.rs style: fix clippy warnings and cargo fmt in new code 2026-02-24 22:22:16 +08:00
openclaw_compat.rs fix: address PR review issues — auth guard, doc refs, TOML escaping 2026-02-27 04:43:16 +00:00
sse.rs fix(gateway): align dashboard API client and embed built web assets 2026-02-21 16:14:01 +08:00
static_files.rs feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
ws.rs feat(security): add opt-in perplexity adversarial suffix filter 2026-02-26 22:55:23 -05:00