opencode-orchestrator 0.8.6 → 0.8.8

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/dist/index.js CHANGED
@@ -60,8 +60,8 @@ var PARALLEL_TASK = {
60
60
  // 3 seconds
61
61
  POLL_INTERVAL_MS: 1e3,
62
62
  // 1 second
63
- DEFAULT_CONCURRENCY: 10,
64
- // 10 per agent type
63
+ DEFAULT_CONCURRENCY: 3,
64
+ // 3 per agent type (conservative for APIs with strict rate limits)
65
65
  MAX_CONCURRENCY: 50,
66
66
  // 50 total
67
67
  SYNC_TIMEOUT_MS: 10 * TIME.MINUTE,
@@ -21,7 +21,7 @@ export declare const PARALLEL_TASK: {
21
21
  readonly CLEANUP_DELAY_MS: number;
22
22
  readonly MIN_STABILITY_MS: number;
23
23
  readonly POLL_INTERVAL_MS: 1000;
24
- readonly DEFAULT_CONCURRENCY: 10;
24
+ readonly DEFAULT_CONCURRENCY: 3;
25
25
  readonly MAX_CONCURRENCY: 50;
26
26
  readonly SYNC_TIMEOUT_MS: number;
27
27
  readonly MAX_DEPTH: 3;
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.8.6",
5
+ "version": "0.8.8",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {