Commit Graph

25188 Commits

Author SHA1 Message Date
Vincent Koc f71ef47288 fix(ci): disable automatic clawhub release workflow 2026-04-04 00:20:28 +09:00
Vincent Koc a592cd67cb fix(ci): bump clawhub plugin versions for release gate 2026-04-04 00:20:27 +09:00
Peter Steinberger 1dfcdbdf91
fix(testing): repair bundled plugin helper imports 2026-04-03 16:19:39 +01:00
Tak Hoffman e3fea41b59
fix: honor telegram account topic mention config 2026-04-03 10:19:11 -05:00
Vincent Koc c71df2f4b0 test(commands): allow scoped channel test registries 2026-04-04 00:18:34 +09:00
Peter Steinberger 2e779a1b20
refactor(discord): share thread starter snapshot parsing 2026-04-04 00:17:57 +09:00
Vincent Koc 0f129c87ba test(config): cover telegram and x_search legacy doctor paths 2026-04-04 00:16:57 +09:00
Tak Hoffman a3541a1cce
fix: honor telegram account replyToMode 2026-04-03 10:16:05 -05:00
Tak Hoffman 30c0dc3d47
fix: honor discord account replyToMode 2026-04-03 10:14:42 -05:00
Vincent Koc 4e3b2781fb test(contracts): split session binding registry seams 2026-04-04 00:13:40 +09:00
Peter Steinberger 93f136cbed
test: split inbound contract suites by channel 2026-04-03 16:13:09 +01:00
Peter Steinberger 2da3b45ce7
test: reduce discord component partial mocks 2026-04-03 16:13:09 +01:00
Tak Hoffman 8e9607c064
fix: honor googlechat account replyToMode 2026-04-03 10:12:47 -05:00
Vincent Koc f08a1c34dd
fix(providers): scope anthropic-family cache semantics (#60370) 2026-04-04 00:11:57 +09:00
Vincent Koc b50b85a5db refactor(zalo): lazy-load setup wizard surface 2026-04-04 00:11:07 +09:00
Vincent Koc 702a200844 fix(ci): guard optional discord reaction cleanup 2026-04-04 00:09:32 +09:00
Tak Hoffman 78c390ea86
docs: align messages config support notes 2026-04-03 10:08:34 -05:00
Vincent Koc 5ad2c61c9a test(config): cover gateway bind legacy doctor flow 2026-04-04 00:07:19 +09:00
Peter Steinberger cee5f960b5
fix(gateway): preserve raw activation source for startup plugin loads 2026-04-04 00:06:57 +09:00
Vincent Koc 93d514f816 fix(ci): correct zalo status helper imports 2026-04-04 00:06:47 +09:00
Vincent Koc 0eb9416d9c refactor(telegram): lazy-load send and action runtimes 2026-04-04 00:06:38 +09:00
Tak Hoffman 30fc29c9b0
fix: honor discord status reactions toggle 2026-04-03 10:05:17 -05:00
Vincent Koc ca68d57dc2 test(config): cover legacy heartbeat and memorySearch doctor paths 2026-04-04 00:04:25 +09:00
Vincent Koc 9e6da1e70a
fix(providers): pass anthropic cache retention through custom apis (#60359) 2026-04-04 00:04:09 +09:00
Vincent Koc 6366010884 fix(ci): route extension test helpers through public sdk seams 2026-04-04 00:03:48 +09:00
Peter Steinberger ad8870ae28
test: narrow gateway and model status runtime seams 2026-04-03 16:03:32 +01:00
Peter Steinberger a6816cb59c
test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
Peter Steinberger 25a187568f
test: trim whatsapp monitor import overhead 2026-04-03 16:03:32 +01:00
Shakker b98ee01814 fix: restore cron context window priming 2026-04-03 16:03:10 +01:00
Shakker f5276ed38b test: preserve cron model-selection helper exports 2026-04-03 16:03:10 +01:00
Shakker de952c036a refactor: split cron delivery planning from sending 2026-04-03 16:03:10 +01:00
Shakker bd8d29c2b1 fix: align cron test delivery result types 2026-04-03 16:03:10 +01:00
Shakker 6363094e93 refactor: trim cron session store startup imports 2026-04-03 16:03:10 +01:00
Shakker 1f0c4a624b refactor: route cron subagent reads through registry seam 2026-04-03 16:03:10 +01:00
Shakker 11dbcdc46d refactor: narrow model fallback auth imports 2026-04-03 16:03:10 +01:00
Shakker b721f5e48a refactor: lazy load cron gateway cleanup 2026-04-03 16:03:10 +01:00
Shakker a4efe7c028 refactor: narrow cron delivery session imports 2026-04-03 16:03:10 +01:00
Shakker 12fa700579 refactor: lazy load cron usage formatting 2026-04-03 16:03:10 +01:00
Shakker fc8ab82aab refactor: trim cron session startup imports 2026-04-03 16:03:10 +01:00
Shakker 88b1c00b39 refactor: lazy load cron cli runtime 2026-04-03 16:03:10 +01:00
Shakker 7a9ad3820e refactor: localize cron channel test outbounds 2026-04-03 16:03:10 +01:00
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 fbd361d338
fix(config): surface legacy channel streaming aliases (#60358) 2026-04-04 00:00:38 +09:00
Vincent Koc 3257136160 refactor(zalo): narrow channel sdk imports 2026-04-04 00:00:34 +09:00
Vincent Koc 5ccf6d229b test(channels): remove unused group policy helper 2026-04-03 23:57:43 +09:00
Tak Hoffman 759c81ceb8
test: audit heartbeat config honor 2026-04-03 09:55:51 -05:00
Vincent Koc 35cf7d0340
fix(config): migrate legacy sandbox perSession alias (#60346)
* fix(config): migrate legacy sandbox perSession alias

* fix(config): preserve invalid sandbox persession values
2026-04-03 23:55:47 +09:00
Vincent Koc b6dd7ac232 test(channels): remove unused dm policy helper 2026-04-03 23:54:07 +09:00
Vincent Koc f9f0a593e4 test(helpers): remove unused plugin helper wrappers 2026-04-03 23:52:58 +09:00
Vincent Koc a028e16eaa test(helpers): remove unused bundled plugin surface wrapper 2026-04-03 23:50:55 +09:00