- Modified shared.ts to maintain a Map of clients per accountId - Each account gets its own Matrix client instance - Backwards compatible with single-account usage - resolveMatrixAuth now accepts accountId parameter - stopSharedClient can stop specific or all accounts Files changed: - src/matrix/client/shared.ts (main changes) - src/matrix/client/config.ts (accountId support) - src/matrix/accounts.ts (list enabled accounts) - src/matrix/monitor/index.ts (pass accountId) - src/types.ts (accounts config type)
59 lines
1.5 KiB
Markdown
59 lines
1.5 KiB
Markdown
# Changelog
|
|
|
|
## 2026.1.29
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.23
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.22
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.21
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.20
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.17-1
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.17
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.16
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.15
|
|
|
|
### Changes
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.14
|
|
|
|
### Features
|
|
- Version alignment with core OpenClaw release numbers.
|
|
- Matrix channel plugin with homeserver + user ID auth (access token or password login with device name).
|
|
- Direct messages with pairing/allowlist/open/disabled policies and allowFrom support.
|
|
- Group/room controls: allowlist policy, per-room config, mention gating, auto-reply, per-room skills/system prompts.
|
|
- Threads: replyToMode controls and thread replies (off/inbound/always).
|
|
- Messaging: text chunking, media uploads with size caps, reactions, polls, typing, and message edits/deletes.
|
|
- Actions: read messages, list/remove reactions, pin/unpin/list pins, member info, room info.
|
|
- Auto-join invites with allowlist support.
|
|
- Status + probe reporting for health checks.
|