Changelog

Follow Mithrify as we build local memory for AI work. Product improvements, desktop milestones, and infrastructure progress from the development of Mithrify.

CodeMirror 6 becomes the Stratum note editor

After a validated migration program, CodeMirror 6 now owns Markdown notes inside the Stratum, with Monaco retained as the fallback and for everything else.

  • Made CodeMirror 6 the default editor for Stratum Markdown notes, with two-way sync to the underlying text model.
  • Added in-place Live Preview and a reader-first Reading Mode with an editing toggle.
  • Added wikilink navigation, backlinks, and title-to-filename sync.
  • Fixed pinned note tabs and made Command/Control-click open a separate locked tab.
  • Added drag-and-drop of notes into Stratum domains and context-menu domain management.
  • Validated the migration path first: a vendored ESM bundle, lazy loading, optimized build splitting, and packaged Electron startup checks, plus licensing governance and bundle regeneration tooling.

Hidden indexes, search, and retrieval

Clean Markdown stays the source of truth. Machine state moved into hidden, rebuildable indexes that search and retrieval now build on.

  • Introduced hidden, rebuildable indexes for navigation, search, and recovery, kept entirely out of user Markdown.
  • Added lexical search across Stratum notes with domain filters and deterministic ranking.
  • Added retrieval ranking that boosts the current and selected notes, feeding bounded, attributed context packs.
  • Made every index atomic to write and self-healing on read, with Markdown always authoritative.
  • Established groundwork for agent continuity; context packs stay runtime-only and are never persisted.

The desktop app takes shape

The first desktop milestone: a local-first shell, the Stratum, and a review-first Inbox.

  • Stood up the Mithrify desktop shell on a hardened editor fork with non-essential surfaces removed.
  • Added the Stratum navigation tree with canonical domain organization.
  • Added the Inbox staging workflow with a routing ledger and undo for every move.
  • Added Crystallize Inbox: review-first routing for organizing Inbox material into permanent Stratum sections, with confidence-based suggestions and sensitive-content safeguards. Earlier experimental high-confidence auto-organization was later superseded by the current review-first Inbox model.
  • Made Markdown notes open in a reader-first preview by default, with Command/Control-click opening a locked separate tab.

Mobile navigation and access control

  • Added hamburger navigation and fixed mobile menu visibility across the site.
  • Added Terms of Service and Privacy Policy pages with unified footer navigation.
  • Published the first public shipping-notes page.
  • Added the ElevenLabs Grants badge to the site footer.
  • Added rate limiting to the early access signup flow after a security audit.
  • Moved internal company materials behind authenticated access with signed, expiring sessions, and out of public discovery.

Mithrify.com goes live

  • Launched mithrify.com with product, How It Works, and FAQ pages.
  • Connected early access signup through Supabase and Resend.
  • Configured Open Graph and social preview metadata for link sharing.
  • Added Sentry error monitoring across the site.