{"id":18718815,"url":"https://github.com/planeshifter/llm-context-builder","last_synced_at":"2025-07-01T07:07:11.309Z","repository":{"id":259186819,"uuid":"875422467","full_name":"Planeshifter/llm-context-builder","owner":"Planeshifter","description":"Visual Studio Code extension for assembling contextual information from project files for usage in LLMs.","archived":false,"fork":false,"pushed_at":"2025-02-01T02:45:51.000Z","size":934,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T04:48:55.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Planeshifter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-19T23:44:22.000Z","updated_at":"2025-03-15T21:20:39.000Z","dependencies_parsed_at":"2024-10-23T10:43:21.886Z","dependency_job_id":"5864b79c-b4d6-4a47-8875-d46eb18b475e","html_url":"https://github.com/Planeshifter/llm-context-builder","commit_stats":null,"previous_names":["planeshifter/llm-context-builder"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Planeshifter/llm-context-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fllm-context-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fllm-context-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fllm-context-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fllm-context-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Planeshifter","download_url":"https://codeload.github.com/Planeshifter/llm-context-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fllm-context-builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262916637,"owners_count":23383886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T13:23:09.883Z","updated_at":"2025-07-01T07:07:11.281Z","avatar_url":"https://github.com/Planeshifter.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM Context Builder\n\n![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/philipp-burckhardt.llm-context-builder)\n![Visual Studio Marketplace Installs - Azure DevOps Extension](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/philipp-burckhardt.llm-context-builder)\n[![GitHub Actions Workflow Status](https://github.com/Planeshifter/llm-context-builder/actions/workflows/ci.yml/badge.svg)](https://github.com/Planeshifter/llm-context-builder/actions/workflows/ci.yml)\n\n\u003e VS Code extension for building context prompts for Large Language Models (LLMs).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"LLM Context Builder Demo\" src=\"https://raw.githubusercontent.com/Planeshifter/llm-context-builder/refs/heads/main/media/demo.gif\" style=\"width: 75%; height: 75%; border: 1px solid #000000; border-radius: 4px;\"\"\u003e\n\u003c/p\u003e\n\n## Features\n\n- 📁 Custom file explorer for easy selection of files and folders\n- 🔢 Automatic token counting for selected content\n- 🔍 File filtering with comma-separated search terms\n- 🗜️ Optional code minification for JS/TS files\n- ⚙️ Customizable directory and file type exclusions\n- 📋 One-click context prompt generation and copying\n\n## Install\n\n- **From Visual Studio Marketplace**: Install directly from the [marketplace](https://marketplace.visualstudio.com/items?itemName=philipp-burckhardt.llm-context-builder) and reload VS Code if prompted.\n- **From within Visual Studio Code**: Open Extensions (Ctrl+Shift+X), search \"LLM Context Builder\", and click Install.\n\n## Usage\n\n1. Open the LLM Context Builder view in the Explorer sidebar\n2. Select files/folders to include in your context prompt\n3. Use the search box to filter files\n4. Click \"Create Context Prompt\" to generate and copy the prompt to the clipboard\n\n## Commands\n\n- `LLM Context Builder: Toggle Search Box`\n- `LLM Context Builder: Deselect All Files`\n- `LLM Context Builder: Create Context Prompt`\n- `LLM Context Builder: Toggle Code Minification`\n- `LLM Context Builder: Update Exclude List`\n- `LLM Context Builder: Open Selected Files`\n- `LLM Context Builder: Select All Files`\n\n## Configuration\n\n```jsonc\n{\n  \"contextPrompt.excludeDirectories\": [\".git\", \"node_modules\"],\n  \"contextPrompt.excludeFileTypes\": [\".jpg\", \".png\", \".pdf\"],\n  \"contextPrompt.minifyCode\": false,\n}\n```\n\n## License\n\nThis project is licensed under the Blue Oak Model License 1.0.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaneshifter%2Fllm-context-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplaneshifter%2Fllm-context-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaneshifter%2Fllm-context-builder/lists"}