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
Peter Steinberger
7fd9e40960
fix: tighten gateway shared-auth disconnects ( #60387 ) (thanks @mappel-nv)
2026-04-04 02:20:22 +09:00
Michael Appel
c742963fd9
Gateway: avoid secret-ref auth disconnect churn
2026-04-04 02:20:22 +09:00
Michael Appel
97558f2325
Gateway: expand shared-auth rotation coverage
2026-04-04 02:20:22 +09:00
Michael Appel
54b269b2cb
Gateway: disconnect shared-auth sessions on auth change
2026-04-04 02:20:22 +09:00
Peter Steinberger
e0580e6863
test: harden shared-worker runtime setup
2026-04-03 18:18:56 +01:00
Peter Steinberger
2981cce130
fix: align config and plugin test types
2026-04-03 18:18:56 +01:00
Vincent Koc
ff68fd3060
refactor(providers): share completions format defaults
2026-04-04 02:18:12 +09:00
Vincent Koc
39a16c600f
test(contracts): localize provider contract suites
2026-04-04 02:17:15 +09:00
Vincent Koc
f881eb066c
test(contracts): remove dead session binding helper
2026-04-04 02:16:04 +09:00
Vincent Koc
514b37e185
fix(providers): keep native modelstudio streaming usage compat
2026-04-04 02:15:46 +09:00
Vincent Koc
feed4007fe
test(contracts): localize surface registry helpers
2026-04-04 02:15:01 +09:00
Vincent Koc
dd42154e45
fix(providers): stop forcing reasoning effort on proxy completions
2026-04-04 02:14:10 +09:00
Vincent Koc
dd35b97398
test(contracts): narrow session binding registry seeding
2026-04-04 02:13:31 +09:00