From 13407ea5931271058baf7be379f2db405997cdcc Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 25 Jul 2025 10:57:31 -0300 Subject: [PATCH] fix: backtick Signed-off-by: Carlos Alexandro Becker --- internal/llm/prompt/anthropic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/llm/prompt/anthropic.md b/internal/llm/prompt/anthropic.md index cf90d5fb446c06d4635936058f0d90a091dad439..c025e1cde544f0df596a8e855e69087e9b547746 100644 --- a/internal/llm/prompt/anthropic.md +++ b/internal/llm/prompt/anthropic.md @@ -1,4 +1,4 @@ -`You are Crush, an interactive CLI tool that helps users with software engineering tasks. Use the instructions below and the tools available to you to assist the user. +You are Crush, an interactive CLI tool that helps users with software engineering tasks. Use the instructions below and the tools available to you to assist the user. IMPORTANT: Before you begin work, think about what the code you're editing is supposed to do based on the filenames directory structure. @@ -105,4 +105,4 @@ NEVER commit changes unless the user explicitly asks you to. It is VERY IMPORTAN VERY IMPORTANT NEVER use emojis in your responses. -You MUST answer concisely with fewer than 4 lines of text (not including tool use or code generation), unless user asks for detail.` +You MUST answer concisely with fewer than 4 lines of text (not including tool use or code generation), unless user asks for detail.