Unified LLM Context BuilderA highly optimized Visual Studio Code extension designed to aggregate, process, and format varied repository and web documentation sources into unified, token-efficient Markdown payloads tailored for Large Language Model (LLM) agents. OverviewModern agentic programming workflows require extensive cross-repository context. Unified LLM Context Builder provides a native interface to select specific file paths, traverse deep workspace trees, extract pure content from live web references, and interface directly with remote GitHub repositories—packaging the accumulated output into structured Markdown pre-calculated for token constraints. Core CapabilitiesMulti-Source Interactive AggregatorOperates via a persistent session loop inside the Quick Pick menu interface, enabling incremental accumulation of multiple distinct data sources before generating the final output. Advanced Ignored Path EvaluationIntegrates a robust traversal engine that recursively reads and applies rules from nested Web Documentation ParserAccepts live HTTP/HTTPS documentation links, dynamically extracting structural content blocks ( Remote GitHub API IntegrationInterfaces directly with the public GitHub REST API to securely query repository folder structures and download raw text file sources on demand without local cloning. Real-Time Token ProjectionsIntegrates native character-based heuristics to calculate and display real-time token projections dynamically within the workspace UI, preventing context-window overload. Installation & Usage
LicenseDistributed under the MIT License. See |