Skip to content

Commit 8ca5321

Browse files
styfleicyJoseph
andauthored
fix(create-next-app): make AGENTS.md blue (#95432)
I noticed that this last question for AGENTS.md doesn't have any blue highlighted word. So I made AGENTS.md blue to follow the convention of the others. <img width="865" height="163" alt="image" src="https://github.com/user-attachments/assets/d10f74e1-f5ec-4c8a-9c6d-8d01b9c1abf3" /> --------- Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
1 parent c53c0a5 commit 8ca5321

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/create-next-app/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,7 @@ async function run(): Promise<void> {
636636
{
637637
type: 'toggle',
638638
name: 'agentsMd',
639-
message:
640-
'Would you like to include AGENTS.md to guide coding agents to write up-to-date Next.js code?',
639+
message: `Would you like to include ${blue('AGENTS.md')} to guide coding agents to write up-to-date Next.js code?`,
641640
initial: getPrefOrDefault('agentsMd'),
642641
active: 'Yes',
643642
inactive: 'No',

0 commit comments

Comments
 (0)