Commit Graph

25471 Commits

Author SHA1 Message Date
Tak Hoffman f115aba582
fix: honor bluebubbles default account setup policy 2026-04-03 12:45:42 -05:00
Tak Hoffman 638e831bca
fix: honor telegram default account setup policy 2026-04-03 12:43:51 -05:00
Peter Steinberger 379c329f81
test: trim dispatch and command partial mocks 2026-04-03 18:42:52 +01:00
Tak Hoffman 4edf6a2c7d
fix: honor line default account setup policy 2026-04-03 12:42:18 -05:00
Tak Hoffman 4afa720a0c
fix: honor nextcloud default account setup policy 2026-04-03 12:42:18 -05:00
Tak Hoffman d0a43cf8c0
fix: honor googlechat default account setup policy 2026-04-03 12:42:18 -05:00
Tak Hoffman acfa09679c
fix: honor qqbot default account config 2026-04-03 12:42:18 -05:00
Tak Hoffman b929a4c27d
fix: honor imessage setup account status 2026-04-03 12:42:18 -05:00
Tak Hoffman 9f049cb1d8
fix: honor nostr default account routing 2026-04-03 12:42:18 -05:00
Tak Hoffman f77054eaee
fix: honor feishu setup account id 2026-04-03 12:42:18 -05:00
Tak Hoffman 35256d6f1d
fix: honor nostr setup account label 2026-04-03 12:42:18 -05:00
Tak Hoffman 17060ca124
fix: honor feishu setup account writes 2026-04-03 12:42:17 -05:00
Tak Hoffman 53612fa128
fix: label whatsapp setup account status 2026-04-03 12:42:17 -05:00
Tak Hoffman fc61e8d280
fix: honor feishu setup account status 2026-04-03 12:42:17 -05:00
Tak Hoffman e37c0da23a
fix: honor synology setup account status 2026-04-03 12:42:17 -05:00
Tak Hoffman 42ebc8c170
fix: honor irc setup account status 2026-04-03 12:42:17 -05:00
Tak Hoffman e6a9408c3b
fix: honor qqbot setup account status 2026-04-03 12:42:17 -05:00
Gustavo Madeira Santana ddd250d130
feat(skills): add inherited agent skill allowlists (#59992)
Merged via squash.

Prepared head SHA: 6f60779a57
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-04-03 13:41:28 -04:00
Peter Steinberger 04f59a7227
fix: remove duplicate bluebubbles actions field 2026-04-03 18:40:28 +01:00
Peter Steinberger 636a23b73e
test: extract node builtin mock helpers 2026-04-03 18:40:28 +01:00
Vincent Koc 47b8be7116 refactor(discord): lazy-load message actions 2026-04-04 02:38:43 +09:00
Vincent Koc 7e3b48c254 test(ci): align memory fallback reindex assertion 2026-04-04 02:37:38 +09:00
Peter Steinberger 1bee69f79b
refactor: route direct extension test targets 2026-04-04 02:36:48 +09:00
Peter Steinberger d0d5b34b44
fix(ci): repair extension test regressions 2026-04-03 18:36:35 +01:00
Peter Steinberger 2c5f244554 chore: update changelog for #60404 (thanks @extrasmall0) 2026-04-04 02:35:27 +09:00
Peter Steinberger 865fa2ba72 fix: narrow auth permanent lockouts 2026-04-04 02:35:27 +09:00
Extra Small 42e1d489fd fix(auth): use shorter backoff for auth_permanent failures
auth_permanent errors (e.g. API_KEY_INVALID) can be caused by transient
provider outages rather than genuinely revoked credentials. Previously
these used the same 5h-24h billing backoff, which left providers disabled
long after the upstream issue resolved.

Introduce separate authPermanentBackoffMinutes (default: 10) and
authPermanentMaxMinutes (default: 60) config options so auth_permanent
failures recover in minutes rather than hours.

Fixes #56838
2026-04-04 02:35:27 +09:00
Vincent Koc 022a24ec48 refactor(signal): split uuid helper from monitor 2026-04-04 02:34:14 +09:00
Vincent Koc c4eaa30ee7 fix(bluebubbles): remove duplicate action config field 2026-04-04 02:34:14 +09:00
Vincent Koc e88f4fe5f4 fix(ci): narrow matrix action test discovery 2026-04-04 02:33:59 +09:00
Peter Steinberger a7dd6036a0
style: format doctor and gateway harness mocks 2026-04-03 18:33:47 +01:00
Peter Steinberger 68edc53090
test: trim doctor and gateway partial mocks 2026-04-03 18:33:47 +01:00
Peter Steinberger f36ed7105f
test: reduce extension runtime partial mocks 2026-04-03 18:33:47 +01:00
Peter Steinberger 14c863dc4a
test: reduce telegram media harness imports 2026-04-03 18:33:47 +01:00
Peter Steinberger fb9be1fcb6
test: trim models and cron partial mocks 2026-04-03 18:33:47 +01:00
Peter Steinberger 1c16c6a94a
test: split inbound contract helpers 2026-04-03 18:33:46 +01:00
Peter Steinberger d6e89f96d6
refactor: share gateway config auth helpers 2026-04-04 02:29:29 +09:00
Vincent Koc 646e271c72 test(contracts): split provider wizard lanes 2026-04-04 02:29:00 +09:00
Vincent Koc 71de4adcce test(contracts): split bundled web search lanes 2026-04-04 02:28:15 +09:00
Vincent Koc f93f76dcc4 fix(ci): dedupe bluebubbles actions config type 2026-04-04 02:26:42 +09:00
Vincent Koc 22fd61e483 test(contracts): split plugin registration lanes 2026-04-04 02:26:39 +09:00
Peter Steinberger ebdade0efc
ci: shard extension fast checks 2026-04-03 18:26:26 +01:00
Vincent Koc 230c61885d refactor(slack): lazy-load webhook handler 2026-04-04 02:26:19 +09:00
Vincent Koc 7ad72281f7 refactor(providers): share pi openai reasoning compat gate 2026-04-04 02:25:10 +09:00
Vincent Koc bee60a479b test(contracts): fix tts provider fixtures 2026-04-04 02:24:28 +09:00
Peter Steinberger 5fbef0f914
fix(ci): resolve tracked merge markers 2026-04-03 18:22:03 +01:00
Peter Steinberger be9db66533 fix: split discord voice timeouts and restore gate on main (#60345) (thanks @geekhuashan) 2026-04-04 02:21:43 +09:00
geekhuashan 0c575f37fd fix(discord): add DiscordVoiceReadyListener fire-and-forget error-path test
Add test covering the DiscordVoiceReadyListener.handle() path where
autoJoin() rejects, confirming the error is caught and does not propagate.
2026-04-04 02:21:43 +09:00
geekhuashan db593440c4 fix(discord voice): fire-and-forget autoJoin and increase playback timeout to 60s 2026-04-04 02:21:43 +09:00
Vincent Koc 136f177cb3 test(contracts): split provider contract lanes 2026-04-04 02:20:35 +09:00