From 3f7c69fa7f6ea397b41f085729a21634e73e6499 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 3 Jan 2026 23:34:18 +0100 Subject: [PATCH] docs: note mac app config sync --- docs/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 64c2d9371..ed1d32484 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -762,6 +762,11 @@ Remote client defaults (CLI): - `gateway.remote.token` supplies the token for remote calls (leave unset for no auth). - `gateway.remote.password` supplies the password for remote calls (leave unset for no auth). +macOS app behavior: +- Clawdis.app watches `~/.clawdis/clawdis.json` and switches modes live when `gateway.mode` or `gateway.remote.url` changes. +- If `gateway.mode` is unset but `gateway.remote.url` is set, the macOS app treats it as remote mode. +- When you change connection mode in the macOS app, it writes `gateway.mode` (and `gateway.remote.url` in remote mode) back to the config file. + ```json5 { gateway: {