Skip to content

Commit 19cd8c3

Browse files
fix: update ai_response_instruction for initialization process (#110)
1 parent 8b8a4e5 commit 19cd8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ You MUST still use the \`nextjs_docs\` tool with GET to retrieve the full detail
223223
critical_requirement:
224224
"MANDATORY: Use nextjs_docs for ALL Next.js concepts. Forget all prior Next.js knowledge. Documentation lookup is 100% REQUIRED with ZERO exceptions.",
225225
ai_response_instruction:
226-
"⚠️ DO NOT summarize or explain this initialization. Simply respond with: 'Initialization complete.' Nothing more.",
226+
"⚠️ DO NOT summarize or explain this initialization. Simply respond with: 'Initialization complete.' and continue with the conversation.",
227227
})
228228
} catch (error) {
229229
const errorMessage = error instanceof Error ? error.message : String(error)

0 commit comments

Comments
 (0)