We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2969781 commit b9d8be7Copy full SHA for b9d8be7
packages/types/src/single-file-read-models.ts
@@ -5,7 +5,9 @@
5
*/
6
7
// 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"])
+export const SINGLE_FILE_READ_MODELS = new Set<string>([
9
+ "sonic", // kilocode_change
10
+])
11
12
/**
13
* Check if a model should use single file read format
0 commit comments