Skip to content

Minomeet AI v1.2.0 — Autonomous On-Device AI & Security Hardening

Choose a tag to compare

@shareefmx shareefmx released this 27 Aug 06:53
· 16 commits to main since this release

🌟 What's New in v1.2.0

🤖 Dynamic Model Resolution & Multi-Strategy JSON Parser

  • Single source of truth for all AI tasks (Q&A, MOM synthesis, follow-up emails).
  • Resilient JSON parser capable of extracting valid drafts from DeepSeek <think> reasoning tokens, unescaped string newlines, and markdown blocks.

🔒 Enterprise-Grade Security Hardening

  • Command Injection Immunity: Subprocess execution refactored to use execFile with strict argument arrays.
  • Upload Hardening: Strict MIME & audio extension whitelist with randomized UUID filenames.
  • Express Security Headers: X-Content-Type-Options, X-Frame-Options, X-XSS-Protection, and Referrer-Policy.

🚀 Self-Contained On-Device Setup

  • Auto-initializes data/, uploads/, and models/ directories on boot.
  • Clean root requirements.txt and updated .env.example for zero-friction setup.