Skip to content

Commit 6a7042b

Browse files
authored
Merge pull request #1518 from Kilo-Org/chrarnoldus-patch-1
Make Sonnet 4 the default
2 parents 08ccbea + fbf6da1 commit 6a7042b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kilo-code": patch
3+
---
4+
5+
Claude Sonnet 4 is now the default model! Attend the Anthropic x Kilo Code workshop [The Art of Prompt Engineering for Software Developers](https://www.eventbrite.nl/e/the-art-of-prompt-engineering-for-software-developers-tickets-1474017238239) Thursday, July 31 2025!

packages/types/src/kilocode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { z } from "zod"
22

3-
export const kilocodeDefaultModelId = "anthropic/claude-3.7-sonnet"
3+
export const kilocodeDefaultModelId = "anthropic/claude-sonnet-4"
44

55
export const ghostServiceSettingsSchema = z
66
.object({

0 commit comments

Comments
 (0)