chore(format): oxfmt memory

This commit is contained in:
Peter Steinberger
2026-01-18 07:30:04 +00:00
parent 30338ce1a7
commit ca350fc66c
8 changed files with 32 additions and 28 deletions

View File

@@ -52,4 +52,3 @@ export function computeMemoryManagerCacheKey(params: {
);
return `${params.agentId}:${params.workspaceDir}:${fingerprint}`;
}