openclaw-matrix-multiaccounts/extensions
Claudia 6ac04375e6
Some checks failed
CI / install-check (push) Has been cancelled
CI / checks (bunx tsc -p tsconfig.json --noEmit false, bun, build) (push) Has been cancelled
CI / checks (pnpm build, node, build) (push) Has been cancelled
CI / checks (pnpm canvas:a2ui:bundle && bunx vitest run, bun, test) (push) Has been cancelled
CI / checks (pnpm canvas:a2ui:bundle && pnpm test, node, test) (push) Has been cancelled
CI / checks (pnpm format, node, format) (push) Has been cancelled
CI / checks (pnpm lint, node, lint) (push) Has been cancelled
CI / checks (pnpm protocol:check, node, protocol) (push) Has been cancelled
CI / checks (pnpm tsgo, node, tsgo) (push) Has been cancelled
CI / secrets (push) Has been cancelled
CI / checks-windows (pnpm build, node, build) (push) Has been cancelled
CI / checks-windows (pnpm canvas:a2ui:bundle && pnpm test, node, test) (push) Has been cancelled
CI / checks-windows (pnpm lint, node, lint) (push) Has been cancelled
CI / checks-windows (pnpm protocol:check, node, protocol) (push) Has been cancelled
CI / checks-macos (pnpm test, test) (push) Has been cancelled
CI / macos-app (set -euo pipefail for attempt in 1 2 3; do if swift build --package-path apps/macos --configuration release; then exit 0 fi echo "swift build failed (attempt $attempt/3). Retrying…" sleep $((attempt * 20)) done exit 1 , build) (push) Has been cancelled
CI / macos-app (set -euo pipefail for attempt in 1 2 3; do if swift test --package-path apps/macos --parallel --enable-code-coverage --show-codecov-path; then exit 0 fi echo "swift test failed (attempt $attempt/3). Retrying…" sleep $((attempt … (push) Has been cancelled
CI / macos-app (swiftlint --config .swiftlint.yml swiftformat --lint apps/macos/Sources --config .swiftformat , lint) (push) Has been cancelled
CI / ios (push) Has been cancelled
CI / android (./gradlew --no-daemon :app:assembleDebug, build) (push) Has been cancelled
CI / android (./gradlew --no-daemon :app:testDebugUnitTest, test) (push) Has been cancelled
Docker Release / build-amd64 (push) Has been cancelled
Docker Release / build-arm64 (push) Has been cancelled
Install Smoke / install-smoke (push) Has been cancelled
Workflow Sanity / no-tabs (push) Has been cancelled
Docker Release / create-manifest (push) Has been cancelled
feat(matrix): add multi-account support
- Add accounts field to MatrixConfig type for per-account configuration
- Update listMatrixAccountIds() to enumerate accounts from config + bindings
- Add mergeMatrixAccountConfig() to merge base config with account overrides
- Update resolveMatrixAuth() to accept accountId parameter
- Pass accountId through monitor to use correct credentials per account

This enables running multiple Matrix bot accounts simultaneously,
each connecting to different rooms with isolated sessions.
2026-02-01 11:02:12 +01:00
..
bluebubbles chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
copilot-proxy chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
diagnostics-otel chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
discord chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
google-antigravity-auth chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
google-gemini-cli-auth chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
googlechat chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
imessage chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
line chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
llm-task chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
lobster chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
matrix feat(matrix): add multi-account support 2026-02-01 11:02:12 +01:00
mattermost chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
memory-core chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
memory-lancedb chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
msteams chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
nextcloud-talk chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
nostr chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
open-prose chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
qwen-portal-auth refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
signal chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
slack chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
telegram chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
tlon chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
twitch chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
voice-call chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
whatsapp chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
zalo chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00
zalouser chore: bump version to 2026.1.30 2026-01-31 11:37:36 +01:00