mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 23:14:31 +00:00
fix: finalize modelByChannel validator landing (#23412) (thanks @ProspectOre)
This commit is contained in:
@@ -82,6 +82,7 @@ Docs: https://docs.openclaw.ai
|
|||||||
- Security/Browser relay: harden extension relay auth token handling for `/extension` and `/cdp` pathways.
|
- Security/Browser relay: harden extension relay auth token handling for `/extension` and `/cdp` pathways.
|
||||||
- Cron: persist `delivered` state in cron job records so delivery failures remain visible in status and logs. (#19174) Thanks @simonemacario.
|
- Cron: persist `delivered` state in cron job records so delivery failures remain visible in status and logs. (#19174) Thanks @simonemacario.
|
||||||
- Config/Doctor: only repair the OAuth credentials directory when affected channels are configured, avoiding fresh-install noise.
|
- Config/Doctor: only repair the OAuth credentials directory when affected channels are configured, avoiding fresh-install noise.
|
||||||
|
- 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.
|
||||||
- Usage/Pricing: correct MiniMax M2.5 pricing defaults to fix inflated cost reporting. (#22755) Thanks @miloudbelarebia.
|
- Usage/Pricing: correct MiniMax M2.5 pricing defaults to fix inflated cost reporting. (#22755) Thanks @miloudbelarebia.
|
||||||
- Gateway/Daemon: verify gateway health after daemon restart.
|
- Gateway/Daemon: verify gateway health after daemon restart.
|
||||||
- Agents/UI text: stop rewriting normal assistant billing/payment language outside explicit error contexts. (#17834) Thanks @niceysam.
|
- Agents/UI text: stop rewriting normal assistant billing/payment language outside explicit error contexts. (#17834) Thanks @niceysam.
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ const DYNAMIC_TMPDIR_JOIN_RE = /path\.join\(os\.tmpdir\(\),\s*`[^`]*\$\{[^`]*`/;
|
|||||||
const RUNTIME_ROOTS = ["src", "extensions"];
|
const RUNTIME_ROOTS = ["src", "extensions"];
|
||||||
const SKIP_PATTERNS = [
|
const SKIP_PATTERNS = [
|
||||||
/\.test\.tsx?$/,
|
/\.test\.tsx?$/,
|
||||||
|
/\.test-helpers\.tsx?$/,
|
||||||
/\.test-utils\.tsx?$/,
|
/\.test-utils\.tsx?$/,
|
||||||
/\.e2e\.tsx?$/,
|
/\.e2e\.tsx?$/,
|
||||||
/\.d\.ts$/,
|
/\.d\.ts$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user