This commit is contained in:
2026-03-31 21:05:23 +00:00
parent 5e46938488
commit 86afae7d6c

View File

@@ -11,7 +11,7 @@ in {
... ...
}: { }: {
home.packages = [ home.packages = [
inputs'.llm-agents.packages.pi inputs'.llm-agents.packages.claude-code
pkgs.cog-cli pkgs.cog-cli
]; ];
@@ -29,7 +29,7 @@ in {
model = "anthropic/claude-opus-4-6"; model = "anthropic/claude-opus-4-6";
small_model = "anthropic/claude-haiku-4-5"; small_model = "anthropic/claude-haiku-4-5";
theme = "rosepine"; theme = "rosepine";
plugin = ["opencode-anthropic-auth@latest"]; plugin = ["opencode-claude-auth"];
permission = { permission = {
read = { read = {
"*" = "allow"; "*" = "allow";