DevMemory AI Changelog
Official release history, bug fixes, and technical changelogs for DevMemory AI.
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
Decoupled Chokidar stabilityThreshold to 300ms (down from 120,000ms). File saves trigger change events immediately on disk write.
Configured default adaptive cooldown window to preferredMs: 60,000 (60s). Gives developers & AI agents ideal time for batch edits before build compilation.
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.
Fixed install.ps1 in-session PATH environment reloading for seamless one-click installation on Windows.
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.
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
Complete command set: init, watch, stop, status, ask, search, context, logs, doctor.
Single source of truth located at .devmemory/index.db. Stores nodes, edges, builds, transactions, and prompts locally.
Filesystem edits observed by Chokidar are grouped in transactions with adaptive cooldowns before compiling a single build.
Embedded HTTP server rendering dark/light theme dashboard with Cytoscape/Mermaid knowledge graph visuals.