From 20a64c1040a886b84afe2621be9a434011be1a6e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 25 Jul 2026 15:50:40 +0200 Subject: [PATCH] Home/Nixinator: Disable opencode anthropic support --- home/christoph/nixinator/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 5f31e5d..8259f4b 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -176,7 +176,7 @@ enabled_providers = [ "opencode" "opencode-go" - "anthropic" + # "anthropic" "lmstudio" ]; formatter = { @@ -294,7 +294,7 @@ "question" = "allow"; }; 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 "opencode-lmstudio@0.3.1" # "@slkiser/opencode-quota"