github-actions[bot]
b21153b98d
chore(i18n): refresh native tr locale
2026-07-02 22:08:13 +00:00
github-actions[bot]
2671bcc39f
chore(i18n): refresh native it locale
2026-07-02 22:06:42 +00:00
github-actions[bot]
9c4274f945
chore(i18n): refresh native ar locale
2026-07-02 22:05:00 +00:00
github-actions[bot]
9b6ef34f9d
chore(i18n): refresh native hi locale
2026-07-02 22:03:27 +00:00
github-actions[bot]
2417d94663
chore(i18n): refresh native fr locale
2026-07-02 22:01:40 +00:00
github-actions[bot]
77ab268f79
chore(i18n): refresh native ko locale
2026-07-02 22:00:08 +00:00
github-actions[bot]
7bee4f67d4
chore(i18n): refresh native es locale
2026-07-02 21:58:29 +00:00
github-actions[bot]
ba8c1fa76f
chore(i18n): refresh native de locale
2026-07-02 21:57:04 +00:00
github-actions[bot]
d602605cb7
chore(i18n): refresh native pt-BR locale
2026-07-02 21:56:58 +00:00
github-actions[bot]
e638618874
chore(i18n): refresh native zh-CN locale
2026-07-02 21:55:20 +00:00
github-actions[bot]
3247daff3b
chore(i18n): refresh native zh-TW locale
2026-07-02 21:55:15 +00:00
Sahil Satralkar
09de1642f3
fix: Update Dark/Light mode UI control appearance ( #99052 )
...
* fix: keep iOS appearance row visible
* test(ios): verify appearance preference updates
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-02 14:53:24 -07:00
github-actions[bot]
fb394de179
chore(i18n): refresh native ar locale
2026-07-02 21:53:12 +00:00
github-actions[bot]
4c43cf5eab
chore(i18n): refresh native hi locale
2026-07-02 21:51:31 +00:00
github-actions[bot]
5211afeb67
chore(i18n): refresh native fr locale
2026-07-02 21:49:41 +00:00
github-actions[bot]
50fecf848c
chore(i18n): refresh native ko locale
2026-07-02 21:48:04 +00:00
github-actions[bot]
b1e173d4c3
chore(i18n): refresh native es locale
2026-07-02 21:46:26 +00:00
github-actions[bot]
e191685be9
chore(i18n): refresh native de locale
2026-07-02 21:44:58 +00:00
github-actions[bot]
c047a3a9c6
chore(i18n): refresh native pt-BR locale
2026-07-02 21:44:55 +00:00
github-actions[bot]
c15348b74f
chore(i18n): refresh native zh-TW locale
2026-07-02 21:43:27 +00:00
github-actions[bot]
58d199bbcb
chore(i18n): refresh native zh-CN locale
2026-07-02 21:43:24 +00:00
PollyBot13
2f707f9811
fix: prevent Voice Wake crash after Talk audio capture ( #99137 )
...
* fix: prevent Voice Wake audio restart race
* fix: handle in-flight Voice Wake suspension
* test(ios): harden Voice Wake lifecycle proof
* fix(ios): remove Voice Wake tap after failed start
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-02 14:41:49 -07:00
Momo
cb6611d849
fix: route strict guarded fetches through managed proxy without local DNS ( #98951 )
2026-07-02 16:29:27 -05:00
Josh Avant
1a508d7915
fix: ignore test-only network CI guard lines ( #99233 )
2026-07-02 16:18:21 -05:00
Ted Li
b67df3797a
fix(telegram): explain disabled plugin approval failures ( #95973 )
...
* fix: explain disabled Telegram plugin approvals
* fix: handle disabled Telegram native plugin approvals
* fix: resolve exec approval surface independently
* fix: tie plugin approval setup guidance to plugin surface
* Revert "fix: tie plugin approval setup guidance to plugin surface"
This reverts commit 34e3c10e23ec8d3cf00ff803188df4226cd60f8d.
* fix: gate plugin approval setup guidance
* fix: gate plugin approval availability by delivery
* fix: preserve plugin approval approver auth
* fix: make plugin setup guidance explicit
* test: trim approval guidance proof radius
* Avoid setup guidance on routed approval timeout
* Carry plugin approval delivery route into timeouts
* Keep turn-source approval route visible
* fix(approvals): prefer delivered approval clients
* fix(approvals): prefer delivered approval clients
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-02 14:15:25 -07:00
NianJiu
3424ee6771
fix: stop iOS screen recording after cancellation ( #99155 )
...
* fix: stop iOS screen recording after cancellation
* test(ios): exercise real screen-record cancellation
---------
Co-authored-by: NianJiuZst <180004567+users.noreply.github.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-02 14:14:30 -07:00
ooiuuii
155c2f4e7e
fix: keep iOS LAN QR pairing authenticated after bootstrap ( #98066 )
...
* Persist iOS LAN bootstrap handoff tokens
* test: cover iOS LAN bootstrap reconnect auth
* test(ios): consolidate LAN bootstrap reconnect proof
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-02 14:13:19 -07:00
Allen Hurff
968aa51b80
[codex] fix(memory-lancedb): align apache arrow peer dependency ( #99118 )
...
* fix(memory-lancedb): align apache arrow peer dependency
* fix(memory-lancedb): refresh arrow dependency graph
---------
Co-authored-by: joshavant <830519+joshavant@users.noreply.github.com >
2026-07-02 15:59:13 -05:00
NianJiu
00599dd1ed
fix: clean up Android camera clips on cancellation ( #99153 )
...
* fix: clean up Android camera clips on cancellation
* fix(android): own camera clip cleanup lifecycle
---------
Co-authored-by: NianJiuZst <180004567+users.noreply.github.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-02 13:53:29 -07:00
Eva
46598a120f
fix: OAuth refresh failures report reauth instead of stale success ( #99134 )
...
Fail closed when managed OpenAI OAuth refresh fails instead of silently falling back to stale external Codex CLI credentials.
Make managed provider OAuth authoritative after bootstrap, preserve API-key and non-OpenAI external CLI behavior, and surface targeted re-auth guidance without exposing profile IDs in group/channel replies.
Fixes #99120 .
Co-authored-by: Eva <239388517+100yenadmin@users.noreply.github.com >
2026-07-02 13:50:25 -07:00
NianJiu
c20171ddfc
fix: require Android contact and calendar write permissions ( #99204 )
...
* fix: require Android contact and calendar write permissions
* test(android): cover partial permission grants
---------
Co-authored-by: NianJiuZst <180004567+users.noreply.github.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-02 13:20:07 -07:00
github-actions[bot]
4df175baaf
chore(i18n): refresh native sv locale
2026-07-02 20:04:13 +00:00
github-actions[bot]
a733045f67
chore(i18n): refresh native ru locale
2026-07-02 20:03:29 +00:00
github-actions[bot]
b9ace8e42a
chore(i18n): refresh native fa locale
2026-07-02 20:03:26 +00:00
github-actions[bot]
2e757d7012
chore(i18n): refresh native nl locale
2026-07-02 20:02:30 +00:00
github-actions[bot]
b280aea5db
chore(i18n): refresh native vi locale
2026-07-02 20:01:43 +00:00
github-actions[bot]
f92dd889a5
chore(i18n): refresh native th locale
2026-07-02 20:00:52 +00:00
github-actions[bot]
0603fec29d
chore(i18n): refresh native pl locale
2026-07-02 19:59:47 +00:00
github-actions[bot]
a971783563
chore(i18n): refresh native id locale
2026-07-02 19:58:55 +00:00
github-actions[bot]
04e1645cb5
chore(i18n): refresh native uk locale
2026-07-02 19:57:56 +00:00
github-actions[bot]
a0fd6287a4
chore(i18n): refresh native tr locale
2026-07-02 19:57:00 +00:00
github-actions[bot]
1b3e78a52a
chore(i18n): refresh native it locale
2026-07-02 19:56:01 +00:00
github-actions[bot]
76931e45bb
chore(i18n): refresh native ar locale
2026-07-02 19:55:04 +00:00
github-actions[bot]
e41d8e3345
chore(i18n): refresh native hi locale
2026-07-02 19:54:13 +00:00
github-actions[bot]
1bbcb5ecdb
chore(i18n): refresh native fr locale
2026-07-02 19:53:27 +00:00
github-actions[bot]
0e2fdd1b03
chore(i18n): refresh native ko locale
2026-07-02 19:52:40 +00:00
github-actions[bot]
b2554c8ce9
chore(i18n): refresh native es locale
2026-07-02 19:51:51 +00:00
github-actions[bot]
6cb4468a50
chore(i18n): refresh native de locale
2026-07-02 19:51:19 +00:00
github-actions[bot]
8648ec4494
chore(i18n): refresh native pt-BR locale
2026-07-02 19:51:02 +00:00
github-actions[bot]
fa9ec20aa4
chore(i18n): refresh native zh-TW locale
2026-07-02 19:50:21 +00:00