COBOT is an agentic AI-powered coding assistant for COBOL developers inside Visual Studio Code.
It helps you understand, write, and refactor COBOL code using modern AI models.
Features
🤖 AI-powered COBOL code assistance
💬 Interactive chat-based coding support
🧠 Context-aware responses
⚡ Designed for legacy and enterprise COBOL projects
Commands
Command
Description
COBOT: Start AI Assistant
Starts the AI coding assistant
Configuration
This extension requires an API key.
Open Settings → search for COBOL Assistant, or add to settings.json:
{
"cobol-assistant.apiKey": "YOUR_API_KEY"
}
Requirements
Visual Studio Code ^1.90.0
A valid AI API key (OpenRouter)
Usage
Install the extension.
Set your API key in settings.
Open the Command Palette (Ctrl+Shift+P).
Run COBOT: Start AI Assistant.
Known Limitations
Responses depend on the quality of the provided context.