aidevops 2.86.1 → 2.87.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.
- package/README.md +1 -1
- package/VERSION +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -706,7 +706,7 @@ MCP packages are installed globally via `bun install -g` for instant startup (no
|
|
|
706
706
|
- **Global** - Tools always available (loaded into every session)
|
|
707
707
|
- **Per-agent** - Tools disabled globally, enabled per-agent via config (zero context overhead when unused)
|
|
708
708
|
|
|
709
|
-
**Performance optimization:** MCP packages are installed globally via `bun install -g` for instant startup (~0.1s vs 2-3s with `npx`). The framework uses a three-tier loading strategy:
|
|
709
|
+
**Performance optimization:** MCP packages are installed globally via `bun install -g` for instant startup (~0.1s vs 2-3s with `npx`). The framework uses a three-tier loading strategy: 7 MCPs load eagerly at startup, 13 MCPs load on-demand when their subagent is invoked. This reduces OpenCode startup time by 12-24 seconds.
|
|
710
710
|
|
|
711
711
|
### **SEO Integrations (curl subagents - no MCP overhead)**
|
|
712
712
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.87.0
|