We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed8b81 commit 59bc7b0Copy full SHA for 59bc7b0
1 file changed
src/agents/context.opencode-go.test.ts
@@ -8,7 +8,7 @@ describe("OpenCode Go context metadata", () => {
8
let configuredModels: OpenClawConfig["models"];
9
10
beforeAll(async () => {
11
- const cfg: OpenClawConfig = {};
+ const cfg: OpenClawConfig = { plugins: { allow: ["opencode-go"] } };
12
13
await refreshContextWindowCache(cfg);
14
contextWindowTokens = resolveMemoryFlushContextWindowTokens({
0 commit comments