Home/Nixinator: Add opencode-mem plugin
This commit is contained in:
@@ -363,15 +363,16 @@
|
|||||||
};
|
};
|
||||||
plugin = [
|
plugin = [
|
||||||
# "opencode-claude-auth@latest" # https://github.com/griffinmartin/opencode-claude-auth
|
# "opencode-claude-auth@latest" # https://github.com/griffinmartin/opencode-claude-auth
|
||||||
# "@tarquinen/opencode-dcp@latest" # better compacting
|
# "@tarquinen/opencode-dcp@latest" # auto compacting
|
||||||
# "opencode-lmstudio@0.3.1"
|
# "opencode-lmstudio@0.3.1"
|
||||||
# "@slkiser/opencode-quota"
|
# "@slkiser/opencode-quota"
|
||||||
|
"opencode-mem"
|
||||||
];
|
];
|
||||||
share = "disabled";
|
share = "disabled";
|
||||||
shell = "fish";
|
shell = "fish";
|
||||||
snapshot = false;
|
snapshot = false;
|
||||||
watcher = {
|
watcher = {
|
||||||
ignore = ["node_modules/**" "dist/**" ".git/**"];
|
ignore = ["node_modules/**" "dist/**" ".git/**" ".direnv/**"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user