docs: note mac app config sync

This commit is contained in:
Peter Steinberger
2026-01-03 23:34:18 +01:00
parent cc07ea82a4
commit 3f7c69fa7f

View File

@@ -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: {