Conversation
…nscript (ChatThreadView) (#5097)
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Sami Rusani <14844597+samrusani@users.noreply.github.com>
…4772) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: binyangzhu000-sudo <224954946+binyangzhu000-sudo@users.noreply.github.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: Sami Rusani <14844597+samrusani@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com> Co-authored-by: Cyrus Gray <144336577+graycyrus@users.noreply.github.com> Co-authored-by: oxoxDev <164490987+oxoxDev@users.noreply.github.com> Co-authored-by: YellowSnnowmann <167776381+YellowSnnowmann@users.noreply.github.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai> Co-authored-by: CodeGhost21 <164498022+CodeGhost21@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: sanil-23 <sanil@tinyhumans.ai> Co-authored-by: M3gA-Mind <elvin@mahadao.com> Co-authored-by: oxoxDev <oxoxdev@users.noreply.github.com>
Co-authored-by: Sami Rusani <14844597+samrusani@users.noreply.github.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
…roval prompt (#5094) Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
…d profiling optimizations (#5107)
… agent_ref (B37) (#5120)
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
Too many files changed for review. ( |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fd04d37d34
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| let result = crate::core_rpc::call_core_rpc("openhuman.voice_tts_dispatch", params).await?; | ||
| debug!( | ||
| "{LOG_PREFIX} tts audio_mime={:?}", | ||
| result.get("audio_mime").and_then(|mime| mime.as_str()) | ||
| ); |
There was a problem hiding this comment.
Play the synthesized companion response
When a user finishes a companion utterance and TTS succeeds, voice_tts_dispatch returns the synthesized audio in audio_base64, but this function only logs its MIME type and discards the audio. There is no other playback path—the successful TurnResult is also ignored by the spawned caller—so the companion enters Speaking, incurs the TTS request, and then returns to idle without the user ever hearing or seeing the response.
Useful? React with 👍 / 👎.
Promotes
mainintorelease.mainonto the long-livedreleasebranch (staging & production builds cut fromrelease).Recent highlights:
Merge only after CI Full Gate passes and with maintainer approval — do not merge unattended.