Skip to content

v0.2.0-beta — SOTA Webapp + Security Fixes

Choose a tag to compare

@sandraschi sandraschi released this 29 Jul 20:58
· 49 commits to master since this release

What's New

SOTA Webapp (web_sota/)

New React 19 + Vite 6 + Tailwind 3 + Zustand dashboard with 8 pages:

  • Dashboard — Hero + KPI cards + recent runs/outputs
  • Chat — 4 personalities, localStorage history, LLM integration, TTS
  • Settings — LLM provider detection (Ollama/LM Studio), model selector
  • Help, Logs, Tools, Skills, Inbox — full pages

Security

  • CRITICAL FIX: .env no longer bundled in NSIS installer (was leaking API keys)
  • CORS middleware added to both web and MCP HTTP endpoints

Infrastructure

  • Session context injection: CLAUDE.md, .cursorrules, .claude-plugin/, .windsurfrules
  • Hatchling build fixed (packages directive)
  • 16 pre-existing test failures fixed
  • justfile with serve/dev/test/fmt/gates-green recipes