@nbardy/oompa 0.6.0 → 0.7.0

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.
@@ -10,7 +10,14 @@
10
10
  "model": "codex:gpt-5.3-codex:medium",
11
11
  "prompt": ["config/prompts/executor.md"],
12
12
  "iterations": 10,
13
- "count": 3,
13
+ "count": 2,
14
+ "can_plan": false
15
+ },
16
+ {
17
+ "model": "opencode:openai/gpt-5",
18
+ "prompt": ["config/prompts/executor.md"],
19
+ "iterations": 10,
20
+ "count": 1,
14
21
  "can_plan": false
15
22
  }
16
23
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nbardy/oompa",
3
- "version": "0.6.0",
4
- "description": "Git-worktree multi-agent swarm orchestrator for Codex and Claude",
3
+ "version": "0.7.0",
4
+ "description": "Git-worktree multi-agent swarm orchestrator for Codex, Claude, and Opencode",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "bin": {
@@ -30,6 +30,7 @@
30
30
  "worktree",
31
31
  "codex",
32
32
  "claude",
33
+ "opencode",
33
34
  "babashka"
34
35
  ],
35
36
  "repository": {