mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 15:11:32 +00:00
* fix(macos): resolve OPENCLAW_STATE_DIR in openclaw-mac CLI config resolution Add shared resolveOpenClawConfigURL() to GatewayConfig.swift with precedence: OPENCLAW_CONFIG_PATH > OPENCLAW_STATE_DIR > default home. Switch ConfigureRemoteCommand and loadGatewayConfig to use it. Add focused tests for all three precedence paths. * fix(macos): honor state directory in openclaw-mac Use one normalized config resolver for connect, wizard, and configure-remote, with explicit config path precedence over the selected state directory. Co-authored-by: liuhao1024 <sunsky.lau@gmail.com> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>