Skip to content

Commit b9d8be7

Browse files
committed
Change model id
1 parent 2969781 commit b9d8be7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/types/src/single-file-read-models.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
*/
66

77
// List of model IDs (or patterns) that should use single file reads only
8-
export const SINGLE_FILE_READ_MODELS = new Set<string>(["roo/sonic"])
8+
export const SINGLE_FILE_READ_MODELS = new Set<string>([
9+
"sonic", // kilocode_change
10+
])
911

1012
/**
1113
* Check if a model should use single file read format

0 commit comments

Comments
 (0)