push
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
polytoria
|
||||
game-tools
|
||||
emulators
|
||||
#star-citizen
|
||||
star-citizen
|
||||
minecraft
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user