Przeglądaj źródła

test(jsonrpc): configure built scope probe

Tianyi Cui 2 miesięcy temu
rodzic
commit
1febeb8428

+ 1 - 1
packages/ui/jsonrpc/tests/built-scope-carrier.e2e.ts

@@ -43,7 +43,7 @@ const [
 const storageRoot = await mkdtemp(join(tmpdir(), "jsonrpc-built-scope-"));
 const ctx = new Context();
 try {
-  await ctx.plugin(agentCore);
+  await ctx.plugin(agentCore, { workspaceContext: false });
   await ctx.plugin(SubagentService);
   await ctx.plugin(SessionPersistenceJsonl, { root: storageRoot });
   await new Promise((ready) => setTimeout(ready, 50));