Forge AI Assistant
Your AI coding assistant, built into VS Code. Chat, explain, review, fix, and generate code — all from your editor.
Features
- Chat sidebar — Ask anything about your code in a built-in chat panel
- Explain code — Select code and press
Ctrl+Shift+E for a plain-English explanation
- Review code — Select code and press
Ctrl+Shift+R for a code review with improvement suggestions
- Fix code — Right-click selected code → Forge: Fix Code to find and fix bugs
- Generate code — Right-click → Forge: Generate from Description to create code from a prompt
- Create files — Right-click → Forge: Create File to generate a full multi-file project from a description
- Clear chat — Reset the chat history from the command palette
Setup
- Install from the VS Code Marketplace
- Open Settings (
Ctrl+,) and search for Forge AI
- Enter your API Key (starts with
fk-) — get one at forge.ocrp.cc/keys
Configuration
| Setting |
Default |
Description |
Forge AI: Api Url |
https://forgeapi.ocrp.cc |
API endpoint URL |
Forge AI: Api Key |
(empty) |
Your API key from forge.ocrp.cc |
Commands
| Command |
Shortcut |
Description |
| Forge: Explain Selection |
Ctrl+Shift+E |
Explain selected code |
| Forge: Review Code |
Ctrl+Shift+R |
Review and suggest improvements |
| Forge: Fix Code |
Right-click menu |
Fix bugs in selected code |
| Forge: Generate from Description |
Right-click menu |
Generate code from a text prompt |
| Forge: Create File |
Right-click menu |
Generate a full multi-file project |
| Forge: Clear Chat |
Command palette |
Clear chat history |
Links
License
MIT
| |