From 1517fbde9f66812d4507deae7eeb5eef168d0ebd Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Mon, 13 Jul 2026 23:13:24 +0200 Subject: [PATCH] docs(readme): align settings-template snippet with real file Show defaultModel = eu.anthropic.claude-opus-4-8 (the actual default) and add the missing opus-4-8 entry to enabledModels so the README example matches settings.example.json. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 455e0b3..5db771d 100644 --- a/README.md +++ b/README.md @@ -176,10 +176,11 @@ pi --version ```json { "defaultProvider": "amazon-bedrock", - "defaultModel": "eu.anthropic.claude-sonnet-5", + "defaultModel": "eu.anthropic.claude-opus-4-8", "enabledModels": [ "eu.anthropic.claude-sonnet-5", "eu.anthropic.claude-opus-4-7", + "eu.anthropic.claude-opus-4-8", "eu.anthropic.claude-haiku-4-5-20251001-v1:0" ] }