CodeGPT by Judini

Description
🖼 Tool Name:
CodeGPT by Judini
🔖 Categories:
Code Generation & Review
Docs & Software Development Kit
Testing & Quality Assurance
Integrations & APIs
✏ What does this tool offer?
Context-Aware IDE Assistant: CodeGPT is an extension (available for VS Code and JetBrains) that acts as a powerful bridge between your codebase and various Large Language Models (LLMs). It indexes your local project to provide answers that understand the relationships between your files.
Total Model Flexibility (BYOK): Unlike many competitors, it is "model agnostic." You can connect your own API keys from OpenAI, Anthropic, Google (Gemini), Mistral, or Meta, or even run local models via Ollama for 100% data privacy.
Agentic Coding Mode: Features a "Planning & Execution" agent that doesn't just write snippets; it analyzes complex tasks, creates a multi-step plan, and can modify multiple files to implement features or fixes.
MCP Integration: Supports the Model Context Protocol (MCP), allowing your AI to connect to external documentation, APIs, and databases to stay updated with real-time technical info.
Standardized "Rules" System: Allows you to define specific coding conventions and architectural rules that the AI must follow across all generation and refactoring tasks.
⭐ What does it actually offer based on user experience?
Customizable Workflow: Developers love that they aren't locked into one AI. They can switch to Claude for deep reasoning, Gemini for massive context, or a local model when working on sensitive proprietary code.
In-Editor Efficiency: Users frequently use the right-click shortcuts to instantly explain, refactor, or generate unit tests for specific blocks of code without switching tabs.
Knowledge Graph Advantage: By building a local knowledge graph of the project, it avoids "hallucinations" about how your specific functions are defined in other files.
Transparency: The "Agentic Mode" shows every file the AI reads and every thought it has during its planning phase, allowing developers to review and approve steps before execution.
🤖 Does it include automation?
Yes, CodeGPT automates many of the manual "janitorial" tasks of software engineering:
Automated Documentation: Instantly generates comprehensive JSDoc, Python Docstrings, or README files based on your code structure.
One-Tap Refactoring: Automates the optimization of code for readability or performance with a single command.
Smart Bug Fixing: Analyzes errors in your terminal or code and automatically suggests a verified patch.
Auto-Unit Testing: Can scan your functions and automatically generate the corresponding test suites (e.g., using Jest or Pytest).
Continuous Context Tracking: Automatically keeps the AI's "memory" updated as you move between files and branches.
💰 Pricing Model
Item Details: Freemium / Subscription / Credits.
General Concept: You can use it entirely for free by bringing your own API keys (BYOK). Alternatively, they offer "CodeGPT Plus" subscriptions for users who want a managed experience without handling multiple API keys.
🆓 Free Plan Details
Feature: Basic Extension Access & BYOK.
Cost: Free ($0/mo).
Details: Includes up to 30 interactions/month on their server, or unlimited interactions if you use your own API keys or local models. Includes basic autocomplete (200/mo).
💳 Paid Plans (2026 Estimates)
🔹 Pro / BYOK Plus
Item: Price / Details: Approx. $8/month.
Item: Features / Details: Unlimited AI interactions using your own keys, unlimited "Advanced Autocomplete," agentic planning mode, and 24-hour agent history.
🔹 Teams
Item: Price / Details: Approx. $30/user/month.
Item: Features / Details: Shared custom AI agents for the whole team, centralized billing, SOC 2 Type II security, and SSO (Single Sign-On).
🔹 AI-First Services (Enterprise)
Item: Price / Details: Custom Quote.
Item: Inclusions / Details: Custom LLM fine-tuning, on-premise deployment, and dedicated implementation support for large engineering departments.
🧭 How to access the tool:
Install the CodeGPT extension directly from the VS Code Marketplace or JetBrains Marketplace. Web-based account management is available at codegpt.co.