
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@opencode_weave/weave
Advanced tools
Weave is a lean OpenCode plugin with multi-agent orchestration. It provides a cohesive framework for weaving agents, tools, and skills into structured workflows. By delegating complex tasks to specialized agents and monitoring execution state through hooks, Weave ensures reliable and efficient project development.
For detailed guides on configuration, workflows, agents, features, and more, visit the Weave documentation.
For agent routing eval trends and dashboards, see the Eval Dashboard.
Weave ships a generated config schema at schema/weave-config.schema.json in this repository.
bun run schema:configbun run schema:config:check$schema, preferably pinned to a release tag such as https://raw.githubusercontent.com/pgermishuys/opencode-weave/v0.7.6/schema/weave-config.schema.jsonThe npm package currently publishes dist/ only, so if you want a local $schema path you should vendor schema/weave-config.schema.json into your own repository. Runtime config still supports JSONC comments and trailing commas even though the published schema artifact is plain JSON.
| Agent | Role | Mode | Description |
|---|---|---|---|
| Loom | main orchestrator | primary | The central team lead that plans tasks, coordinates work, and delegates to specialized agents. |
| Tapestry | execution orchestrator | primary | Manages todo-list driven execution of multi-step plans, focusing on sequential implementation without subagent spawning. |
| Shuttle | category worker | all | Domain-specific specialist worker with full tool access, dispatched dynamically via the category system. |
| Pattern | strategic planner | subagent | Analyzes requirements and produces detailed implementation plans with research and dependency mapping. |
| Thread | codebase explorer | subagent | Fast, read-only codebase navigation and analysis using grep, glob, and read tools. |
| Spindle | external researcher | subagent | Performs external documentation lookups and reference searches, providing synthesized answers with source citations. |
| Weft | reviewer/auditor | subagent | Reviews completed work and plans with a critical but fair eye, rejecting only for true blocking issues. |
| Warp | security auditor | subagent | Audits code changes for security vulnerabilities and specification compliance with a skeptical bias. |
This package is published on npm.
Add the plugin to your opencode.json file:
{
"plugin": ["@opencode_weave/weave"]
}
OpenCode automatically installs npm plugins at startup — no manual bun add or npm install required. The plugin loads automatically upon restart and works with zero configuration out of the box.
| Issue | Solution |
|---|---|
404 Not Found | Ensure the package name is correct: @opencode_weave/weave. |
| Package not found after publish | npm can take a few minutes to propagate. Wait and retry. |
To fully remove the Weave plugin from your project:
Delete the @opencode_weave/weave entry from the plugin array in your opencode.json:
{
"plugin": []
}
Weave may have created plan and state files during usage. Remove them if no longer needed:
rm -rf .weave/
You can also remove any project-level configuration if present:
rm -f .opencode/weave-opencode.jsonc .opencode/weave-opencode.json
If you no longer use Weave in any project, remove the global configuration:
rm -f ~/.config/opencode/weave-opencode.jsonc ~/.config/opencode/weave-opencode.json
bun run buildbun testbun run typecheckbun run cleanWeave was inspired by Oh My OpenCode by @code-yeongyu — a pioneering OpenCode plugin that proved multi-agent orchestration, discipline agents, and structured plan-execute workflows could radically improve the developer experience. Many of Weave's core ideas — from category-based task dispatch to background agent parallelism — trace their roots to patterns Oh My OpenCode established. We're grateful for the trailblazing work and the vibrant community around it.
MIT
FAQs
Weave — lean OpenCode plugin with multi-agent orchestration
The npm package @opencode_weave/weave receives a total of 73 weekly downloads. As such, @opencode_weave/weave popularity was classified as not popular.
We found that @opencode_weave/weave demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.