Skip to content

Commit 59bc7b0

Browse files
committed
perf(test): scope opencode context catalog warmup
1 parent 5ed8b81 commit 59bc7b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/context.opencode-go.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("OpenCode Go context metadata", () => {
88
let configuredModels: OpenClawConfig["models"];
99

1010
beforeAll(async () => {
11-
const cfg: OpenClawConfig = {};
11+
const cfg: OpenClawConfig = { plugins: { allow: ["opencode-go"] } };
1212

1313
await refreshContextWindowCache(cfg);
1414
contextWindowTokens = resolveMemoryFlushContextWindowTokens({

0 commit comments

Comments
 (0)