fix(signal): add groups config to Signal channel schema#27199
fix(signal): add groups config to Signal channel schema#27199altaywtf merged 4 commits intoopenclaw:mainfrom
Conversation
Greptile SummaryAdds missing
Confidence Score: 5/5
Last reviewed commit: 015808d |
|
The Windows CI failure is unrelated to this PR — it's |
1fbbda6 to
8a79a61
Compare
8a79a61 to
6ac826f
Compare
|
Merged via squash.
Thanks @unisone! |
* main: (168 commits) fix: stabilize macos daemon onboarding fix(ui): keep shared auth on insecure control-ui connects (openclaw#45088) docs(plugins): clarify workspace shadowing fix(node-host): harden perl approval binding fix(node-host): harden pnpm approval binding fix(discovery): add missing domain to wideArea Zod config schema (openclaw#35615) chore(gitignore): add docker-compose override (openclaw#42879) feat(ios): add onboarding welcome pager (openclaw#45054) fix(signal): add groups config to Signal channel schema (openclaw#27199) fix: restore web fetch firecrawl config in runtime zod schema (openclaw#42583) fix: polish Android QR scanner onboarding (openclaw#45021) fix(android): use Google Code Scanner for onboarding QR fix(config): add missing params field to agents.list[] validation schema (openclaw#41171) docs(contributing): update Android app ownership fix(agents): rephrase session reset prompt to avoid Azure content filter (openclaw#43403) test(config): cover requiresOpenAiAnthropicToolPayload in compat schema fixture fix(agents): respect explicit user compat overrides for non-native openai-completions (openclaw#44432) Android: fix HttpURLConnection leak in TalkModeVoiceResolver (openclaw#43780) Docker: add OPENCLAW_TZ timezone support (openclaw#34119) fix(agents): avoid injecting memory file twice on case-insensitive mounts (openclaw#26054) ...
Merged via squash. Prepared head SHA: 4ba4a39 Co-authored-by: unisone <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
Merged via squash. Prepared head SHA: 4ba4a39 Co-authored-by: unisone <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
Merged via squash. Prepared head SHA: 4ba4a39 Co-authored-by: unisone <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
Merged via squash. Prepared head SHA: 4ba4a39 Co-authored-by: unisone <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
Merged via squash. Prepared head SHA: 4ba4a39 Co-authored-by: unisone <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf (cherry picked from commit 6142923)
Merged via squash. Prepared head SHA: 4ba4a39 Co-authored-by: unisone <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
Summary
Adds missing
channels.signal.groupssupport to the Signal config schema and types so per-group mention/tool overrides are accepted.Changes
SignalGroupConfigtype tosrc/config/types.signal.tsSignalGroupEntrySchema+SignalGroupsSchemato Signal provider schemagroupsintoSignalAccountSchemaBase(top-level + per-account)src/config/zod-schema.signal-groups.test.tsValidation
npx vitest run src/config/zod-schema.signal-groups.test.ts src/signal/monitor/event-handler.mention-gating.test.tsnpx vitest run src/config/config.schema-regressions.test.tsCloses #20397