[codex] Add desktop hands-free voice mode - #525
Draft
aj47 wants to merge 1 commit into
Draft
Conversation
aj47
force-pushed
the
codex/desktop-hands-free-voice
branch
from
May 31, 2026 00:16
674fb6f to
da7f4c8
Compare
aj47
force-pushed
the
codex/desktop-hands-free-voice
branch
from
May 31, 2026 00:33
da7f4c8 to
900ec2d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@dotagents/sharedso mobile and desktop use the same wake/sleep behavior.Why
The first desktop implementation started correctly, but the blocking modal hid the active agent UI after execution began. Hands-free voice now lives as an app-level control surface instead of taking over the screen, so the user can continue watching agent progress, navigating sessions, and talking to whichever agent/session is focused.
Validation
pnpm --filter @dotagents/shared testpnpm --filter @dotagents/shared typecheckpnpm --filter @dotagents/core typecheckpnpm --filter @dotagents/desktop typecheckpnpm --filter @dotagents/desktop exec vitest run src/main/remote-server.routes.test.ts src/renderer/src/pages/settings-general.langfuse-draft.test.tsx src/renderer/src/pages/sessions.in-app-actions.test.ts src/renderer/src/components/app-layout.session-retention.test.ts src/renderer/src/components/session-action-dialog.voice.test.tsxpnpm --filter @dotagents/mobile test:vitestpnpm build:sharedgit diff --checkNotes
Unrelated untracked local files were intentionally left out of this PR: the desktop PDF files and root
tsconfig.json.