Ayaan Zaidi
dd6b160707
fix(android): tighten compressed talk playback
2026-04-05 08:20:47 +05:30
Michael Faath
628fc21192
Android: stop reply speaker on voice teardown
2026-04-05 08:20:47 +05:30
Michael Faath
5942b1062e
Android: route voice replies through reply speaker
2026-04-05 08:20:47 +05:30
Michael Faath
b4f0e5ae2c
Android: fix mic capture queue race
2026-04-05 08:20:47 +05:30
Michael Faath
a4ada035d8
Gateway: use runtime config for talk.speak
2026-04-05 08:20:47 +05:30
Ayaan Zaidi
3f67a52d52
docs(talk): update android playback docs
2026-04-05 08:20:47 +05:30
Ayaan Zaidi
aae3ab152a
chore(protocol): regenerate swift talk models
2026-04-05 08:20:47 +05:30
Ayaan Zaidi
db13a29bbf
test(android): cover talk.speak playback helpers
2026-04-05 08:20:47 +05:30
Ayaan Zaidi
98d5939564
feat(android): add talk.speak playback path
2026-04-05 08:20:47 +05:30
Ayaan Zaidi
b558610ef3
fix(elevenlabs): pass talk latency override
2026-04-05 08:20:47 +05:30
Ayaan Zaidi
823ce7957d
fix(gateway): harden talk.speak responses
2026-04-05 08:20:47 +05:30
Peter Steinberger
fb580b551e
fix: restore provider and config compatibility checks
2026-04-05 03:47:57 +01:00
Neerav Makwana
22175faaec
fix: trim menu descriptions before dropping commands ( #61129 ) (thanks @neeravmakwana)
...
* fix(telegram): trim menu descriptions before dropping commands
* fix: note Telegram command menu trimming (#61129 ) (thanks @neeravmakwana)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-04-05 08:05:16 +05:30
Vincent Koc
f217e6b72d
fix(test-utils): include video generation providers
2026-04-05 11:09:51 +09:00
Vincent Koc
b56517b0ee
refactor(providers): tighten family outlier contracts
2026-04-05 11:09:26 +09:00
scoootscooob
6ab1b43081
fix(dotenv): load gateway.env compatibility fallback ( #61084 )
...
* fix(dotenv): load gateway env fallback
* fix(dotenv): preserve legacy cli env loading
* fix(dotenv): keep gateway fallback scoped to default profile
2026-04-04 18:24:29 -07:00
scoootscooob
9860db5cea
fix(memory): allow Gemini multimodal fallback before registry hydration ( #61085 )
...
* fix(memory): allow Gemini multimodal fallback
* docs(memory): clarify multimodal fallback
2026-04-04 18:24:20 -07:00
Andy Tien
dca21563c6
fix(cli): set non-zero exit code on argument errors ( #60923 )
...
Merged via squash.
Prepared head SHA: 0de0c43111
Co-authored-by: Linux2010 <35169750+Linux2010@users.noreply.github.com >
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com >
Reviewed-by: @altaywtf
2026-04-05 03:17:51 +03:00
Altay
f299bb812b
test(agents): stabilize announce cleanup assertions ( #61088 )
...
* test(plugin-sdk): use telegram public config seam
* test(agents): stabilize announce cleanup assertions
2026-04-05 03:09:28 +03:00
Altay
04b64e40d4
test(plugin-sdk): type telegram command config mock
2026-04-05 02:37:16 +03:00
Altay
2ba3484d10
fix(plugin-sdk): avoid telegram config import side effects ( #61061 )
...
* fix(plugin-sdk): avoid telegram config import side effects
* fix(plugin-sdk): address telegram contract review
* test(plugin-sdk): tighten telegram contract guards
2026-04-05 02:32:04 +03:00
Altay
d37e4a6c3a
fix(contracts): align Teams guard and MiniMax loader ( #61068 )
2026-04-05 02:13:46 +03:00
Peter Steinberger
2781897d2c
fix: restore provider policy fallbacks
2026-04-04 23:43:47 +01:00
Altay
2b3e89c6d4
fix(ci): remove anthropic auth parse error
2026-04-05 01:40:25 +03:00
Altay
ccc7549afe
fix(ci): break facade runtime init cycle ( #61053 )
...
* fix(ci): break facade runtime init cycle
* style(config): normalize provider schema imports
2026-04-05 01:31:59 +03:00
Kim
fd71bc04ec
fix(skills): unify runtime inclusion and available_skills exposure policy ( #60852 )
...
Merged via squash.
Prepared head SHA: 2b48b3a455
Co-authored-by: KimGLee <150593189+KimGLee@users.noreply.github.com >
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com >
Reviewed-by: @altaywtf
2026-04-05 01:30:22 +03:00
coolramukaka-sys
70015be8b5
fix(msteams): replace deprecated HttpPlugin with httpServerAdapter ( #60939 )
...
Merged via squash.
Prepared head SHA: 7fe7f3c6bb
Co-authored-by: coolramukaka-sys <271658891+coolramukaka-sys@users.noreply.github.com >
Co-authored-by: BradGroux <3053586+BradGroux@users.noreply.github.com >
Reviewed-by: @BradGroux
2026-04-04 17:21:45 -05:00
Peter Steinberger
37301cbc3b
docs: clarify anthropic extra usage billing
2026-04-05 07:14:35 +09:00
Peter Steinberger
b4216d197d
fix: restore anthropic setup-token auth flow
2026-04-05 07:14:35 +09:00
Xi Qi
334c4be73e
style(UI): improve mobile chat layout ( #60220 )
...
* UI: improve mobile chat layout
* change .chat-group-messages min-width: from 604 to 602
* UI: fix chat-group-messages overflow in split-view and mobile layouts
* UI: revert chat.css import order in styles.css and components.css
* UI: simplify mobile chat layout overrides in grouped.css
* ui: move .chat and .chat-thread styles to chat/layout.css
* fix: document mobile chat layout improvements
* fix: improve narrow mobile chat width
---------
Co-authored-by: Altay <altay@uinaf.dev >
2026-04-05 01:05:48 +03:00
zhuzm
9d7fe7cdd2
Control UI: use a dedicated loading style for the Cron refresh button ( #60394 )
...
Merged via squash.
Prepared head SHA: f7757b9e34
Co-authored-by: coder-zhuzm <63866641+coder-zhuzm@users.noreply.github.com >
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com >
Reviewed-by: @altaywtf
2026-04-05 00:59:07 +03:00
bbddbb
96aea0a6d6
fix(ui): prevent overview access grid layout overlap on resize ( #56924 )
...
Merged via squash.
Prepared head SHA: ab327093fc
Co-authored-by: bbddbb1 <75060417+bbddbb1@users.noreply.github.com >
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com >
Reviewed-by: @altaywtf
2026-04-05 00:39:25 +03:00
Hanna
8b06ca205a
fix(avatar): check ui.assistant.avatar in resolveAvatarSource ( #60778 )
...
Merged via squash.
Prepared head SHA: df8d953a14
Co-authored-by: hannasdev <4538260+hannasdev@users.noreply.github.com >
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com >
Reviewed-by: @altaywtf
2026-04-05 00:36:02 +03:00
Peter Steinberger
63cabcb524
test: stabilize forked gateway suites
2026-04-05 06:33:07 +09:00
Peter Steinberger
801b5d4afa
fix: stabilize isolated gateway test runtime
2026-04-05 06:33:07 +09:00
Peter Steinberger
329fbc3f89
docs: refresh claude-cli migration cli mirror
2026-04-04 22:22:04 +01:00
Peter Steinberger
bc910942e2
docs: refresh history sanitization tag mirrors
2026-04-04 22:21:26 +01:00
Peter Steinberger
eee868452f
docs: refresh claude-cli model ref mirrors
2026-04-04 22:19:07 +01:00
Peter Steinberger
896928d8c0
docs: refresh slack secretref status mirrors
2026-04-04 22:14:15 +01:00
Peter Steinberger
6de100d4e2
docs: refresh claude-cli naming mirrors
2026-04-04 22:11:45 +01:00
Peter Steinberger
8ea5b1ddc0
docs: refresh anthropic token compatibility mirrors
2026-04-04 22:09:21 +01:00
@zimeg
13b6a48991
fix(slack): import plugin secret input config
2026-04-04 14:09:00 -07:00
Peter Steinberger
66a0ab3752
docs: refresh anthropic auth mirror refs
2026-04-04 22:07:08 +01:00
Peter Steinberger
9eb3718438
docs: refresh token auth command mirrors
2026-04-04 22:05:05 +01:00
Peter Steinberger
5c5c82dfaa
docs: refresh anthropic oauth defaults refs
2026-04-04 22:01:16 +01:00
Peter Steinberger
f14f7b9fde
docs: refresh silent token guidance mirrors
2026-04-04 21:58:12 +01:00
Altay
0089eb28fa
fix(pnpm-workspace): add acpx to minimumReleaseAgeExclude ( #61032 )
2026-04-04 23:57:34 +03:00
Peter Steinberger
102f7f34e1
docs: refresh silent token semantics mirrors
2026-04-04 21:56:30 +01:00
Peter Steinberger
3d65b14019
docs: refresh NO_REPLY history mirrors
2026-04-04 21:55:11 +01:00
Peter Steinberger
adfdde5cb3
docs: refresh chat history sanitization mirrors
2026-04-04 21:53:25 +01:00