voice transcription (#3381)

Adds voice transcription on press-and-hold of spacebar.


https://github.com/user-attachments/assets/85039314-26f3-46d1-a83b-8c4a4a1ecc21

---------

Co-authored-by: Codex <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
Co-authored-by: David Zbarsky <zbarsky@openai.com>
This commit is contained in:
Jeremy Rose
2026-02-23 22:15:18 +00:00
committed by GitHub
co-authored by Codex <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com> David Zbarsky
parent 50953ea39a
commit 855e275591
17 changed files with 2538 additions and 446 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ fn build_authorize_url(
("redirect_uri".to_string(), redirect_uri.to_string()),
(
"scope".to_string(),
"openid profile email offline_access".to_string(),
"openid profile email offline_access api.model.audio.request".to_string(),
),
(
"code_challenge".to_string(),