Skip to content

mdflow v0.3.3

Choose a tag to compare

@github-actions github-actions released this 09 Sep 16:20
· 26 commits to main since this release

mdflow v0.3.3 (Native Standalone Release)

A context operating system for AI coding agents: map the system on a native Canvas, stream task-scoped AST code, and apply verified mutations with automatic rollback.

Highlights

  • Direct Standalone App (.zip): Direct download of mdflow.app in mdflow-macos.zip. Unzip and double-click to run immediately.
  • Permanent Deprecation of DMG: DMGs have been completely removed from distribution. Mounting ad-hoc signed apps from read-only disk images triggers macOS Gatekeeper App Translocation, resulting in read-only volume errors, theme rendering defects, and launch inconsistencies.
  • Dynamic Theme Appearance Engine: Refactored all UI theme colors in Theme.swift to dynamic computed properties (static var), guaranteeing 100% accurate light/dark mode and system palette rendering.
  • Zero-Dependency Native AST Engine: Native lexical state-machine AST adapters for Go, Rust, Java, Kotlin, Swift, Python, and TypeScript/JavaScript. Zero external dependencies.
  • Scheme A Checkpoint Progress: Strict Checkpoint pass rate calculation (passedCheckpoints / totalCheckpoints) with redesigned, balanced header layout.
  • 40/40 Automated Test Suite: Full test coverage with zero failures.

Downloads