v1.6.0
- MyClaw is now a dashboard, not a fork — we no longer patch openclaw at build time or write into
~/.openclaw/extensions/. First launch fetches the pinned openclaw vianpm installand starts it with a minimal config; everything else is openclaw’s own runtime defaults plus whatever you configure through the UI. - Version range instead of exact pin — if you upgrade openclaw yourself, MyClaw respects it (within a tested-compatible range) instead of clobbering your install.
- Plugin install delegated to
openclaw plugins install— we don’t copy local files anymore, we just ask the CLI. Matches what upstream expects.