opencode-swarm 6.42.0 → 6.42.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -52386,7 +52386,6 @@ function createCuratorLLMDelegate(directory) {
52386
52386
  const promptResult = await client.session.prompt({
52387
52387
  path: { id: ephemeralSessionId },
52388
52388
  body: {
52389
- agent: "explorer",
52390
52389
  system: systemPrompt,
52391
52390
  tools: { write: false, edit: false, patch: false },
52392
52391
  parts: [{ type: "text", text: userInput }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "6.42.0",
3
+ "version": "6.42.1",
4
4
  "description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",