This commit is contained in:
4DBug
2026-08-28 13:11:44 -05:00
parent 843182fae7
commit 7de89eccd8
6 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
polytoria
game-tools
emulators
#star-citizen
star-citizen
minecraft
];
};
+9 -1
View File
@@ -5,7 +5,7 @@
enable = true;
settings = {
plugin = [ "opencode-plugin-llama.cpp@latest" ];
plugin = [ "opencode-plugin-llama.cpp@latest" "opencode-goal-plugin" ];
provider = {
"llama.cpp" = {
@@ -21,6 +21,14 @@
};
};
};
command = {
goal = {
description = "Set a session-scoped goal and auto-continue until complete.";
template = "$ARGUMENTS";
agent = "build";
};
};
};
};
};