From 5bea0d1b80a87981da159ba7a61041e290f042f9 Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Fri, 27 Feb 2026 10:30:20 +0100 Subject: [PATCH 1/2] feat: auto-link GitHub PR/issue references in chat messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add built-in linkification for GitHub references (#123 and owner/repo#123) in chat messages. This converts plain-text issue/PR numbers into clickable links that open in the browser. - Add GitHubReferenceLinker utility that post-processes HTML after Markdig rendering to convert references to links - Handle fully-qualified refs (owner/repo#123) without any repo context - Handle bare refs (#123) when session has a known repo URL - Safely skip content inside , ,
,