mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-11 00:36:07 +00:00
perf(test): scope opencode context catalog warmup
This commit is contained in:
@@ -8,7 +8,7 @@ describe("OpenCode Go context metadata", () => {
|
||||
let configuredModels: OpenClawConfig["models"];
|
||||
|
||||
beforeAll(async () => {
|
||||
const cfg: OpenClawConfig = {};
|
||||
const cfg: OpenClawConfig = { plugins: { allow: ["opencode-go"] } };
|
||||
|
||||
await refreshContextWindowCache(cfg);
|
||||
contextWindowTokens = resolveMemoryFlushContextWindowTokens({
|
||||
|
||||
Reference in New Issue
Block a user