about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-08-07 13:29:13 +0100
committerArun Isaac2026-08-07 13:31:54 +0100
commit86deb04eed4334470898a604e5250be8d4c538fc (patch)
treefa3aa696c0f8661b24abaa3c4b9414c02b21aab6
parent2b8e1abb6d2b344a3ab1afe87d44d5ba9bc2cecf (diff)
downloadkaagum-main.tar.gz
kaagum-main.tar.lz
kaagum-main.zip
Switch default model to anthropic/claude-opus-4.8. HEAD main
This is the same price as the previous default model
anthropic/claude-opus-4.6. So, there is no harm done by switching.
-rwxr-xr-xbin/kaagum4
1 files changed, 2 insertions, 2 deletions
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)