joshavant
efea9ca0f5
chore(android): fix ktlint formatting
2026-06-06 05:03:36 -05:00
Vincent Koc
98f52dcc00
test(live): skip DeepInfra V4 Flash tool sentinel drift
2026-06-06 03:00:12 -07:00
joshavant
32b0b58868
style(ios): use app logo on onboarding intro
2026-06-06 04:41:33 -05:00
joshavant
9942428df0
fix(ios): disable chat composer while offline
2026-06-06 04:41:33 -05:00
joshavant
f40680c826
style(ios): align command section header padding
2026-06-06 04:41:33 -05:00
joshavant
a6582f787c
fix(ios): remove extra root tab bottom insets
2026-06-06 04:41:33 -05:00
joshavant
a9a2c34293
fix(ios): stop marking scheduled agents busy
2026-06-06 04:41:33 -05:00
joshavant
2ef0d274fa
fix(ios): hide agent sessions from recent sessions
2026-06-06 04:41:33 -05:00
joshavant
dc5c24fbe6
fix(ios): keep chat messages above composer
2026-06-06 04:41:33 -05:00
joshavant
0b87990328
fix(ios): remove command live activity section
2026-06-06 04:41:33 -05:00
joshavant
14f018e794
fix(ios): move approvals to settings
2026-06-06 04:41:33 -05:00
joshavant
81d099f0e9
fix(ios): remove command start work button
2026-06-06 04:41:33 -05:00
joshavant
e8c0d92015
fix(ios): clarify agent chat session
2026-06-06 04:41:32 -05:00
joshavant
67dc71983c
fix(ios): show focused session agent
2026-06-06 04:41:32 -05:00
joshavant
be537060ce
fix(ios): show recent sessions preview
2026-06-06 04:41:32 -05:00
joshavant
ea7e214bd4
Fix chat history races across agent switches
2026-06-06 04:41:32 -05:00
joshavant
7478e6e485
Fix chat session sync ownership
2026-06-06 04:41:32 -05:00
joshavant
83a6bce835
Fix iOS chat background presentation
2026-06-06 04:41:32 -05:00
joshavant
5c07f7ccf0
Fix iOS selected agent chat routing
2026-06-06 04:41:32 -05:00
joshavant
af50a5959d
fix ios onboarding success screen
2026-06-06 04:41:32 -05:00
joshavant
472a30bd3f
fix ios skill editor toggle hit target
2026-06-06 04:41:32 -05:00
joshavant
8f6f18b6e7
fix ios operator recovery live activity
2026-06-06 04:41:32 -05:00
joshavant
1746319db5
fix ios operator scope upgrade state
2026-06-06 04:41:32 -05:00
joshavant
19e827c969
fix ios operator admin scope requests
2026-06-06 04:41:32 -05:00
joshavant
f1cf898460
fix ios onboarding tls toggle hit targets
2026-06-06 04:41:32 -05:00
joshavant
7e6134cb12
fix ios onboarding developer toggle hit target
2026-06-06 04:41:32 -05:00
joshavant
2fb5ff3034
fix ios settings bottom scroll inset
2026-06-06 04:41:32 -05:00
joshavant
fbaa5a6f0a
fix ios gateway settings control hit targets
2026-06-06 04:41:32 -05:00
joshavant
33cb1c18ac
fix ios diagnostics toggle hit targets
2026-06-06 04:41:31 -05:00
joshavant
0ee7cf970c
fix ios quick setup suppression toggle
2026-06-06 04:41:31 -05:00
joshavant
762540aa04
fix ios talk controls hit targets
2026-06-06 04:41:31 -05:00
joshavant
73f056a0a4
fix ios chat error banner overlap
2026-06-06 04:41:31 -05:00
joshavant
88f6857c2e
fix ios onboarding mode row hit targets
2026-06-06 04:41:31 -05:00
joshavant
c29cc7f82f
fix(ios): use safe area inset for settings scroll
2026-06-06 04:41:31 -05:00
Vincent Koc
d4b4a65809
fix(plugins): preserve core embedding providers
2026-06-06 00:30:48 -07:00
Vincent Koc
f94e4f85f0
test(pairing): isolate store state tests
2026-06-05 23:46:11 -07:00
Vincent Koc
c72c82726f
fix(installer): print npm debug logs on Windows install failure
2026-06-05 23:16:39 -07:00
Vincent Koc
92242f4f68
fix(test): route extension tests through scoped paths
2026-06-05 22:59:54 -07:00
xydigit-sj
743051d400
fix(uninstall): refuse to remove current working directory during cleanup ( #90813 )
...
* fix(uninstall): refuse to remove current working directory during cleanup
* fix(uninstall): guard cleanup ancestors of cwd
---------
Co-authored-by: sallyom <somalley@redhat.com >
2026-06-06 01:51:16 -04:00
Vincent Koc
153a2badb0
fix(release): extend live Docker image pull timeout
2026-06-05 22:34:22 -07:00
Omar Shahine
37aaa5cc2b
fix(imessage): frame rpc stdout on LF only ( #90845 )
...
Merged via squash.
Prepared head SHA: c62a2dcbf1
Co-authored-by: omarshahine <10343873+omarshahine@users.noreply.github.com >
Co-authored-by: omarshahine <10343873+omarshahine@users.noreply.github.com >
Reviewed-by: @omarshahine
2026-06-05 22:31:50 -07:00
Kevin Lin
ab7c922825
fix(codex): report completion timeout diagnostics
...
Surface Codex-specific completion-timeout outcomes and structural diagnostics while preserving the existing replay-safe retry behavior.\n\nVerified with focused Vitest coverage, live forced-timeout Showboat proof, and green PR CI.
2026-06-05 22:00:38 -07:00
Vincent Koc
2fc4511eeb
fix(release): retry provider-throttled cross-os agent turns
2026-06-05 21:58:46 -07:00
Vincent Koc
9313471fa5
fix(plugins): strengthen registry root memo fingerprint
2026-06-05 21:23:55 -07:00
brokemac79
2f46a27b40
fix(codex): preserve completed replies after client close ( #90790 )
...
Merged via squash.
Prepared head SHA: d948b3543c
Co-authored-by: brokemac79 <255583030+brokemac79@users.noreply.github.com >
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com >
Reviewed-by: @jalehman
2026-06-05 21:22:10 -07:00
Vincent Koc
8e9c377971
test(gateway): stabilize channel restart fake timers
2026-06-05 21:16:41 -07:00
Glucksberg
6f909f6454
Fix OpenAI audio auth to use API keys ( #90793 )
...
* fix(media): require api key auth for OpenAI audio
* fix(media): narrow OpenAI audio auth API scope
* fix(media): align OpenAI audio auth selection
Signed-off-by: sallyom <somalley@redhat.com >
---------
Signed-off-by: sallyom <somalley@redhat.com >
Co-authored-by: sallyom <somalley@redhat.com >
2026-06-06 00:11:05 -04:00
Vincent Koc
092075534e
docs(changelog): complete 2026.6.5 release refs
2026-06-05 20:36:28 -07:00
Vincent Koc
04ecc1aae9
docs(changelog): complete 2026.6.5 notes
2026-06-05 20:23:13 -07:00
Vincent Koc
af4ba6221b
docs(changelog): refresh 2026.6.5 notes
2026-06-05 20:04:04 -07:00