Frequently Asked Questions

Find answers to common questions about LobsAI Coder

Getting Started

Installation is simple:

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X)
  3. Search for "LobsAI Coder"
  4. Click Install

Alternatively, you can install from the Install Page or use the command line:

code --install-extension laabam.lobs-ai

  • VS Code: Version 1.80.0 or higher
  • Operating System: Windows 10/11, macOS 10.15+, or Linux
  • RAM: Minimum 4GB (8GB recommended)
  • Internet: Required for AI model access
  • Storage: 100MB for extension files

To configure your AI provider:

  1. Open VS Code Settings (Ctrl+, or Cmd+,)
  2. Search for "LobsAI"
  3. Select your preferred AI provider (OpenAI, Anthropic, Google Gemini, etc.)
  4. Enter your API key
  5. Save settings

Note: API keys are stored locally and encrypted for your security.

Quick Start Guide:

  1. Open a project folder in VS Code
  2. Click the LobsAI icon in the sidebar
  3. Describe what you want to build
  4. LobsAI will analyze your project and suggest next steps
  5. Review and approve changes

For detailed guidance, check our Documentation.

Features

LobsAI Coder supports multiple AI providers:

  • Anthropic: Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku
  • OpenAI: GPT-4, GPT-4 Turbo, GPT-3.5 Turbo
  • Google: Gemini Pro, Gemini Pro Vision
  • AWS Bedrock: Various models
  • Azure OpenAI: All Azure models
  • OpenRouter: Access to 100+ models
  • Local Models: Via Ollama or LM Studio

Yes! LobsAI can execute terminal commands with your permission. This includes:

  • Installing packages (npm, pip, etc.)
  • Running build scripts
  • Starting development servers
  • Running tests
  • Git operations
  • Database migrations

All commands require your approval before execution for security.

LobsAI can launch a headless browser to:

  • Test web applications
  • Debug visual issues
  • Capture screenshots
  • Monitor console logs
  • Perform end-to-end testing
  • Interact with UI elements (click, type, scroll)

This is powered by Claude 3.5 Sonnet's Computer Use capability.

Model Context Protocol (MCP) servers allow LobsAI to extend its capabilities through custom tools.

You can:

  • Use community-made MCP servers
  • Ask LobsAI to create custom tools for your workflow
  • Connect to external services (Jira, AWS, databases, etc.)
  • Automate repetitive tasks

Example: "Add a tool that fetches Jira tickets" - LobsAI will create and install it automatically!

LobsAI takes snapshots of your workspace at each step:

  • Compare: See differences between snapshot and current state
  • Restore Workspace: Roll back to any checkpoint
  • Restore Task: Continue from a previous point

This lets you safely explore different approaches without losing progress.

Billing & Credits

Yes! All new users get free credits to try LobsAI Coder.

After the trial, you can:

  • Use your own API keys (free, pay only to AI provider)
  • Purchase credit packages
  • Subscribe to monthly plans

Check our Pricing Page for details.

Credits are consumed based on:

  • AI Model Usage: Token consumption by the AI model
  • Tool Usage: File operations, terminal commands, browser automation
  • Context Size: Amount of code/files analyzed

The extension shows real-time credit usage during each task loop.

Absolutely! You can configure your own API keys from:

  • OpenAI
  • Anthropic
  • Google Gemini
  • AWS Bedrock
  • Azure OpenAI
  • OpenRouter

When using your own keys, you pay only the AI provider's rates directly.

We offer a 14-day money-back guarantee on all credit purchases and subscriptions.

Contact [email protected] for refund requests.

Note: Used credits cannot be refunded, but unused credits are fully refundable.

Technical

LobsAI Coder supports all major programming languages:

  • JavaScript/TypeScript
  • Python
  • Java
  • C/C++
  • C#
  • PHP
  • Ruby
  • Go
  • Rust
  • Swift
  • Kotlin
  • SQL
  • HTML/CSS
  • And many more...

Yes! LobsAI is designed for large projects through:

  • Smart Context Management: Analyzes file structure and ASTs
  • Selective File Reading: Only loads relevant files
  • Regex Search: Fast code searches without loading everything
  • Progressive Analysis: Breaks down large tasks

This allows LobsAI to handle enterprise-scale projects efficiently.

Partially. LobsAI requires internet for AI model access, but you can:

  • Use local models via Ollama or LM Studio (offline)
  • View previous conversations offline
  • Access cached documentation offline

Note: Most features require internet for optimal performance.

Common issues and solutions:

  1. Extension not loading: Restart VS Code, check extension is enabled
  2. API errors: Verify API key, check provider status, check rate limits
  3. Slow performance: Reduce context window size, use faster models
  4. File changes not working: Check file permissions, verify workspace trust

For more help, check Documentation or Contact Support.

Security & Privacy

Absolutely. Your code security is our top priority:

  • Local Processing: Code is analyzed locally on your machine
  • Human-in-the-Loop: All changes require your approval
  • Encrypted Storage: API keys encrypted locally
  • No Training: Your code is NOT used to train AI models
  • Minimal Data Sharing: Only necessary context sent to AI providers

See our Security Page for details.

API keys are:

  • Stored locally in VS Code settings
  • Encrypted using industry-standard encryption
  • Never transmitted to our servers
  • Only sent directly to your chosen AI provider

We never have access to your API keys.

Yes. We are fully GDPR compliant:

  • Data minimization principles
  • User consent management
  • Right to access and deletion
  • Transparent privacy policies
  • Secure data processing

Read our Privacy Policy for full details.

We take security seriously. To report a vulnerability:

  1. Email [email protected]
  2. Include detailed reproduction steps
  3. Allow 48 hours for initial response

We have a responsible disclosure program. Visit our Security Page for details.

Still Have Questions?

Can't find what you're looking for? Our support team is here to help!