Skip to content

Update typewhisper extension#27148

Draft
SeoFood wants to merge 2 commits intoraycast:mainfrom
SeoFood:ext/typewhisper
Draft

Update typewhisper extension#27148
SeoFood wants to merge 2 commits intoraycast:mainfrom
SeoFood:ext/typewhisper

Conversation

@SeoFood
Copy link
Copy Markdown
Contributor

@SeoFood SeoFood commented Apr 13, 2026

Description

This updates the TypeWhisper Raycast extension to use dictation session IDs for exact transcript lookup.

Previously, Show Last Transcription had to rely on the latest /v1/history entry, which could be ambiguous when multiple transcriptions or automations happened close together.

With this change:

  • Start Dictation stores the session ID returned by the TypeWhisper API
  • Show Last Transcription first checks /v1/dictation/transcription?id=<uuid> for the exact session result
  • it falls back to /v1/history?limit=1 when no tracked session is available

This 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

  • I read the extension guidelines
  • I read the documentation about publishing
  • I ran npm run build and tested this distribution build in Raycast
  • I checked that files in the assets folder are used by the extension itself
  • I checked that assets used by the README are placed outside of the metadata folder

- 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
@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: typewhisper Issues related to the typewhisper extension platform: macOS OP is author The OP of the PR is the author of the extension labels Apr 13, 2026
@raycastbot
Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extension fix / improvement Label for PRs with extension's fix improvements extension: typewhisper Issues related to the typewhisper extension OP is author The OP of the PR is the author of the extension platform: macOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants