fix: prefer config over env for matrix creds

This commit is contained in:
Peter Steinberger
2026-01-16 23:24:15 +00:00
parent af31e0d969
commit 56ed5cc2d9
4 changed files with 62 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
- **BREAKING:** iOS minimum version is now 18.0 to support Textual markdown rendering in native chat. (#702)
- **BREAKING:** Microsoft Teams is now a plugin; install `@clawdbot/msteams` via `clawdbot plugins install @clawdbot/msteams`.
- **BREAKING:** Discord/Telegram channel tokens now prefer config over env (env is fallback only).
- **BREAKING:** Matrix channel credentials now prefer config over env (env is fallback only).
### Changes
- CLI: set process titles to `clawdbot-<command>` for clearer process listings.