Live voice (experimental), voice orchestration, P0 fixes, and composer QoL#57
Merged
Conversation
Live voice (experimental, Codex): WebRTC mic + streamed audio playback, realtime transcripts, Thinking Orbs voice states, full-screen voice focus surface. Voice/audio kept out of the durable event log. TeaCode MCP thread controls (threads_list/create/send/read) so voice can orchestrate and spawn separate-context threads across providers. P0 fixes: providers never launch interactive browser auth on startup (Cursor + Grok gated; Codex/OpenCode/Kilo/Pi/Claude audited clean); New Thread exposes the real model picker; Settings controls default thread workspace behavior (new worktree / current branch / pinned base). Composer QoL: per-provider remaining-quota ring in the composer underbar (green->red as it drains, opens the shared usage popover); do-things Cmd-K palette (switch model, switch provider, new thread in a chosen provider).
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.
Rebased onto
main(v0.12.0). Everything here is a single commit — the branch was all working-tree work before this PR.Live voice (experimental, Codex)
<audio>sink).Voice as orchestrator
threads_list/threads_create/threads_send/threads_read— so voice can spawn separate-context threads and drive other providers.P0 fixes
XAI_API_KEYstill works with no browser.Composer QoL
Deferred by design (not bugs)
TODOseam left).detail/cause, the thread banner shows the raw message, toasts useerr.message. The one real offender (voice masking a generic stderr line) was already fixed.Verification
bun fmt/bun lint(0 errors) /bun typecheck(8/8 packages) green on the integrated tree.