← back to Designer Portfolio Pages
Update Claude model IDs to claude-opus-4-8 (Opus 4.8 upgrade)
aec9fa7ebb68c0ecc27356a773a0dae914c91030 · 2026-05-29 08:14:18 -0700 · Steve
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit aec9fa7ebb68c0ecc27356a773a0dae914c91030
Author: Steve <steve@designerwallcoverings.com>
Date: Fri May 29 08:14:18 2026 -0700
Update Claude model IDs to claude-opus-4-8 (Opus 4.8 upgrade)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
src/aiIntro.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/aiIntro.ts b/src/aiIntro.ts
index 6e125e8..80c74d2 100644
--- a/src/aiIntro.ts
+++ b/src/aiIntro.ts
@@ -12,7 +12,7 @@ export async function maybeGenerateAiIntro(args: {
if (!args.anthropicApiKey) return null;
const client = new Anthropic({ apiKey: args.anthropicApiKey });
- const model = args.anthropicModel?.trim() || "claude-sonnet-4-6";
+ const model = args.anthropicModel?.trim() || "claude-opus-4-8";
const patternList = args.patterns
.slice(0, 12)
← cbac8b7 Remove dead Env type and unused _env parameters from stevesT
·
back to Designer Portfolio Pages
·
gitignore: add backup/scratch file patterns to prevent serve 273d454 →