orca/mobile/src
Brennan Benson 8b25cfc0f8
fix(mobile): clear native-chat composer optimistically at send time (#10226)
* fix(mobile): clear native-chat composer optimistically at send time

Over relay the send RPC round trip is visible and a lost ack (or a
relay/direct cutover) could strand the sent prompt in the composer
forever: the unconfirmed-send deadline dropped its tracking entry, so a
late transcript echo could never clear the draft.

Clear the draft at send time and restore it only on a definite
rejection. holdUnconfirmedSend now only manages the delivery-unconfirmed
notice; it no longer touches drafts.

* fix(mobile): isolate question answers from composer drafts
2026-07-26 12:44:39 -07:00
..
agent-history
browser Revert "fix(memory): bound OOM-prone accumulators (#10179)" (#10255) 2026-07-23 18:35:31 -07:00
cache Revert "fix(memory): bound OOM-prone accumulators (#10179)" (#10255) 2026-07-23 18:35:31 -07:00
components feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00
constants
diagnostics
dictation Revert "fix(memory): bound OOM-prone accumulators (#10179)" (#10255) 2026-07-23 18:35:31 -07:00
files fix(mobile): recover unreliable relay connections (#10709) 2026-07-26 00:48:06 -07:00
hooks Revert "fix(memory): bound OOM-prone accumulators (#10179)" (#10255) 2026-07-23 18:35:31 -07:00
layout
mobile-release
notifications Revert "fix(memory): bound OOM-prone accumulators (#10179)" (#10255) 2026-07-23 18:35:31 -07:00
onboarding
platform
session fix(mobile): clear native-chat composer optimistically at send time (#10226) 2026-07-26 12:44:39 -07:00
source-control
storage feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00
tasks fix(mobile): resolve permission args when a new session launches an agent (#8469) 2026-07-24 00:29:19 -07:00
terminal fix(mobile): keep terminal caret visible without focus (#10101) 2026-07-23 23:55:35 -07:00
theme
transport fix(mobile): recover unreliable relay connections (#10709) 2026-07-26 00:48:06 -07:00
worktree Revert "fix(memory): bound OOM-prone accumulators (#10179)" (#10255) 2026-07-23 18:35:31 -07:00
accounts-route-reset-credit.test.ts feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00
host-edit-route-accessibility.test.ts
host-edit-save-flow.test.ts
host-route-action-state.test.ts
host-route-action-state.ts
host-route-exit.test.ts fix(mobile): pop to home when leaving a host so the back chevron animates backward (#9723) 2026-07-26 01:57:25 -07:00
host-route-exit.ts fix(mobile): pop to home when leaving a host so the back chevron animates backward (#9723) 2026-07-26 01:57:25 -07:00
mock-server-account-state.test.ts feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00
mock-server-terminal-fixture-routing.test.ts feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00