H-6763: Integrate voice mode into the AI assistant - #9467
Open
kostandinang wants to merge 6 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
kostandinang
force-pushed
the
kostandin/h-6763-gpt-realtime-2
branch
from
August 31, 2026 18:05
37d9a99 to
47b1635
Compare
kostandinang
force-pushed
the
kostandin/h-6763-inline-voice-mode
branch
from
August 31, 2026 18:06
65a210e to
525c69b
Compare
This was referenced Aug 31, 2026
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Aug 31, 2026
kostandinang
force-pushed
the
kostandin/h-6763-gpt-realtime-2
branch
from
August 31, 2026 19:45
47b1635 to
cffdb71
Compare
kostandinang
force-pushed
the
kostandin/h-6763-inline-voice-mode
branch
from
August 31, 2026 19:45
525c69b to
815028c
Compare
kostandinang
force-pushed
the
kostandin/h-6763-gpt-realtime-2
branch
from
August 31, 2026 21:41
50156cc to
b0e736d
Compare
kostandinang
force-pushed
the
kostandin/h-6763-inline-voice-mode
branch
from
August 31, 2026 21:41
ec53ef3 to
c92490b
Compare
kostandinang
force-pushed
the
kostandin/h-6763-gpt-realtime-2
branch
from
August 31, 2026 22:33
b0e736d to
a1b0f26
Compare
kostandinang
force-pushed
the
kostandin/h-6763-inline-voice-mode
branch
from
August 31, 2026 22:33
c92490b to
94b2100
Compare
kostandinang
force-pushed
the
kostandin/h-6763-inline-voice-mode
branch
from
August 31, 2026 22:42
94b2100 to
fc8490d
Compare
kostandinang
force-pushed
the
kostandin/h-6763-gpt-realtime-2
branch
from
August 31, 2026 22:42
a1b0f26 to
b46dfcb
Compare
Keep text and voice in one conversation with inline controls, provenance, lifecycle recovery, and accessible live feedback. Co-authored-by: Cursor <cursoragent@cursor.com>
Preserve failed speech for recovery and ensure every text-mode transition safely ends the active voice session before submission. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
kostandinang
force-pushed
the
kostandin/h-6763-inline-voice-mode
branch
from
August 31, 2026 23:01
fc8490d to
768e1f8
Compare
kostandinang
force-pushed
the
kostandin/h-6763-gpt-realtime-2
branch
from
August 31, 2026 23:01
b46dfcb to
50df2da
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 768e1f8. Configure here.
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.


🌟 What is the purpose of this PR?
Unify text and voice inside the existing Petrinaut AI assistant transcript. Voice mode now uses the GPT Realtime migration from the parent PR while preserving the same conversation, Brunch context, and canonical message flow.
🔗 Related links
🚫 Blocked by
🔍 What does this change?
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR:
🐾 Next steps
🛡 What tests cover this?
yarn workspace @hashintel/petrinaut test:unit— 246 tests pass.yarn workspace @apps/petrinaut-website test:unit— 103 tests pass.❓ How to test this?
OPENAI_API_KEY,OPENAI_VOICE_API_KEY,PETRINAUT_OPENAI_VOICE_ENABLED=true, andVITE_BRUNCH_CHAT_ENDPOINTinapps/petrinaut-website/.env.local.turbo run devand openhttp://localhost:5173.📹 Demo
No static screenshot is attached because the primary behavior is animated and stateful; preview validation should capture a short interaction video.
Made with Cursor