feat(backend): persistent settings + session history, drop fake Whisper Local #4800
ccantynzcommented Apr 15, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| voxlen | Preview, Comment | Apr 15, 2026 3:14am |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into claude/ai-voice-dictation-app-LzoYX.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/voxlen/pull/1
Wires the previously-in-memory-only settings layer to tauri-plugin-store so user preferences and API keys survive app restarts. Adds a session history store with save/get/search/delete/clear commands, capped at 500 sessions newest-first, deduped by id.
Removes the WhisperLocal SttEngineType variant that was silently delegating to the cloud Whisper call, so the "offline privacy mode" claim no longer misrepresents the app. Updates CHANGELOG to reflect reality and moves the real Whisper Local integration to a v1.1 Unreleased section.
https://claude.ai/code/session_01MGWEMJqzYYhC8tCcjACCYM