Venice's API doesn't support certain OpenAI-compatible parameters that Clawdbot sends by default: - `store`: Venice returns HTTP 400 with no body when this is present - `developer` role: Not supported by Venice's API This adds VENICE_COMPAT settings (supportsStore: false, supportsDeveloperRole: false) to all Venice model definitions, both from the static catalog and dynamically discovered models. Fixes issues reported in PR #1666 where users experienced silent failures (HTTP 400, no body) when using Venice models. Co-authored-by: jonisjongithub <jonisjongithub@users.noreply.github.com> Co-authored-by: Clawdbot <bot@clawd.bot>
1.4 KiB
1.4 KiB
Changelog
2026.1.23
Changes
- Version alignment with core Clawdbot release numbers.
2026.1.22
Changes
- Version alignment with core Clawdbot release numbers.
2026.1.21
Changes
- Version alignment with core Clawdbot release numbers.
2026.1.20
Changes
- Version alignment with core Clawdbot release numbers.
2026.1.17-1
Changes
- Version alignment with core Clawdbot release numbers.
2026.1.17
Changes
- Version alignment with core Clawdbot release numbers.
2026.1.16
Changes
- Version alignment with core Clawdbot release numbers.
2026.1.15
Changes
- Version alignment with core Clawdbot release numbers.
2026.1.14
Features
- Version alignment with core Clawdbot 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.