Add jj-review TUI plugin to global opencode config

This commit is contained in:
2026-04-01 10:26:26 +00:00
parent 8577807650
commit 0eaa830050
3 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"$schema": "https://opencode.ai/tui.json",
"plugin": ["./plugin/review.ts"]
}

View File

@@ -116,6 +116,7 @@ in {
recursive = true; recursive = true;
}; };
"opencode/AGENTS.md".source = ./_opencode/AGENTS.md; "opencode/AGENTS.md".source = ./_opencode/AGENTS.md;
"opencode/tui.json".source = ./_opencode/tui.json;
}; };
}; };
} }