From 86afae7d6c0a88d78bd990475ce2c06335e10a05 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 31 Mar 2026 21:05:23 +0000 Subject: [PATCH] sneaky --- modules/ai-tools.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index 740e676..f917f04 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -11,7 +11,7 @@ in { ... }: { home.packages = [ - inputs'.llm-agents.packages.pi + inputs'.llm-agents.packages.claude-code pkgs.cog-cli ]; @@ -29,7 +29,7 @@ in { model = "anthropic/claude-opus-4-6"; small_model = "anthropic/claude-haiku-4-5"; theme = "rosepine"; - plugin = ["opencode-anthropic-auth@latest"]; + plugin = ["opencode-claude-auth"]; permission = { read = { "*" = "allow";