DevMemory AI
Release Notes

DevMemory AI Changelog

Official release history, bug fixes, and technical changelogs for DevMemory AI.

v1.1.0Instant File Change Detection & Ultra-Fast Cooldown
August 22, 2026

Release Highlights

DevMemory AI v1.1.0 introduces critical performance optimizations and bug fixes. File change detection is now instantaneous (<300ms), adaptive cooldown build windows trigger within 2 seconds of typing pause, and automatic manifest migration brings 100x faster responsiveness.

Key Enhancements & Fixes

Instant File Detection (<300ms)

Decoupled Chokidar stabilityThreshold to 300ms (down from 120,000ms). File saves trigger change events immediately on disk write.

Optimal 60s Adaptive Cooldown

Configured default adaptive cooldown window to preferredMs: 60,000 (60s). Gives developers & AI agents ideal time for batch edits before build compilation.

Automatic Manifest Migration

Added automatic in-flight config migration for existing v1.0.0 projects so legacy 120,000ms cooldowns are safely upgraded to v1.1.0 fast defaults.

PowerShell PATH Reloading

Fixed install.ps1 in-session PATH environment reloading for seamless one-click installation on Windows.

System-Wide Process Cleanup (dmai disable --all)

Enhanced dmai disable --all (aliases: dmai destroy -all, dmai purge -a) to run unconditionally from any directory—even uninitialized folders. Sweeps system launch agents, terminates background watcher daemons, releases SQLite file locks, and purges registered .devmemory/ directories. Added dmai projects to list all registered projects on the machine.

v1.0.0Initial Official Release
August 18, 2026

Release Highlights

DevMemory AI v1.0.0 is the foundational release of the local-first engineering memory engine. Built strictly around a single Runtime, an AST Engineering Compiler, a single SQLite Engineering Index, and an embedded HTTP Dashboard server.

Core Features Included

dmai CLI Suite

Complete command set: init, watch, stop, status, ask, search, context, logs, doctor.

SQLite Engineering Index

Single source of truth located at .devmemory/index.db. Stores nodes, edges, builds, transactions, and prompts locally.

Adaptive Cooldown Compiler

Filesystem edits observed by Chokidar are grouped in transactions with adaptive cooldowns before compiling a single build.

Embedded Dashboard (:31415)

Embedded HTTP server rendering dark/light theme dashboard with Cytoscape/Mermaid knowledge graph visuals.