From 408f52a081069067572f91dfda9803d212733c93 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 12 Jan 2026 04:38:52 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9361047..efb1b10d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ - Skills: bundle `skill-creator` to guide creating and packaging skills. - Discord: expose channel/category management actions in the message tool. (#730) — thanks @NicholasSpisak - Docs: rename README “macOS app” section to “Apps”. (#733) — thanks @AbhisekBasu1. +- Gateway: require `client.id` in WebSocket connect params; use `client.instanceId` for presence de-dupe; update docs/tests. +- macOS: remove the attach-only gateway setting; local mode now always manages launchd while still attaching to an existing gateway if present. ### Installer - Postinstall: replace `git apply` with builtin JS patcher (works npm/pnpm/bun; no git dependency) plus regression tests.