From 6b5ccfdcdeb293364a7e299197cabde83ec57fec Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:34:36 +0000 Subject: [PATCH] fix: add ai-chat-sidebar to subagent-index.toon (t1267) The t005.1 AI chat sidebar work was merged via PR #1917 but the subagent-index.toon was never updated to include the new ai-chat-sidebar entry under tools/ui/. Prior verification PR #2047 identified this gap but was closed without merging. --- .agents/subagent-index.toon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/subagent-index.toon b/.agents/subagent-index.toon index 7d21d0a586..ebce291f40 100644 --- a/.agents/subagent-index.toon +++ b/.agents/subagent-index.toon @@ -38,7 +38,7 @@ tools/pdf/,PDF processing - form filling and digital signatures,overview|libpdf tools/accessibility/,Accessibility and contrast testing - WCAG compliance for websites and emails,accessibility tools/performance/,Web performance - Core Web Vitals and network analysis,performance|webpagetest tools/research/,Technology research - tech stack detection and reverse lookup,tech-stack-lookup -tools/ui/,UI components - design systems and debugging,shadcn|ui-skills|frontend-debugging +tools/ui/,UI components - design systems and debugging,shadcn|ui-skills|frontend-debugging|ai-chat-sidebar tools/code-review/,Code quality - linting and security scanning,code-standards|code-simplifier|codacy|coderabbit|qlty|snyk|secretlint|security-analysis tools/context/,Context optimization - semantic search and indexing,osgrep|augment-context-engine|context-builder|context7|toon|mcp-discovery|github-search|model-routing tools/conversion/,Format conversion - document transformation,pandoc