test(jsonrpc): configure built scope probe

This commit is contained in:
Tianyi Cui
2026-07-18 14:26:48 +08:00
parent 0f85ae0a9d
commit 1febeb8428

View File

@@ -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));