From 85bccff3fbcbf7aaa4440fb3b4b177f25fd22965 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 3 Jan 2026 13:56:40 +0100 Subject: [PATCH] docs: update changelog for #126 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af8d5c4df2..f6da22d0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ - Browser tools: add remote CDP URL support, Linux launcher options (`executablePath`, `noSandbox`), and surface `cdpUrl` in status. ### Fixes +- Agents: clean Gemini tool schemas and avoid caching empty model discovery results (#126) — thanks @mcinteerj - Gateway CLI: read `CLAWDIS_GATEWAY_PASSWORD` from environment in `callGateway()` — allows `doctor`/`health` commands to auth without explicit `--password` flag. - Auto-reply: suppress stray `HEARTBEAT_OK` acks so they never get delivered as messages. - Discord: include recent guild context when replying to mentions and add `discord.historyLimit` to tune how many messages are captured.