Skip to content

Tags: mturac/orca

Tags

mobile-android-v0.0.17

Toggle mobile-android-v0.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support dictation and image attachments in mobile live input mode (st…

…ablyai#6603)

* Support dictation and image attachments in live terminal input mode

- Unify image attachment and voice dictation actions across both live
  and buffered terminal input views using a shared action bar.
- Route completed dictations directly to the active PTY (matching
  live keystroke semantics) when live mode is active, or append
  them to the input field in buffered mode.
- Add live terminal status headers to indicate mic activity and
  image upload progress.
- Include unit tests for the dictation routing logic.

* rm unused file