opencode-magi 0.0.0-dev-20260520182750 → 0.0.0-dev-20260520185430

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 +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -126,6 +126,23 @@ Add the following content to the configuration file.
126
126
  "email": "your-email@example.com"
127
127
  }
128
128
  }
129
+ },
130
+ "triage": {
131
+ "account": "your-triage-account",
132
+ "agents": [
133
+ {
134
+ "id": "general",
135
+ "model": "openai/gpt-5.5"
136
+ },
137
+ {
138
+ "id": "maintenance",
139
+ "model": "anthropic/claude-opus-4-7"
140
+ },
141
+ {
142
+ "id": "product",
143
+ "model": "opencode/kimi-k2-6"
144
+ }
145
+ ]
129
146
  }
130
147
  }
131
148
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-magi",
3
- "version": "0.0.0-dev-20260520182750",
3
+ "version": "0.0.0-dev-20260520185430",
4
4
  "description": "Multi-agent PR review and merge orchestration plugin for OpenCode.",
5
5
  "license": "MIT",
6
6
  "author": "Hirotomo Yamada <hirotomo.yamada@avap.co.jp>",