Document per-session cached audio clear procedure

This commit is contained in:
William Valentin
2026-02-22 19:02:56 -08:00
parent 12802b9b24
commit d8de295cb0
4 changed files with 56 additions and 0 deletions
+1
View File
@@ -432,6 +432,7 @@ Audio persistence and diagnostics:
- Latest inbound voice bytes are stored per-session in `~/.local/share/flynn/sessions.db` under `session_config.key = "lastAudioAttachment"` (used to safely hydrate `audio.transcribe` calls).
- `/reset` clears session history and session config for that chat, including `lastAudioAttachment`.
- To clear one session manually: `DELETE FROM session_config WHERE session_id='<channel:sender>' AND key='lastAudioAttachment'`.
- When Flynn rewrites bad model-provided audio tool args, it emits audit event `tool.args_rewritten`.
- Runbook: `docs/runbooks/VOICE_TRANSCRIPTION_DEBUG.md`.