-
Notifications
You must be signed in to change notification settings - Fork 1
Memory
Long-term memory is an optional feature that lets TypeWhisper remember durable facts from your dictation so future prompt actions can recall them as context.
When an IMemoryStoragePlugin (for example FileMemory or OpenAiVectorMemory) is enabled alongside a configured LLM provider, eligible transcriptions are sent to the LLM to extract durable facts. Those facts are stored by the memory storage plugin, and future Prompts & AI actions can recall them as context.
| Memory storage plugin | Storage |
|---|---|
FileMemory |
Local JSON. |
OpenAiVectorMemory |
Embedding-backed recall. |
See Other plugins for the memory storage plugins.
The Advanced settings page has a memory enable toggle. The toggle is gated on having both a memory storage plugin and an available LLM provider — without both, the toggle is unavailable.
-
Other plugins — the
FileMemoryandOpenAiVectorMemorystorage plugins. - Advanced settings — the gated memory enable toggle.
- Prompts & AI actions — prompt actions that recall stored facts as context.
| Date | Change |
|---|---|
| 2026-06-17 | Initial version. |
Home · Repository · Issues · Releases · GPLv3
TypeWhisper for Linux is a community Linux port. Each page lists its own change history in the Changelog section above.
Getting Started
Using TypeWhisper
- Dashboard
- Dictation
- Global Hotkeys
- Text Insertion
- File Transcription
- Recorder
- History
- Dictionary & Term Packs
- Snippets
- Profiles
- Prompts & AI Actions
- Text Cleanup & Formatting
- Long-term Memory
Settings
Plugins
Automation
Platform & Troubleshooting
Project