Draft
Conversation
- Merge branch \'contributions/merge-1776116304280\' - Pull contributions - Merge pull request raycast#1 from TypeWhisper/use-dictation-session-ids - Use dictation session IDs for exact transcript lookup - ci: relay only issue link to Discord - ci: fix discord formatting + add lightweight repo scan in scout - ci: make issue scout deterministic (message+thread+proposal) - ci: switch issue relay to Discord channel webhook - ci: add real-time issue webhook relay to Discord scout
Collaborator
|
Thank you for the update! 🎉 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. |
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.
Description
This updates the TypeWhisper Raycast extension to use dictation session IDs for exact transcript lookup.
Previously,
Show Last Transcriptionhad to rely on the latest/v1/historyentry, which could be ambiguous when multiple transcriptions or automations happened close together.With this change:
Start Dictationstores the session ID returned by the TypeWhisper APIShow Last Transcriptionfirst checks/v1/dictation/transcription?id=<uuid>for the exact session result/v1/history?limit=1when no tracked session is availableThis makes transcript retrieval deterministic and removes the guesswork around history ordering.
Screencast
No UI changes. This is an API integration improvement for the existing commands.
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder