Skip to content

Commit e3c5dd9

Browse files
authored
feat: update slice placeholder for model recommendation (#1631)
1 parent d10835b commit e3c5dd9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/adapter-next/src/hooks/slice-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const createComponentFile = async ({
6060
* }
6161
* }
6262
*
63-
* 2. Select Claude 3.7 Sonnet (recommended for optimal output)
63+
* 2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
6464
*
6565
* ✅ Then open your slice file and ask your code editor:
6666
* "Code this slice"

packages/adapter-nuxt/src/hooks/slice-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const createComponentFile = async ({
5656
}
5757
}
5858
59-
2. Select Claude 3.7 Sonnet (recommended for optimal output)
59+
2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
6060
6161
✅ Then open your slice file and ask your code editor:
6262
"Code this slice"

packages/adapter-sveltekit/src/hooks/slice-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const createComponentFile = async ({
5757
}
5858
}
5959
60-
2. Select Claude 3.7 Sonnet (recommended for optimal output)
60+
2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
6161
6262
✅ Then open your slice file and ask your code editor:
6363
"Code this slice"

packages/adapter-sveltekit/test/__snapshots__/plugin-slice-create.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exports[`component file has correct contents 1`] = `
3131
}
3232
}
3333
34-
2. Select Claude 3.7 Sonnet (recommended for optimal output)
34+
2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
3535
3636
✅ Then open your slice file and ask your code editor:
3737
\\"Code this slice\\"
@@ -75,7 +75,7 @@ exports[`component file is correctly typed when TypeScript is enabled 1`] = `
7575
}
7676
}
7777
78-
2. Select Claude 3.7 Sonnet (recommended for optimal output)
78+
2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
7979
8080
✅ Then open your slice file and ask your code editor:
8181
\\"Code this slice\\"

0 commit comments

Comments
 (0)