Peter Steinberger
fe84148724
test: collapse messaging target test suites
2026-03-25 04:52:36 +00:00
Peter Steinberger
6e050808ef
test: collapse channel setup test suites
2026-03-25 04:52:36 +00:00
Peter Steinberger
039e87c942
fix: restore WhatsApp active listener singleton ( #54232 )
2026-03-24 21:36:20 -07:00
Peter Steinberger
43058c021e
test: collapse setup and monitor channel suites
2026-03-25 04:25:02 +00:00
Peter Steinberger
cb76ba2406
test: collapse line channel suites
2026-03-25 04:25:02 +00:00
Peter Steinberger
ed9646516d
test: collapse utility plugin suites
2026-03-25 04:25:02 +00:00
Peter Steinberger
410c2dba65
test: collapse provider plugin suites
2026-03-25 04:25:02 +00:00
Ted Li
5799322d9e
Discord: resolve /think autocomplete from session model ( #49176 )
...
* Discord: use session model for /think autocomplete
* Discord: use cached session store in think autocomplete
* Discord: align think autocomplete with effective bound route
* Discord: fix think autocomplete route-resolution test mocks
* Discord: stabilize think autocomplete CI coverage
* Discord: gate think autocomplete context behind auth
* Discord: share slash auth for think autocomplete
* Discord: localize think autocomplete auth gate
* Discord: drop think autocomplete auth gating
* Discord: align native autocomplete auth and route readiness
* Discord: use effective route for model picker
---------
Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
2026-03-24 20:13:11 -05:00
Peter Steinberger
f7de5c3b83
test: collapse search helper suites
2026-03-25 00:42:09 +00:00
Peter Steinberger
83591fabfb
test: consolidate plugin provider suites
2026-03-25 00:42:09 +00:00
Peter Steinberger
3a1b517581
fix: repair CI regression checks
2026-03-25 00:20:24 +00:00
Peter Steinberger
f6205de73a
refactor: split feishu helpers and tests
2026-03-24 17:12:25 -07:00
Peter Steinberger
561acd1675
test: tighten shared card schema coverage
2026-03-24 17:04:07 -07:00
Peter Steinberger
3664c2ce46
fix: polish feishu retry helper ( #43788 ) (thanks @lefarcen)
2026-03-24 16:55:37 -07:00
Elian
b9f48707dc
fix(feishu): prevent silent group message drops when bot-info probe times out
...
When OpenClaw restarts under load, the Feishu bot-info probe
(`/open-apis/bot/v3/info`) can exceed the 10-second timeout due to
event-loop contention during channel initialization. This leaves
`botOpenId` empty, causing `checkBotMentioned()` to return `false`
for every group message — silently dropping them all while DMs
continue to work fine.
Two fixes:
1. **Increase startup probe timeout from 10s to 30s** and make it
configurable via `OPENCLAW_FEISHU_STARTUP_PROBE_TIMEOUT_MS` env var.
The previous 10s budget was too tight when multiple channels
(Slack, Discord, Feishu) initialize concurrently.
2. **Graceful degradation in `checkBotMentioned()`**: when `botOpenId`
is unknown, return `true` (assume mentioned) instead of `false`.
This prevents group messages from being silently discarded when the
probe fails for any reason. The trade-off is that the bot may
respond to non-@-mentioned messages temporarily until the next
successful probe, which is far preferable to total silence.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 16:55:37 -07:00
grassylcao
ca578a9183
fix: mark card field as optional in message tool schema
...
The `createMessageToolCardSchema()` helper returned a bare `Type.Object()`
which TypeBox treats as required when merged into the parent tool schema via
`Type.Object({ card: ... })`. This caused schema validation to reject
media-only sends on Feishu and MSTeams with "must have required property
card", even though the implementation correctly treats card as optional.
Wrap the return value in `Type.Optional()` so the card field is excluded
from the JSON Schema `required` array. Fixes the catch-22 where omitting
card fails validation and including an empty card triggers the runtime
"does not support card with media" guard.
Closes #53697
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 16:53:56 -07:00
Kwanghee Park (hugh.k)
ac7ca52090
Gateway: harden Compose-style gateway port parsing
2026-03-24 16:51:36 -07:00
Peter Steinberger
6f6468027a
refactor: dedupe test and runtime seams
2026-03-24 23:33:30 +00:00
Peter Steinberger
40ab7aca3d
test: speed up slack monitor suites
2026-03-24 22:17:12 +00:00
Peter Steinberger
3dc139b0c0
test: speed up discord monitor suites
2026-03-24 22:17:12 +00:00
Vincent Koc
e28b516fb5
fix(slack): trim DM reply overhead and restore Codex auto transport ( #53957 )
...
* perf(slack): instrument runtime and trim DM overhead
* perf(slack): lazy-init draft previews
* perf(slack): add turn summary diagnostics
* perf(core): trim repeated runtime setup noise
* perf(core): preselect default web search providers
* perf(agent): restore OpenAI auto transport defaults
* refactor(slack): drop temporary perf wiring
* fix(slack): address follow-up review notes
* fix(security): tighten slack and runtime defaults
* style(web-search): fix import ordering
* style(agent): remove useless spread fallback
* docs(changelog): note slack runtime hardening
2026-03-24 15:03:40 -07:00
Peter Steinberger
a18e156316
test: speed up telegram and whatsapp suites
2026-03-24 21:48:07 +00:00
Peter Steinberger
14e3c2de5f
test: speed up discord channel suites
2026-03-24 21:48:07 +00:00
Peter Steinberger
e5173af77e
test: speed up slack monitor suites
2026-03-24 21:48:07 +00:00
Peter Steinberger
23a4ae4759
refactor: dedupe test helpers and harnesses
2026-03-24 21:41:46 +00:00
Devin Robison
3031f061fc
Adjust Feishu webhook request body limits ( #53933 )
2026-03-24 15:02:05 -06:00
Peter Steinberger
bcd61f0a38
refactor: dedupe helpers and source seams
2026-03-24 21:00:36 +00:00
Vincent Koc
0d2315ed15
fix(test): isolate github copilot token imports
2026-03-24 13:54:07 -07:00
Peter Steinberger
4029ce738c
test: speed up targeted unit suites
2026-03-24 19:36:08 +00:00
Peter Steinberger
a4327ad544
refactor: dedupe tests and harden suite isolation
2026-03-24 19:16:19 +00:00
Vincent Koc
783cbd1e9d
fix(ci): refresh plugin sdk baseline and formatting
2026-03-24 11:45:37 -07:00
Bob
7fab2c2897
fix(discord): notify user on discord when inbound worker times out ( #53823 )
...
* fix(discord): notify user on discord when inbound worker times out.
* fix(discord): notify user on discord when inbound worker times out.
* Discord: await timeout fallback reply
* Discord: add changelog for timeout reply fix (#53823 ) (thanks @Kimbo7870)
---------
Co-authored-by: VioGarden <111024100+VioGarden@users.noreply.github.com>
Co-authored-by: Onur Solmaz <2453968+osolmaz@users.noreply.github.com>
2026-03-24 19:01:12 +01:00
scoootscooob
9acb4c8fbc
Providers: fix kimi-coding thinking normalization
2026-03-24 10:58:03 -07:00
Vincent Koc
f2475a7f70
fix(slack): improve interactive reply parity ( #53389 )
...
* fix(slack): improve interactive reply parity
* fix(slack): isolate reply interactions from plugins
* docs(changelog): note slack interactive parity fixes
* fix(slack): preserve preview text for local agent replies
* fix(agent): preserve directive text in local previews
2026-03-24 10:23:10 -07:00
Peter Steinberger
4518f6e820
test: speed up slack and telegram suites
2026-03-24 17:16:25 +00:00
Peter Steinberger
b11f4835e2
fix: suppress only recent whatsapp group echoes ( #53624 ) (thanks @w-sss)
2026-03-24 10:10:48 -07:00
w-sss
0d4b47a14e
fix(whatsapp): filter fromMe messages in groups to prevent infinite loop ( #53386 )
2026-03-24 10:10:48 -07:00
Peter Steinberger
ba95d43e3c
refactor: split feishu runtime and inspect secret resolution
2026-03-24 10:05:15 -07:00
Peter Steinberger
27448c3113
refactor(msteams): split reply and reflection helpers
2026-03-24 10:02:49 -07:00
Peter Steinberger
9f47892bef
refactor: centralize google API base URL handling
2026-03-24 10:01:22 -07:00
Peter Steinberger
e727ad6898
fix(msteams): harden feedback reflection follow-ups
2026-03-24 09:50:04 -07:00
Han Pingtian
a1cb302c20
Feishu: avoid CLI startup failure on unresolved SecretRef
2026-03-24 09:47:18 -07:00
Peter Steinberger
27b92f8335
test: speed up google and twitch suites
2026-03-24 16:26:58 +00:00
Peter Steinberger
332d2ebfe8
test: speed up whatsapp and signal suites
2026-03-24 16:26:58 +00:00
Peter Steinberger
5edba12f79
test: speed up discord slack telegram suites
2026-03-24 16:26:58 +00:00
Tak Hoffman
3e9ff16645
fix(discord): avoid bundling pi-ai runtime deps
2026-03-24 11:17:08 -05:00
Peter Steinberger
49ae71fa62
test: speed up signal and whatsapp extension suites
2026-03-24 15:57:16 +00:00
Peter Steinberger
86921b624c
test: speed up telegram extension suites
2026-03-24 15:57:16 +00:00
Peter Steinberger
a29b9f2c20
test: speed up slack extension suites
2026-03-24 15:57:16 +00:00
Peter Steinberger
1d4db9920d
test: speed up discord extension suites
2026-03-24 15:57:16 +00:00