DevMemory AI v1.1.0 Capabilities
DevMemory AI v1.1.0 is built for software developers who require fast, private, local-first engineering memory for their projects.
Single-Runtime Orchestrator
All components (watcher, transaction manager, compiler, index, and dashboard) communicate through a unified local Runtime.
dmai CLI Command Suite
Execute dmai init, watch, stop, status, ask, search, context, logs, doctor, and version directly in your terminal.
SQLite Engineering Index
Local single source of truth stored in .devmemory/index.db. Stores nodes, edges, transactions, builds, and prompts with microsecond speed.
Engineering Compiler
Sole writer of Engineering Memory. Extracts AST symbols and writes transaction events into immutable compiled builds.
Interactive Knowledge Graph
Visualizes code nodes, import edges, and dependency trees inside the embedded dashboard on port 31415.
Context Generation Engine
Synthesizes clean, non-probabilistic summaries of your project architecture for developers and AI assistants.
Engineering Build Timeline
Chronological tracking of transactions, compilation events, and AST updates recorded per build.
Embedded Dashboard Server
Embedded HTTP server running locally on http://localhost:31415 with dark/light themes and Cytoscape graph rendering.
Local Health Diagnostics
Runs automated diagnostics verifying Git repository presence, watcher status, and SQLite database integrity via dmai doctor.