Skip to main content
Cline and Roo Code are common VS Code agent extensions that can read project files, run commands, and edit code. They usually support OpenAI Compatible or custom OpenAI providers.

Values

FieldValue
ProviderOpenAI Compatible / OpenAI Compatible API
Base URLhttps://moxus.ai/v1
API Keysk-your-key
Model IDCopy the exact model name from Models and pricing

Cline setup

  1. Install Cline in VS Code.
  2. Open Cline settings or model configuration.
  3. Choose OpenAI Compatible as the provider.
  4. Set Base URL to https://moxus.ai/v1.
  5. Set API Key to sk-your-key.
  6. Set Model ID to the exact model name from Models and pricing.
  7. Save and test with a read-only prompt such as “explain the current file”.

Roo Code setup

  1. Install Roo Code.
  2. Open API Configuration.
  3. Choose OpenAI Compatible or a custom OpenAI provider.
  4. Enter Base URL, API Key, and model name.
  5. Choose a mode such as Code, Architect, or Ask.

Recommendations

  • Test with Ask or a read-only task first.
  • Review commands before allowing the extension to run them.
  • Create a separate API key for agent extensions and set a quota limit.
  • Keep task scope narrow for multi-file edits.
Cline and Roo Code can read files, run commands, and modify code. Use them only in trusted projects and be careful with auto-approval settings.

Troubleshooting

Prefer OpenAI Compatible or custom OpenAI. Set Base URL to https://moxus.ai/v1.
It depends on the selected model. For tool use and complex code editing, choose a model with stronger coding and tool-call behavior.
Reduce auto-approval, narrow file scope, and set a quota limit on the API key used by the extension.

Next steps