Skip to content

FAQ

This document answers the most common questions about using Carry Code.


Solutions:

  1. Check network connection
  2. Confirm your system is supported
  3. Try manual download: visit https://carrycode.ai/releases

Solutions:

Terminal window
# Linux/macOS
sudo sh install.sh
# Windows
Run PowerShell as administrator
Terminal window
carry --help

If you see help information, installation was successful.


DeepSeek (Recommended for China users):

  1. Visit https://platform.deepseek.com
  2. Register an account
  3. Go to “API Keys” page
  4. Click “Create API Key”
  5. Copy the key

OpenAI:

  1. Visit https://platform.openai.com
  2. Register and log in
  3. Go to “API Keys” page
  4. Create a new key

Other providers: Similar process - register and find “API Keys” in settings.

  1. Check if the key was copied completely
  2. Check if the key has expired
  3. Check if usage quota is exceeded
  4. Try regenerating the key
  • Config file: ~/.carry/carrycode.json
  • Only stored on your local computer, never uploaded

ScenarioRecommended Model
Programming tasksClaude Sonnet, GPT-4o
Chinese tasksDeepSeek, Kimi
Free usageOllama local deployment

No. Conversation context is preserved when switching models.

Carry Code supports 17+ providers with 240+ models, including:

  • OpenAI: GPT-4o, GPT-5.2
  • Anthropic: Claude Opus 4.5, Claude Sonnet
  • Google: Gemini 3 Pro
  • DeepSeek: DeepSeek R1, V3
  • Alibaba Cloud: Tongyi Qianwen Qwen3
  • Local: Ollama, vLLM

In Carry Code, enter:

/update

Or run the installation script again:

Terminal window
curl -fsSL https://carrycode.ai/install.sh | sudo sh

Enter:

/language

Then select your desired language.

Yes! All your conversations are automatically saved. Use /session to view and manage previous sessions.

  • API Key: Stored on your local computer, never uploaded
  • Conversation content: Sent to AI provider for processing, avoid sending sensitive information
  • Code files: Only read and modified with your permission

  • Build mode: AI can read/write files and execute commands
  • Plan mode: AI can only read, cannot modify anything

Press Shift + Tab to switch.

MCP (Model Context Protocol) is an AI extension protocol that lets you connect to external tools and services.

Skills are preset instruction templates that guide AI to work in specific ways.

A rule file in the project root that makes AI follow your project’s coding standards.


  1. Choose a provider with lower network latency
  2. Use a smaller model
  3. Check network connection
  4. Try using local models (Ollama)

Use /compact to compress context, or create a new session.

  1. Use cost-effective models (like DeepSeek)
  2. Regularly compress context
  3. Use Plan mode for analysis

  1. Try switching themes: /theme
  2. Check if terminal supports true color
  3. Try a different terminal
  1. Check if using correct keys
  2. Some terminals may not support all shortcuts