Skip to content

Audio Inbox v2.1.1

Latest

Choose a tag to compare

@andsea007 andsea007 released this 18 Jun 03:07
· 1 commit to main since this release

v2.1.1 — Memo Mode 📝

✨ New Feature: AI-Powered Memo Classification

Audio Inbox now intelligently distinguishes between reminders and memos, saving each to a dedicated file.

How it works

The AI analyzes each recording and classifies it as:

  • 📌 提醒事项 (Reminder) — has actionable tasks → saved to 待办事项.md
  • 💭 备忘录 (Memo) — records info/ideas/knowledge → saved to new 备忘录.md
  • 🔀 混合 (Mixed) — has both → saved to both files

Memo file format

Each memo entry includes:

  • 📝 AI 总结 — AI-organized, cleaned-up version
  • 🗣️ 原话 — the original verbatim transcript from STT
  • 📁 Link to the audio recording

🔧 Improvements

  • Smarter AI prompt with structured output (### 类型 / ### 总结 / ### 待办事项 / ### 备忘内容)
  • Robust parser handles both new and legacy AI response formats
  • Fallback type inference when AI doesn't output a type section
  • Better console logging for debugging
  • Auto-migration of old prompts to new format

📦 Full Changelog

See CHANGELOG.md for details.