This commit is contained in:
2026-04-09 08:30:19 +00:00
parent 03b968513b
commit 276378b57c
4 changed files with 49 additions and 133 deletions

View File

@@ -122,12 +122,6 @@ in {
codesearch = "allow";
};
agent = {
build = {
disable = true;
};
plan = {
disable = true;
};
explore = {
model = "openai/gpt-5.1-codex-mini";
};
@@ -164,10 +158,10 @@ in {
};
xdg.configFile = {
"opencode/agent" = {
source = ./_opencode/agent;
recursive = true;
};
# "opencode/agent" = {
# source = ./_opencode/agent;
# recursive = true;
# };
"opencode/command" = {
source = ./_opencode/command;
recursive = true;