opencode-magi 0.0.0-dev-20260520193633 → 0.0.0-dev-20260520195444
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/dist/config/validate.js
CHANGED
package/dist/prompts/compose.js
CHANGED
|
@@ -377,8 +377,8 @@ export async function composeTriageQuestionPrompt(input) {
|
|
|
377
377
|
export async function composeTriageCreatePrPrompt(input) {
|
|
378
378
|
const values = triageValues(input);
|
|
379
379
|
const task = await taskBlock({
|
|
380
|
-
builtin: "triage/create
|
|
381
|
-
customPath: input.repository.triage?.prompts.
|
|
380
|
+
builtin: "triage/create",
|
|
381
|
+
customPath: input.repository.triage?.prompts.create,
|
|
382
382
|
directory: input.directory,
|
|
383
383
|
values,
|
|
384
384
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-magi",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260520195444",
|
|
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>",
|
package/schema.json
CHANGED
|
File without changes
|