docs: update README and CHANGELOG with stable SSH tunnel architecture

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
mw
2026-03-22 11:16:03 +01:00
co-authored by Junie
parent 2281455a33
commit be00d893d2
2 changed files with 33 additions and 21 deletions
+16
View File
@@ -4,6 +4,22 @@ All notable changes to this repository are documented in this file.
## [Unreleased]
## 2026-03-22
### Fixed
- Stabilized OpenClaw node connectivity by implementing an external SSH tunnel managed via `ai.openclaw.node` LaunchAgent.
- Resolved `token_mismatch` errors in `OpenClaw.app` and CLI by synchronizing gateway tokens across all local and remote configurations.
- Fixed `ai.openclaw.node` launch script to correctly handle port conflicts and automated tunnel re-establishment.
### Changed
- Upgraded local OpenClaw CLI and macOS Companion App to v2026.3.13.
- Updated remote gateway configuration to `mode: remote` and `bind: lan` for stable tunnel termination.
- Reconfigured local node to use `ws://127.0.0.1:18789` (SSH tunnel) instead of direct Tailscale IP.
### Added
- Created `scripts/openclaw-check.sh` for quick local health and log diagnostics.
- Updated `luca` project documentation on remote host to reflect the new tunnel architecture.
## 2026-03-11
### Added