Changelog

What's new in Musu.

v0.4Brand & polishMay 2026
  • New design direction: Architectural Memory — spatial, warm, minimal
  • Public design preview at /new_design
  • Landing page: 'Architectural memory' badge, 'Memory you can walk through' tagline
  • All landing copy sharpened — How it Works, Features, Use Cases
  • API docs (/api-docs) now publicly accessible without login
  • Footer Privacy and Terms wired as real pages
  • Copyright and all stub links resolved
v0.3Security hardeningMay 2026
  • Structured error IDs across all API responses
  • AI output sanitization — HTML stripping, dangerous URL blocking
  • Token expiration defaults enforced (90-day max), rotation documented
  • MCP service-role client wrapped with table allowlist and full audit logging
  • Security CI workflow added to catch regressions on every push
v0.2Search, MCP expansion, GitHubMay 2026
  • Full-text search across project memory
  • MCP server: search_project_memory(), suggest_decision() tools
  • GitHub integration — summarize commits, PRs, and coding sessions
  • Workspace-scoped memory with row-level security
  • Share links — read-only access via token, no sign-in required
v0.1Core memory systemApril 2026
  • create_update() — agents write structured memory entries
  • get_big_picture() — current direction, open decisions, next steps
  • get_changes_since() — time-scoped change queries
  • MCP server foundation — Claude, Cursor, Codex compatible
  • Workspace and team management
  • Authentication via Supabase
  • API documentation