opencode-magi 0.0.0-dev-20260714065541 → 0.0.0-dev-20260714073209
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.
|
@@ -52,9 +52,9 @@ export async function edit() {
|
|
|
52
52
|
await this.updateState({
|
|
53
53
|
editor: { outputs: [...(this.state.editor.outputs ?? []), output] },
|
|
54
54
|
});
|
|
55
|
-
await this.updateEvent(`Finished editing.`);
|
|
56
55
|
await this.updateEvent(filterEmpty([
|
|
57
|
-
`
|
|
56
|
+
`Finished editing.`,
|
|
57
|
+
`Result: ${output.mode.toLocaleLowerCase()}.`,
|
|
58
58
|
output.commitSha
|
|
59
59
|
? `Commit: ${output.commitSha}${output.commitMessage ? ` ${output.commitMessage}` : ""}`
|
|
60
60
|
: undefined,
|
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-20260714073209",
|
|
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>",
|