From 4b73e237cbefca28426d68eb38ef1fbcb7f32c31 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 6 Apr 2026 00:57:36 -0400 Subject: [PATCH] pi: specify anthropic for models --- home-manager/progs/pi.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home-manager/progs/pi.nix b/home-manager/progs/pi.nix index 8919ace..c209510 100644 --- a/home-manager/progs/pi.nix +++ b/home-manager/progs/pi.nix @@ -10,11 +10,11 @@ let # librarian/explore/quick → smol/commit = haiku ompSettings = { modelRoles = { - default = "claude-opus-4-6:high"; - smol = "claude-haiku-4-5:low"; - slow = "claude-opus-4-6:xhigh"; - plan = "claude-opus-4-6:high"; - commit = "claude-haiku-4-5:low"; + default = "anthropic/claude-opus-4-6:high"; + smol = "anthropic/claude-haiku-4-5:low"; + slow = "anthropic/claude-opus-4-6:xhigh"; + plan = "anthropic/claude-opus-4-6:high"; + commit = "anthropic/claude-haiku-4-5:low"; }; };