We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8f310 commit 1d0c706Copy full SHA for 1d0c706
1 file changed
src/agentmemory-launcher.ts
@@ -37,6 +37,7 @@ function launch(): void {
37
stdio: "ignore",
38
shell: true,
39
windowsHide: true,
40
+ env: { ...process.env, AGENTMEMORY_TOOLS: "all" },
41
});
42
43
child.on("error", (err: NodeJS.ErrnoException) => {
0 commit comments