Skip to content

Commit bcd22c4

Browse files
test: adding batch to config change
1 parent 1d2809e commit bcd22c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ const plugin: Plugin = (async (ctx) => {
8282
const existingPrimaryTools = opencodeConfig.experimental?.primary_tools ?? []
8383
opencodeConfig.experimental = {
8484
...opencodeConfig.experimental,
85-
primary_tools: [...existingPrimaryTools, "prune"],
85+
batch_tool:true,
86+
primary_tools: [...existingPrimaryTools, "prune","batch"],
8687
}
8788
logger.info("plugin", "Added 'prune' to experimental.primary_tools via config mutation")
8889
}

0 commit comments

Comments
 (0)