Context BundlerBundle the content of multiple files into a single context file, ready to paste into ChatGPT, Gemini, Claude or any other LLM — without opening each file manually. Why?When working with an LLM, you often need to provide context from several files. The usual workflow is painful: open file → Ctrl+A → Ctrl+C → switch to browser → Ctrl+V → repeat for every file. Context Bundler lets you build a pool of files, generate a single concatenated bundle, and copy it to the clipboard in one click. FeaturesContext Bundler Pool panelA dedicated panel in the Explorer sidebar (and Activity Bar) showing your current file pool:
Panel toolbar icons
Explorer context menuRight-click any file or folder in the Explorer: Single file:
Multiple files selected or folder:
When a selection contains both files and folders, a confirmation popup asks whether to expand folders recursively or process only the loose files. Command PaletteAll commands are available via
Bundle formatEach file in the bundle is wrapped with clear markers using its relative path:
The bundle is saved to your system's temp folder ( PersistenceThe file pool is saved per workspace. It survives closing and reopening VS Code as long as you work in the same workspace folder. RequirementsNo external dependencies. Release Notes1.0.0First stable release. See CHANGELOG for full details. |