From c2de1b7acf5d13fdaac40fa6b6d210c9381eae0a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:09:18 +0000 Subject: [PATCH 1/2] Initial plan From 1756678e1e915324238ad6f38acb7efeecf02337 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:15:37 +0000 Subject: [PATCH 2/2] Fix conversation history duplication in AI prompt Co-authored-by: DimaBir <28827735+DimaBir@users.noreply.github.com> --- .github/workflows/issue-assistant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-assistant.yml b/.github/workflows/issue-assistant.yml index 75f4e6a5..d540f00f 100644 --- a/.github/workflows/issue-assistant.yml +++ b/.github/workflows/issue-assistant.yml @@ -396,7 +396,7 @@ Keep responses concise (50-150 words). No signatures.`; } userPrompt += `--- YOUR TASK ---\n`; - userPrompt += `Respond to the user's latest message. `; + userPrompt += `Continue the conversation based on the history above. `; userPrompt += `If wiki answers their question, provide the solution. `; userPrompt += `Wiki URL: ${wikiUrl}\n`;