From 1433fdae9a9202f823fc241de1044e1841adcd75 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:58:48 -0700 Subject: [PATCH] Update v2.1.8 per Piebald-AI/tweakcc#376 --- system-prompts/tool-description-websearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-prompts/tool-description-websearch.md b/system-prompts/tool-description-websearch.md index 40db5e2..4aa1da3 100644 --- a/system-prompts/tool-description-websearch.md +++ b/system-prompts/tool-description-websearch.md @@ -31,4 +31,4 @@ Usage notes: IMPORTANT - Use the correct year in search queries: - Today's date is ${GET_CURRENT_DATE_FN()}. You MUST use this year when searching for recent information, documentation, or current events. - - Example: If the user asks for "latest React docs", search for "React documentation ${CURRENT_YEAR}", NOT "React documentation ${CURRENT_YEAR}" + - Example: If the user asks for "latest React docs", search for "React documentation ${CURRENT_YEAR}", NOT "React documentation ${CURRENT_YEAR-1}"