fix(memory-core): declare local memoryEmbeddingProviders contract (#70873)

Fix standalone memory CLI resolution for the built-in local embedding provider by declaring the memory-core capability contract.\n\nFixes #70836.\nThanks @mattznojassist.
This commit is contained in:
Matt Znoj Assist
2026-04-23 22:09:49 -04:00
committed by GitHub
parent 272bd59e7a
commit e069d03945
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
{
"id": "memory-core",
"kind": "memory",
"contracts": {
"memoryEmbeddingProviders": ["local"]
},
"commandAliases": [
{
"name": "dreaming",