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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-orchestrator",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "6-Agent collaborative architecture for OpenCode - Make any model reliable",
5
5
  "author": "agnusdei1207",
6
6
  "license": "MIT",