opencode-orchestrator 0.1.64 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -727,8 +727,8 @@ function detectSlashCommand(text) {
727
727
  }
728
728
 
729
729
  // src/index.ts
730
- var DEFAULT_MAX_STEPS = 50;
731
- var TASK_COMMAND_MAX_STEPS = 200;
730
+ var DEFAULT_MAX_STEPS = 500;
731
+ var TASK_COMMAND_MAX_STEPS = 1e3;
732
732
  var AGENT_EMOJI2 = {
733
733
  "architect": "\u{1F3D7}\uFE0F",
734
734
  "builder": "\u{1F528}",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "opencode-orchestrator",
3
3
  "displayName": "OpenCode Orchestrator",
4
4
  "description": "Distributed Cognitive Architecture for OpenCode. Turns simple prompts into specialized multi-agent workflows (Planner, Coder, Reviewer).",
5
- "version": "0.1.64",
5
+ "version": "0.2.0",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {