Add jj-review TUI plugin to global opencode config
This commit is contained in:
4
modules/_opencode/tui.json
Normal file
4
modules/_opencode/tui.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/tui.json",
|
||||
"plugin": ["./plugin/review.ts"]
|
||||
}
|
||||
@@ -116,6 +116,7 @@ in {
|
||||
recursive = true;
|
||||
};
|
||||
"opencode/AGENTS.md".source = ./_opencode/AGENTS.md;
|
||||
"opencode/tui.json".source = ./_opencode/tui.json;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user