UNPKG

git-contextor

Version:

A code context tool with vector search and real-time monitoring, with optional Git integration.

14 lines (13 loc) 581 B
<!-- This component can be integrated into your main dashboard view (e.g., inside the element with id="view-dashboard" in public/index.html). It provides a UI for viewing and updating the AI-generated Collection Summary. --> <div id="summary-panel" class="panel"> <div class="panel-header"> <h2>Collection Summary</h2> <button id="update-summary-btn" class="button">Update Summary</button> </div> <div class="panel-content"> <pre id="summary-content" style="white-space: pre-wrap; word-wrap: break-word;">Loading...</pre> </div> </div>