Kilo Code is a VS Code extension that brings AI assistance directly into your editor. Configure it to use SISTEMATIS AI models for intelligent code completion and generation.
Installation
- Install Kilo Code extension from VS Code Marketplace
- Open VS Code Settings (Cmd+, or Ctrl+,)
- Search for 'kilocode' and configure the settings
Configuration
Base URL
https://api.sistematis.ai/v1
Configuration
settings.json
{
"kilocode.baseUrl": "https://api.sistematis.ai/v1",
"kilocode.apiKey": "YOUR_API_KEY",
"kilocode.model": "sistematis-super-v7"
}Features
✨
Code Completion
AI-powered code suggestions
📝
Code Generation
Generate code from natural language
🔍
Code Explanation
Understand complex code snippets
🛠️
Refactoring
Smart code refactoring suggestions
Best Practices
- ✓Configure the base URL and API key in VS Code settings
- ✓Use sistematis-flex-v7 for balanced code completion performance
- ✓Use sistematis-super-v7 for complex code generation tasks