Cline is a VS Code extension that provides AI-powered coding assistance. You can configure it to use Axon’s AI capabilities for enhanced code generation and analysis.

Configuration

To integrate Cline with Axon, configure the following settings in Cline’s API Configuration:
Axon Cline Setup

API Provider Settings

  • API Provider: OpenAI Compatible
  • Base URL: https://api.matterai.so/v1
  • Model ID: axon-code

Authentication

  • OpenAI Compatible API Key: Your Axon API key
  • The key is stored locally and only used for API requests

Model Configuration

  • Context Window Size: 200,000 tokens
  • Max Output Tokens: 32,768
  • Input Price: $2.00/1M tokens
  • Output Price: $5.00/1M tokens
  • Temperature: 0.1

Features

  • ✅ Supports complex prompts optimized for Claude models
  • ❌ Does not support images
  • ❌ Does not support browser use
  • ❌ Does not support prompt caching

Usage Notes

Cline works best with Claude models and uses complex prompts. While Axon is compatible, some advanced features may not work as expected with less capable models. The configuration provides a large context window (200,000 tokens) which is ideal for working with large codebases and maintaining context across extended coding sessions.