opencode-orchestrator 0.1.21 â 0.1.22
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,6 +39,8 @@ A 6-agent collaborative system that turns any LLM into a reliable coding team.
|
|
|
39
39
|
- **ðĨ 6-Agent Team** â Specialized roles working together
|
|
40
40
|
- **ðĄïļ Resilient Execution** â Never stops on errors. Pivots strategy (Plan/Search) until success.
|
|
41
41
|
- **⥠Full Autonomy** â `/auto` is all you need. Relentless execution until 100% complete.
|
|
42
|
+
- **ðïļ Rust-Powered Core** â Critical logic written in Rust for **peak performance** and **memory efficiency**.
|
|
43
|
+
- **ðŠķ Thin TS Wrapper** â Minimal JavaScript overhead. The heavy lifting happens in the native binary.
|
|
42
44
|
|
|
43
45
|
---
|
|
44
46
|
|