Commit Graph

3 Commits

Author SHA1 Message Date
HenryXiaoYang
11bb1b94eb docs: add install command to README 2026-03-10 02:53:53 +08:00
HenryXiaoYang
7a640f7b08 fix: align openclaw.plugin.json with plugin manifest spec
- Add required 'name', 'description', 'version' fields
- Remove top-level additionalProperties:false (was blocking token/wsUrl/accounts)
- Keep configSchema with all config properties declared
2026-03-10 02:43:16 +08:00
HenryXiaoYang
ba754ccc31 feat: add WeChat QR code login and AGP WebSocket channel plugin
- Auth module: WeChat OAuth2 scan-to-login flow with terminal QR code
- Token persistence to ~/.openclaw/wechat-access-auth.json (chmod 600)
- Token resolution: config > saved state > interactive login
- Invite code verification (configurable bypass)
- Production/test environment support
- AGP WebSocket client with heartbeat, reconnect, wake detection
- Message handler: Agent dispatch with streaming text and tool calls
- Random device GUID generation (persisted, no real machine ID)
2026-03-10 02:29:06 +08:00