opencode-manifold 0.4.22 → 0.5.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-manifold",
3
- "version": "0.4.22",
3
+ "version": "0.5.1",
4
4
  "description": "Multi-agent development system for opencode with persistent knowledge",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -2,7 +2,7 @@
2
2
  description: Researches context, composes scoped prompts, and maintains the project wiki
3
3
  mode: subagent
4
4
  hidden: true
5
- model: Kilo-Gateway/Gemini-3-Flash-Preview
5
+ model: openrouter/qwen/qwen3.5-397b-a17b
6
6
  permission:
7
7
  edit:
8
8
  "*": deny
@@ -2,6 +2,7 @@
2
2
  description: Fresh perspective agent called after 3 failed implementation loops
3
3
  mode: subagent
4
4
  hidden: true
5
+ model: openrouter/qwen/qwen3.5-397b-a17b
5
6
  permission:
6
7
  edit: deny
7
8
  bash:
@@ -2,6 +2,7 @@
2
2
  description: Review agent that catches issues; read-only access
3
3
  mode: subagent
4
4
  hidden: true
5
+ model: openrouter/qwen/qwen3.5-397b-a17b
5
6
  permission:
6
7
  edit: deny
7
8
  bash: deny
@@ -2,6 +2,7 @@
2
2
  description: Orchestrates development by reading plans and dispatching tasks
3
3
  mode: primary
4
4
  color: "#6024bf"
5
+ model: openrouter/qwen/qwen3.5-397b-a17b
5
6
  permission:
6
7
  skill:
7
8
  manifold-workflow: allow
@@ -2,6 +2,7 @@
2
2
  description: Implementation specialist that produces production-quality code
3
3
  mode: subagent
4
4
  hidden: true
5
+ model: openrouter/qwen/qwen3.5-397b-a17b
5
6
  permission:
6
7
  edit: allow
7
8
  bash: allow
@@ -1,5 +0,0 @@
1
- ---
2
- description: Set the model for a Manifold sub-agent
3
- agent: manifold
4
- ---
5
- Setting up sub-agent models...
@@ -1,5 +0,0 @@
1
- ---
2
- description: Clear opencode-manifold plugin cache and prompt for restart
3
- agent: manifold
4
- ---
5
- Starting Manifold update process...