Hiroshi Tanaka
e9a1f7818c
fix(discord): extract forwarded message text in thread starter resolution ( #60139 )
...
resolveDiscordThreadStarter only checked content and embeds, returning
null for forwarded messages where the text lives in message_snapshots.
Add a local resolveStarterForwardedText helper that extracts text
directly from the message_snapshots array on the REST response object.
This avoids fragile type casts and keeps the change self-contained
within threading.ts.
Fixes #60129
2026-04-04 00:02:42 +09:00
Vincent Koc
3257136160
refactor(zalo): narrow channel sdk imports
2026-04-04 00:00:34 +09:00
Vincent Koc
756cf847e0
refactor(telegram): lazy-load audit and monitor surfaces
2026-04-03 23:49:53 +09:00
Vincent Koc
66825c0969
refactor(providers): centralize native provider detection ( #60341 )
...
* refactor(providers): centralize native provider detection
* fix(providers): preserve openrouter thinking format
* fix(providers): preserve openrouter host thinking format
2026-04-03 23:46:21 +09:00
Vincent Koc
38a4b2b14c
refactor(signal): route target normalization through channel-targets
2026-04-03 23:44:50 +09:00
Vincent Koc
3b69b8e3c4
fix(ci): route extension test helpers through sdk testing
2026-04-03 23:39:06 +09:00
Vincent Koc
cddb34ba6a
refactor(line): lazy-load card command
2026-04-03 23:29:34 +09:00
Vincent Koc
06ed0eaad5
fix(ci): narrow discord subagent hook types
2026-04-03 23:28:03 +09:00
Vincent Koc
cedc8bdebb
refactor(signal): lazy-load monitor surfaces
2026-04-03 23:24:42 +09:00
Vincent Koc
4e9629d60c
fix(ci): route bluebubbles helper through local barrel
2026-04-03 23:24:17 +09:00
Vincent Koc
690c58baa2
refactor(discord): lazy-load subagent hooks
2026-04-03 23:22:34 +09:00
Vincent Koc
0ecf84524d
fix(ci): restore line runtime seams
2026-04-03 23:19:39 +09:00
Vincent Koc
78fb352506
refactor(feishu): lazy-load subagent hooks
2026-04-03 23:19:11 +09:00
Vincent Koc
ac20eed335
fix(ci): route extension tests through sdk seams
2026-04-03 23:15:57 +09:00
Vincent Koc
ed166ba338
test(contracts): extract narrow channel contract helpers
2026-04-03 23:14:45 +09:00
Josh Lehman
799c6f40aa
refactor: move provider replay runtime ownership into plugins ( #60126 )
...
* refactor: move provider replay runtime ownership into plugins
* fix(provider-runtime): address review followups
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-04-03 23:14:37 +09:00
Shakker
a61408737f
refactor: localize deliver test outbounds
2026-04-03 15:10:48 +01:00
Shakker
909895c471
refactor: narrow deliver test channel boundaries
2026-04-03 15:10:48 +01:00
Vincent Koc
62b1fe0b85
fix(ci): correct browser live test export
2026-04-03 23:07:20 +09:00
Vincent Koc
1125cd3b97
refactor(xai): lazy-load heavy tool modules
2026-04-03 23:03:33 +09:00
Vincent Koc
efeee6f921
fix(ci): use plugin registry test bridges
2026-04-03 23:03:15 +09:00
Vincent Koc
4b2c7404e5
test(types): remove remaining testing barrel references
2026-04-03 23:03:02 +09:00
Vincent Koc
5341d483d1
test(acpx): use direct ACP adapter contract seam
2026-04-03 23:01:51 +09:00
Peter Steinberger
0dad4072b4
fix: keep extension helper imports behind local runtime barrels ( #60153 )
2026-04-03 23:01:43 +09:00
Peter Steinberger
96e8352bda
fix: align extension boundary guardrails for landing ( #60153 )
2026-04-03 23:01:43 +09:00
Vincent Koc
c1d68f213d
test(helpers): use direct internal seams
2026-04-03 23:00:28 +09:00
Vincent Koc
d2427c19e0
fix(ci): restore extension runtime seams
2026-04-03 22:57:28 +09:00
Vincent Koc
9b83e462cf
test(channels): use narrow active registries in sticky tests
2026-04-03 22:57:16 +09:00
Vincent Koc
9aab672a69
refactor(bluebubbles): narrow monitor processing exports
2026-04-03 22:56:26 +09:00
Vincent Koc
2ad69083d2
refactor(feishu): narrow reply dispatcher exports
2026-04-03 22:54:29 +09:00
Vincent Koc
1ad9fe0b52
test(discord): use direct channel test helper
2026-04-03 22:51:37 +09:00
Vincent Koc
f6e99bd514
refactor(msteams): narrow messenger sdk imports
2026-04-03 22:50:54 +09:00
Vincent Koc
8b5e80fcaa
refactor(msteams): narrow store sdk imports
2026-04-03 22:49:27 +09:00
Vincent Koc
6f9b4b52f8
refactor(msteams): narrow send sdk imports
2026-04-03 22:47:07 +09:00
Vincent Koc
3b358414d3
test(channels): use direct contract helper imports
2026-04-03 22:46:58 +09:00
Vincent Koc
875c3813aa
refactor(msteams): narrow outbound sdk imports
2026-04-03 22:45:09 +09:00
Vincent Koc
f904a49568
refactor(feishu): narrow channel runtime exports
2026-04-03 22:43:09 +09:00
Vincent Koc
020093bf4b
test(slack): use direct outbound payload harness
2026-04-03 22:43:06 +09:00
Vincent Koc
597416fdd9
refactor(feishu): narrow outbound runtime exports
2026-04-03 22:41:46 +09:00
Onur
fa9e1e3d8e
CI: add ClawHub plugin release workflow ( #59179 )
...
* CI: add ClawHub plugin release workflow
* CI: harden ClawHub plugin release workflow
* CI: finish ClawHub plugin release hardening
* CI: watch shared ClawHub release inputs
* CI: harden ClawHub publish workflow
* CI: watch more ClawHub release deps
* CI: match shared release inputs by prefix
* CI: pin ClawHub publish source commit
* CI: refresh pinned ClawHub release commit
* CI: rename ClawHub plugin release environment
---------
Co-authored-by: Onur Solmaz <onur@solmaz.io >
2026-04-03 15:40:07 +02:00
Peter Steinberger
6510ecafb0
test: narrow bluebubbles reply-cache imports
2026-04-03 14:16:29 +01:00
Peter Steinberger
85bd5b3ce7
fix(ci): refresh protocol models and align channel tests
2026-04-03 14:13:32 +01:00
Peter Steinberger
bbbfbd2db4
test: import slack monitor helpers directly
2026-04-03 14:03:05 +01:00
Peter Steinberger
91618438bc
test: narrow googlechat channel test deps
2026-04-03 14:03:05 +01:00
Peter Steinberger
6d05607cd9
test: trim nextcloud send config import cost
2026-04-03 14:03:05 +01:00
Peter Steinberger
a884ad3cf2
fix(ci): route extension test helpers through sdk seams
2026-04-03 13:58:21 +01:00
Peter Steinberger
88bc6d852f
fix(ci): route remaining feishu runtime seams locally
2026-04-03 13:52:40 +01:00
Peter Steinberger
1a75fc9e05
fix: align latest-main gate drift on #60221
2026-04-03 21:52:35 +09:00
Peter Steinberger
df115822b9
test: reduce non-telegram import overhead
2026-04-03 13:49:51 +01:00
Peter Steinberger
4f4aa46d00
test: split telegram bot command menu coverage
2026-04-03 13:49:51 +01:00