@polderlabs/bizar-plugin 0.5.4 → 0.6.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.
package/README.md CHANGED
@@ -155,7 +155,7 @@ The plugin starts one `opencode serve` process on init (single-serve, multi-sess
155
155
  const result = await bizarre_spawn_background({
156
156
  agent: "mimir", // which agent to run
157
157
  prompt: "Research X and return findings", // what to do
158
- model: "minimax/MiniMax-M3", // optional: override model
158
+ model: "openrouter/minimax-m3", // optional: override model
159
159
  timeoutMs: 300_000, // optional: default 5 min, max 30 min
160
160
  }, ctx);
161
161
  console.log(result.instanceId); // "bgr_01ARSH3J5V..."