Skip to content

lp6moon/deepcode

 
 

Repository files navigation

Deep Code

Deep Code is an AI coding assistant extension for Visual Studio Code, specifically optimized for the latest deepseek model.

Configuration

Create ~/.deepcode/settings.json with:

{
  "env": {
    "MODEL": "deepseek-reasoner",
    "BASE_URL": "https://api.deepseek.com",
    "API_KEY": "sk-..."
  }
}

Key Features

Skills

Deep Code supports agent skills that allows you to extend the assistant's capabilities:

  • Skill Discovery: skills from ~/.deepcode/skills/ and ~/.claude/skills/ can be discovered and activated.

Optimized for DeepSeek

  • Specifically tuned for DeepSeek model performance.
  • Reduce costs by using Context Caching.

Supported Models

  • deepseek-reasoner (thinking mode, recommended)
  • deepseek-chat
  • Any other OpenAI-compatible model

Screenshot

screenshot

FAQ: How can I move Deep Code from the left sidebar to the right (Secondary Side Bar) in VS Code?

faq1

Getting Help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 61.8%
  • HTML 27.8%
  • CSS 10.4%