Skip to content

Commit 9b9cc44

Browse files
committed
fix: finalize modelByChannel validator landing (#23412) (thanks @ProspectOre)
1 parent 6dad6a8 commit 9b9cc44

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Docs: https://docs.openclaw.ai
8282
- Security/Browser relay: harden extension relay auth token handling for `/extension` and `/cdp` pathways.
8383
- Cron: persist `delivered` state in cron job records so delivery failures remain visible in status and logs. (#19174) Thanks @simonemacario.
8484
- Config/Doctor: only repair the OAuth credentials directory when affected channels are configured, avoiding fresh-install noise.
85+
- Config/Channels: whitelist `channels.modelByChannel` in config validation and exclude it from plugin auto-enable channel detection so model overrides no longer trigger `unknown channel id` validation errors or bogus `modelByChannel` plugin enables. (#23412) Thanks @ProspectOre.
8586
- Usage/Pricing: correct MiniMax M2.5 pricing defaults to fix inflated cost reporting. (#22755) Thanks @miloudbelarebia.
8687
- Gateway/Daemon: verify gateway health after daemon restart.
8788
- Agents/UI text: stop rewriting normal assistant billing/payment language outside explicit error contexts. (#17834) Thanks @niceysam.

src/security/temp-path-guard.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const DYNAMIC_TMPDIR_JOIN_RE = /path\.join\(os\.tmpdir\(\),\s*`[^`]*\$\{[^`]*`/;
66
const RUNTIME_ROOTS = ["src", "extensions"];
77
const SKIP_PATTERNS = [
88
/\.test\.tsx?$/,
9+
/\.test-helpers\.tsx?$/,
910
/\.test-utils\.tsx?$/,
1011
/\.e2e\.tsx?$/,
1112
/\.d\.ts$/,

0 commit comments

Comments
 (0)