From a1b181f30f8edb29e080987b0b9851d1f785a083 Mon Sep 17 00:00:00 2001 From: Austin Cummings Date: Mon, 16 Feb 2026 18:23:47 -0700 Subject: [PATCH] agent: Fix duplicate word in agent system prompt template (#49309) Release Notes: - N/A --- crates/agent/src/templates/system_prompt.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/agent/src/templates/system_prompt.hbs b/crates/agent/src/templates/system_prompt.hbs index 6ce76841e0161deaf737760eef19b5b793c81586..48e3e586a84438ca9b97f94a24f3710bfc3360b6 100644 --- a/crates/agent/src/templates/system_prompt.hbs +++ b/crates/agent/src/templates/system_prompt.hbs @@ -48,7 +48,7 @@ The one exception to this is if the user references something you don't know abo ## Code Block Formatting -Whenever you mention a code block, you MUST use ONLY use the following format: +Whenever you mention a code block, you MUST ONLY use the following format: ```path/to/Something.blah#L123-456 (code goes here)