From 4082b0cfb856de9417c0c93a90fb56260e4dab9b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 4 Jan 2026 00:44:21 +0000 Subject: [PATCH] docs: update changelog for android pairing fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c17cfc22..65e5ab25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - Logging: decouple file log levels from console verbosity; verbose-only details are captured when `logging.level` is debug/trace. - Build: fix regex literal in tool-meta path detection (watch build error). - Auto-reply: add run-level telemetry + typing TTL guardrails to diagnose stuck replies. +- Android: show unreachable gateway errors during pairing (#148) — thanks @cash-echo-bot. ### Docs - Skills: add Sheets/Docs examples to gog skill (#128) — thanks @mbelinky.