v1.4.0
New Features
-
Configurable global model cache directory (#16): The embedding model (~450MB) is now cached in an OS-appropriate location by default, avoiding redundant downloads per project.
- macOS:
~/Library/Application Support/devrag/models - Linux:
$XDG_DATA_HOME/devrag/models(fallback~/.local/share/devrag/models) - Windows:
%LOCALAPPDATA%\devrag\models
Override with (highest to lowest precedence):
--model-dir <path>CLI flagDEVRAG_MODEL_DIRenvironment variable"model_dir"field inconfig.json
- macOS: