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 1d2809e commit bcd22c4Copy full SHA for bcd22c4
1 file changed
index.ts
@@ -82,7 +82,8 @@ const plugin: Plugin = (async (ctx) => {
82
const existingPrimaryTools = opencodeConfig.experimental?.primary_tools ?? []
83
opencodeConfig.experimental = {
84
...opencodeConfig.experimental,
85
- primary_tools: [...existingPrimaryTools, "prune"],
+ batch_tool:true,
86
+ primary_tools: [...existingPrimaryTools, "prune","batch"],
87
}
88
logger.info("plugin", "Added 'prune' to experimental.primary_tools via config mutation")
89
0 commit comments