Bridge your codebase to any AI tool instantly — no more re-explaining your stack.
AICodeBridge scans your project and generates a structured Markdown file — tech stack, file tree, key files, git history — everything an AI needs to understand your code instantly. One click, then ask your question.
Works with GitHub Copilot, ChatGPT, Claude, Gemini, and any AI tool via clipboard.
Features
Three modes — Basic (overview + structure), Tree (full file tree), Full Code (export selected files)
Ask Copilot — opens GitHub Copilot Chat with your context file auto-attached
Copy Context — copies to clipboard with My question: ready at the end
Error Detection — reads VS Code diagnostics and appends them to your context file
Auto-Refresh — optionally regenerates on every save
Smart Detection — auto-detects 30+ frameworks and languages from package.json and config files
Usage
Open your project in VS Code
Click the AICodeBridge icon in the Activity Bar
Pick a generation mode — start with ⚡ Basic
Hit 🤖 Ask Copilot or 📋 Copy Context
Settings
Setting
Default
Description
aicodebridge.outputFileName
aicodebridge.md
Generated context file name
aicodebridge.autoOpenAfterGenerate
true
Open file after generation
aicodebridge.includeGitHistory
true
Include recent git commits
aicodebridge.gitLogCount
10
Number of commits to include
aicodebridge.includeScripts
true
Include npm scripts
aicodebridge.includeEnvKeys
true
Include env variable key names (never values)
aicodebridge.autoRefreshOnSave
false
Regenerate context on every save
aicodebridge.autoRefreshErrorsOnSave
true
Update error section on every save
aicodebridge.maxDepth
4
Max folder depth to scan
aicodebridge.ignoredFolders
[node_modules, .git, ...]
Folders to exclude
Requirements
VS Code ^1.90.0
GitHub Copilot Chat (optional — only needed for Ask Copilot feature)