opencode-orchestrator 0.6.24 β†’ 0.6.26

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/README.md +12 -28
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,28 +2,27 @@
2
2
  <img src="assets/logo.png" alt="Logo" width="200" />
3
3
  </div>
4
4
 
5
- # OpenCode Orchestrator 🎯
5
+ # OpenCode Orchestrator
6
6
 
7
- > **Enterprise-Grade Autonomous Multi-Agent Plugin for [OpenCode](https://opencode.ai)**
7
+ > Autonomous multi-agent plugin for [OpenCode](https://opencode.ai)
8
8
 
9
9
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
10
10
  [![npm](https://img.shields.io/npm/v/opencode-orchestrator.svg)](https://www.npmjs.com/package/opencode-orchestrator)
11
- [![Tests](https://img.shields.io/badge/tests-211%20passed-brightgreen.svg)]()
11
+ [![Tests](https://img.shields.io/badge/tests-167%20passed-brightgreen.svg)]()
12
12
 
13
13
  ---
14
14
 
15
- ## πŸš€ What's New in v0.6.0
15
+ ## Overview
16
16
 
17
- **Ultimate Agent Architecture** - Production-ready distributed agent orchestration!
17
+ Multi-agent system that autonomously executes complex tasks. Commander delegates work to specialized agents, manages parallel execution, and maintains shared context.
18
18
 
19
- | Feature | Description |
20
- |---------|-------------|
21
- | **♾️ Unlimited Mode** | No step limits - runs until mission complete |
22
- | **🧠 Anti-Hallucination** | Research before coding, verify with docs |
23
- | **⚑ 50x Parallel Sessions** | Massive concurrent task execution |
24
- | **πŸ“Š Auto Memory Management** | GC, archiving, zero memory leaks |
25
- | **πŸ”„ Auto Recovery** | Handles rate limits, errors automatically |
26
- | **πŸ“ Smart Context (.opencode/)** | Dynamic summarization, adaptive detail |
19
+ | Capability | Detail |
20
+ |------------|--------|
21
+ | **Agents** | 7 specialized (Architect, Builder, Inspector, Recorder, Librarian, Researcher) |
22
+ | **Parallel Sessions** | Up to 50 concurrent |
23
+ | **Context Management** | `.opencode/` with adaptive summarization |
24
+ | **Memory Safety** | Auto GC, disk archiving |
25
+ | **Error Handling** | Pattern-based auto recovery |
27
26
 
28
27
  ---
29
28
 
@@ -92,21 +91,6 @@
92
91
 
93
92
  ---
94
93
 
95
-
96
-
97
- ## 🎯 Key Differentiators
98
-
99
- | Capability | OpenCode Orchestrator | Basic Plugins |
100
- |------------|----------------------|---------------|
101
- | **Parallel Sessions** | Up to 50 concurrent | Single session |
102
- | **Memory Management** | Auto GC + disk archiving | Memory leaks |
103
- | **Error Recovery** | Pattern-based auto retry | Crash |
104
- | **Context Sharing** | .opencode/ with smart summarization | Isolated |
105
- | **Smart Context** | Adaptive detail (Early/Building/Finishing) | Static |
106
- | **Task Decomposition** | 3-level hierarchy | Flat |
107
-
108
- ---
109
-
110
94
  ## Installation
111
95
 
112
96
  ```bash
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.6.24",
5
+ "version": "0.6.26",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {