From 86deb04eed4334470898a604e5250be8d4c538fc Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 7 Aug 2026 13:29:13 +0100 Subject: Switch default model to anthropic/claude-opus-4.8. This is the same price as the previous default model anthropic/claude-opus-4.6. So, there is no harm done by switching. --- bin/kaagum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/kaagum b/bin/kaagum index 09902fa..45a24d9 100755 --- a/bin/kaagum +++ b/bin/kaagum @@ -74,7 +74,7 @@ Run kaagum AI agent. (default: \"https://openrouter.ai/api\") --api-key-command=COMMAND command to run to get API key --model=MODEL LLM model name to start new sessions with - (default: \"anthropic/claude-opus-4.6\") + (default: \"anthropic/claude-opus-4.8\") --kagi-api-key-command=COMMAND command to run to get Kagi API key @@ -107,7 +107,7 @@ Run kaagum AI agent. %options invalid-option invalid-argument - '((model . "anthropic/claude-opus-4.6") + '((model . "anthropic/claude-opus-4.8") (api-base-uri . "https://openrouter.ai/api"))))) (when (assq-ref args 'help) (print-usage program) -- cgit 1.4.1