opencode-magi 0.0.0-dev-20260720081343 → 0.0.0-dev-20260720123050

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.
@@ -193,7 +193,7 @@ async function push() {
193
193
  GIT_CONFIG_KEY_0: "credential.helper",
194
194
  GIT_CONFIG_KEY_1: "credential.helper",
195
195
  GIT_CONFIG_VALUE_0: "",
196
- GIT_CONFIG_VALUE_1: "!f() { echo username=x-access-token; echo password=$GIT_PASSWORD; }; f",
196
+ GIT_CONFIG_VALUE_1: "!f() { echo username=git; echo password=$GIT_PASSWORD; }; f",
197
197
  GIT_PASSWORD: token,
198
198
  GIT_TERMINAL_PROMPT: "0",
199
199
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-magi",
3
- "version": "0.0.0-dev-20260720081343",
3
+ "version": "0.0.0-dev-20260720123050",
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>",