You can use our AI platform in agentic mode in VSCode using the Cline plugin.
Cline is an open-source AI coding assistant for Visual Studio Code that acts as an autonomous software engineering agent. Unlike traditional code completion tools, Cline can understand your project, edit multiple files, execute terminal commands (with your approval), and help implement complex development tasks.
The RM2Lab AI Platform provides an OpenAI-compatible endpoint that can be used directly from Cline, allowing you to leverage the locally hosted Qwen3.6-27B coding model for everyday software development.
Before configuring Cline, you will need:
Official Cline documentation:
API keys are managed through Open WebUI.
Keep the generated key secure, as it provides access to your account.
Open the Cline settings and select an OpenAI-compatible provider.
Use the following configuration:
Setting | Value |
|---|---|
Provider | OpenAI Compatible |
Base URL | |
API Key | Your personal API key |
Model |
|
Context Window |
|
The model name is case-sensitive and must be entered exactly as:
codeCline is configured to use the following coding model:
Model Alias | Backend Model |
|---|---|
| Qwen3.6-27B |
The model has been optimized for:
The configured context window is 150k tokens, allowing the model to reason over very large codebases or multiple source files within a single conversation.
Once configured, Cline can assist with a wide variety of development tasks, including:
Unlike traditional code completion assistants, Cline can work across multiple files, inspect your project structure, interact with the terminal (upon approval), and execute multi-step development workflows.
For the best experience:
code model is continuously updated as newer and more capable coding models become available on the RM2Lab infrastructure.