zeroclaw/src/gateway
Samy 860e8b2442 fix: address remaining CodeRabbit review items
- Fix convert_channels() return type: dict → tuple[dict, list[str]]
- Remove unnecessary f-string prefixes on plain string literals
- Add blank lines after markdown headings (MD022 compliance)
- Handle triple-quote edge case in TOML multiline string output
- Add handler-level validation tests: missing message rejection,
  empty messages detection, whitespace-only user message, and
  context extraction correctness

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 remaining CodeRabbit review items 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