up
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://opencode.ai/tui.json",
|
|
||||||
"plugin": ["./plugin/review.ts"]
|
|
||||||
}
|
|
||||||
@@ -24,10 +24,13 @@ in {
|
|||||||
programs.opencode = {
|
programs.opencode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs'.llm-agents.packages.opencode;
|
package = inputs'.llm-agents.packages.opencode;
|
||||||
|
tui = {
|
||||||
|
theme = "rosepine";
|
||||||
|
plugin = ["./plugin/review.ts"];
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
model = "openai/gpt-5.4";
|
model = "openai/gpt-5.4";
|
||||||
small_model = "openai/gpt-5.1-codex-mini";
|
small_model = "openai/gpt-5.1-codex-mini";
|
||||||
theme = "rosepine";
|
|
||||||
plugin = [
|
plugin = [
|
||||||
"opencode-claude-auth"
|
"opencode-claude-auth"
|
||||||
];
|
];
|
||||||
@@ -177,7 +180,6 @@ 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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user