# Sample plugmem config for the CLI integration tests.
# Precedence at runtime: --flag > env > this file > built-in default.
[]
# Embedding size (0 = vectors off). Small here so tests stay fast.
= 8
[]
# `enabled = false` keeps the CLI fully functional without any service
# (lexical, tags, graph and time still answer). Switch to an
# OpenAI-compatible server with url/model/api_key_env:
# url = "http://localhost:11434/v1/embeddings"
# model = "nomic-embed-text"
# api_key_env = "OPENAI_API_KEY"
= false
[]
# Auto-snapshot after this many mutations.
= 4