yi-bot
e643ba2f5e
fix: preserve telegram topic routing in announce and delivery context
2026-04-01 16:13:24 +09:00
wittam-01
1b94e8ca14
feat: feishu comment event ( #58497 )
...
Merged via squash.
Prepared head SHA: a9dfeb0d62
Co-authored-by: wittam-01 <271711640+wittam-01@users.noreply.github.com>
Co-authored-by: odysseus0 <8635094+odysseus0@users.noreply.github.com>
Reviewed-by: @odysseus0
2026-04-01 00:12:38 -07:00
chi
cad3da52c9
fix(memory): prefer --mask over --glob for qmd collection pattern flag ( #58736 )
...
* fix(memory): prefer --mask over --glob for qmd collection pattern flag
qmd 2.0.1 silently ignores the --glob flag when creating collections,
causing all patterns (e.g. MEMORY.md, memory.md) to fall back to the
default **/*.md glob. This leads to collection conflicts when multiple
collections target the same workspace directory with different patterns.
The existing flag negotiation logic in addCollection() tries --glob
first (when collectionPatternFlag is null), and since qmd accepts the
flag without error, OpenClaw never falls back to --mask. The result is
that memory-root-{agent} gets created with **/*.md instead of MEMORY.md,
and memory-alt-{agent} fails with a duplicate path+pattern conflict.
Fix: default collectionPatternFlag to '--mask' so the working flag is
tried first. The fallback to --glob is preserved for older qmd versions
that may not support --mask.
* docs(changelog): note qmd collection flag fix
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2026-04-01 16:11:56 +09:00
Peter Steinberger
bd6c017192
fix: skip failing gateway HTTP stages ( #58746 ) (thanks @yelog)
2026-04-01 16:09:36 +09:00
yelog
ffa1e5fa92
test: assert console.error in async-rejection stage test
2026-04-01 16:09:36 +09:00
yelog
0a636aef24
fix: catch per-stage errors in HTTP request pipeline to prevent cascade 500s ( #58689 )
2026-04-01 16:09:36 +09:00
Peter Steinberger
d9a2690535
test: trim mattermost setup cases
2026-04-01 08:03:26 +01:00
Peter Steinberger
035028208f
test: trim line webhook/slack setup prompts
2026-04-01 08:02:26 +01:00
Peter Steinberger
e441e8bb17
test: stabilize timed-heavy channel planner checks
2026-04-01 07:46:25 +01:00
Peter Steinberger
709668ccd1
test: trim line/twitch setup validations
2026-04-01 07:46:25 +01:00
Peter Steinberger
add54e1d26
test: trim low-signal matrix monitor tests
2026-04-01 07:46:25 +01:00
Peter Steinberger
25eaebb9b6
test: drop duplicate telegram/discord command tests
2026-04-01 07:46:25 +01:00
Peter Steinberger
c130ebad35
fix: verify linux gateway in parallels smoke
2026-04-01 07:38:49 +01:00
Tars
5f3737f229
fix: auto-enable minimax plugin for API key auth route ( #57127 )
...
Merged via squash.
Prepared head SHA: 5782b26738
Co-authored-by: tars90percent <252094836+tars90percent@users.noreply.github.com>
Co-authored-by: odysseus0 <8635094+odysseus0@users.noreply.github.com>
Reviewed-by: @odysseus0
2026-03-31 22:52:19 -07:00
Neerav Makwana
26a891aaeb
fix: preserve rewritten stream snapshots in webchat ( #58641 ) (thanks @neeravmakwana)
2026-04-01 11:09:19 +05:30
Kenny Xie
e1d963ed2e
fix: bound discord inbound media downloads ( #58593 ) (thanks @aquaright1)
...
* fix(discord): bound attachment downloads by timeout
* fix(ci): unblock check and clarify discord timeouts
* fix: bound discord inbound media downloads (#58593 ) (thanks @aquaright1)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us>
2026-04-01 10:59:58 +05:30
Josh Lehman
5836ddea3f
test: fix amazon-bedrock extension test boundary ( #58753 )
...
* Tests: stop amazon-bedrock from importing private core plugin types
* Config: refresh generated doc baseline
2026-03-31 22:24:38 -07:00
Marcus Castro
ac6db066d3
feat(whatsapp): add reaction guidance levels ( #58622 )
...
* WhatsApp: add reaction guidance policy
* WhatsApp: expose reaction guidance to agents
2026-04-01 01:42:10 -03:00
Owen Wang
21403a3898
fix(whatsapp): pass Timestamp to finalizeInboundContext ( #58590 )
...
Merged via squash.
Prepared head SHA: 74aa9a1408
Co-authored-by: Maninae <9339187+Maninae@users.noreply.github.com>
Co-authored-by: mcaxtr <7562095+mcaxtr@users.noreply.github.com>
Reviewed-by: @mcaxtr
2026-04-01 01:02:23 -03:00
Ayaan Zaidi
2c5796c924
fix(tasks): recheck current state during maintenance sweep
2026-04-01 09:25:38 +05:30
joshavant
ccb67bd4bf
config: regenerate base config schema baseline
2026-03-31 22:54:36 -05:00
joshavant
ed83d79a05
fix: tighten reply payload typing and safe text coercion
2026-03-31 22:54:36 -05:00
Ayaan Zaidi
05c311e67d
fix: record task sweep gateway hang fix ( #58670 ) (thanks @openperf)
2026-04-01 09:12:57 +05:30
Ayaan Zaidi
2dbfd4ebe2
refactor(tasks): distill task registry sweep scheduling
2026-04-01 09:12:57 +05:30
openperf
97fd6c27a1
fix(tasks): prevent synchronous task registry sweep from blocking event loop
2026-04-01 09:12:57 +05:30
Jamil Zakirov
69685f99fe
fix: preserve Telegram local Bot API MIME types ( #54603 ) (thanks @jzakirov)
...
* fix(telegram): preserve content type for local Bot API media files
* fix: preserve Telegram local Bot API MIME types (#54603 ) (thanks @jzakirov)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us>
2026-04-01 09:08:31 +05:30
Peter Steinberger
098125e998
test: merge channel reply pipeline typing cases
2026-04-01 03:26:24 +01:00
Peter Steinberger
7ae093cf0f
test: merge command auth cases
2026-04-01 03:25:39 +01:00
Peter Steinberger
ba808573ef
test: merge allowlist config helper cases
2026-04-01 03:24:41 +01:00
Peter Steinberger
a217e97fe5
test: merge approval renderer cases
2026-04-01 03:23:41 +01:00
Peter Steinberger
cf3d7c8d57
test: merge account status helper cases
2026-04-01 03:22:33 +01:00
Peter Steinberger
d11df8e13e
test: merge approval auth helper cases
2026-04-01 03:21:32 +01:00
Peter Steinberger
d65c290748
test: merge temp download path cases
2026-04-01 03:20:28 +01:00
Peter Steinberger
fbca5bcc12
test: merge status helper default/explicit cases
2026-04-01 03:19:35 +01:00
Peter Steinberger
cb131a7938
test: merge dm allowlist pairing policy cases
2026-04-01 03:18:35 +01:00
Peter Steinberger
54f2c8e939
test: merge mattermost setup registration checks
2026-04-01 03:17:10 +01:00
Peter Steinberger
655d52815d
test: merge channel send result stamping coverage
2026-04-01 03:16:06 +01:00
Peter Steinberger
6e2738ef00
test: merge kilocode provider registration coverage
2026-04-01 03:13:26 +01:00
Peter Steinberger
a59f2f43b6
test: drop thread-ownership hook registration smoke
2026-04-01 03:12:19 +01:00
Peter Steinberger
3c6e0cfe25
test: drop feishu plugin registration smoke
2026-04-01 03:11:33 +01:00
Peter Steinberger
8076c78b2e
test: drop subagent hook registration smokes
2026-04-01 03:10:47 +01:00
Peter Steinberger
5e371fe875
test: drop discord command registration smoke
2026-04-01 03:09:52 +01:00
Peter Steinberger
6e773cc3b6
test: drop webhook registration smokes
2026-04-01 03:08:33 +01:00
Peter Steinberger
35c9372dc4
test: merge diffs registration smoke into config defaults
2026-04-01 03:05:46 +01:00
Peter Steinberger
5c27f15fe6
test: drop browser plugin registration smoke
2026-04-01 03:03:27 +01:00
Peter Steinberger
4765ce3ad7
test: drop low-signal extension registration smokes
2026-04-01 03:02:40 +01:00
Peter Steinberger
042a9ab48a
test: fix plugin-sdk subpaths contract imports
2026-04-01 03:02:34 +01:00
Peter Steinberger
73ead2425b
test: drop redundant web search registration smokes
2026-04-01 02:57:08 +01:00
Peter Steinberger
49ac85b56d
test: merge secret input schema coverage
2026-04-01 02:53:40 +01:00
Peter Steinberger
5816294b4c
test: merge request-url coverage into fetch auth
2026-04-01 02:52:44 +01:00